Skip to content

Commit

Permalink
Merge pull request #10 from SwiftPackageIndex/hashable
Browse files Browse the repository at this point in the history
Make ShellOutCommand hashable as well
  • Loading branch information
finestructure authored Oct 9, 2023
2 parents 79bc247 + 1def0a7 commit e862e88
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 e862e88

Please sign in to comment.