Skip to content

Commit

Permalink
Make ShellOutCommand hashable as well
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Oct 9, 2023
1 parent 79bc247 commit 1def0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ShellOutCommand.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Structure used to pre-define commands for use with ShellOut
public struct ShellOutCommand: Equatable {
public struct ShellOutCommand: Equatable, Hashable {
/// The string that makes up the command that should be run on the command line
public var command: String

Expand Down

0 comments on commit 1def0a7

Please sign in to comment.