Skip to content

Commit e862e88

Browse files
Merge pull request #10 from SwiftPackageIndex/hashable
Make ShellOutCommand hashable as well
2 parents 79bc247 + 1def0a7 commit e862e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ShellOutCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Structure used to pre-define commands for use with ShellOut
2-
public struct ShellOutCommand: Equatable {
2+
public struct ShellOutCommand: Equatable, Hashable {
33
/// The string that makes up the command that should be run on the command line
44
public var command: String
55

0 commit comments

Comments
 (0)