Skip to content

Commit

Permalink
Merge pull request #9 from SwiftPackageIndex/equatable
Browse files Browse the repository at this point in the history
Make ShellOutCommand Equatable
  • Loading branch information
finestructure authored Oct 5, 2023
2 parents 7b3c0d8 + 5878a4e commit 79bc247
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 {
public struct ShellOutCommand: Equatable {
/// 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 79bc247

Please sign in to comment.