We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 814e072 + beafa2c commit 808c97cCopy full SHA for 808c97c
Sources/ShellOutCommand.swift
@@ -1,5 +1,5 @@
1
/// Structure used to pre-define commands for use with ShellOut
2
-public struct ShellOutCommand: Equatable, Hashable {
+public struct ShellOutCommand: Equatable, Hashable, Sendable {
3
/// The string that makes up the command that should be run on the command line
4
public var command: String
5
0 commit comments