Skip to content

Commit 808c97c

Browse files
Merge pull request #13 from SwiftPackageIndex/Sendable-ShellOutCommand
Make ShellOutCommand Sendable
2 parents 814e072 + beafa2c commit 808c97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ShellOutCommand.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// Structure used to pre-define commands for use with ShellOut
2-
public struct ShellOutCommand: Equatable, Hashable {
2+
public struct ShellOutCommand: Equatable, Hashable, Sendable {
33
/// The string that makes up the command that should be run on the command line
44
public var command: String
55

0 commit comments

Comments
 (0)