We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b3c0d8 + 5878a4e commit 79bc247Copy full SHA for 79bc247
Sources/ShellOutCommand.swift
@@ -1,5 +1,5 @@
1
/// Structure used to pre-define commands for use with ShellOut
2
-public struct ShellOutCommand {
+public struct ShellOutCommand: Equatable {
3
/// The string that makes up the command that should be run on the command line
4
public var command: String
5
0 commit comments