Enumerationheckj.formic 0.3.0Formic
CommandOutputDetail
The level and contents of output exposed for a command execution result.
enum CommandOutputDetail
The level and contents of output exposed for a command execution result.
enum CommandOutputDetail
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
case silent(emoji: Bool = false)
Reports only failures
case normal(emoji: Bool = true)
Reports host and command with an indication of command success or failure.
case verbose(emoji: Bool = true)
Reports host, command, duration, the result code, and stdout on success, or stderr on failure.
case debug(emoji: Bool = true)
Reports host, command, duration, the result code, stdout, and stderr returned from the command.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.