Skip to content

Commit beafa2c

Browse files
committed
Make ShellOutCommand Sendable
1 parent 814e072 commit beafa2c

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)