Skip to content

Commit 79bc247

Browse files
Merge pull request #9 from SwiftPackageIndex/equatable
Make ShellOutCommand Equatable
2 parents 7b3c0d8 + 5878a4e commit 79bc247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ShellOutCommand.swift

+1-1
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 {
2+
public struct ShellOutCommand: Equatable {
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)