diff --git a/Sources/ShellOutCommand.swift b/Sources/ShellOutCommand.swift index f108bcd..61bf2f5 100644 --- a/Sources/ShellOutCommand.swift +++ b/Sources/ShellOutCommand.swift @@ -1,5 +1,5 @@ /// Structure used to pre-define commands for use with ShellOut -public struct ShellOutCommand: Equatable, Hashable { +public struct ShellOutCommand: Equatable, Hashable, Sendable { /// The string that makes up the command that should be run on the command line public var command: String