We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79bc247 + 1def0a7 commit e862e88Copy full SHA for e862e88
Sources/ShellOutCommand.swift
@@ -1,5 +1,5 @@
1
/// Structure used to pre-define commands for use with ShellOut
2
-public struct ShellOutCommand: Equatable {
+public struct ShellOutCommand: Equatable, Hashable {
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