Instance Method
run(using:)
Runs the command against the supplied input.
func run(using context: inout CommandContext) throws
Default Implementations
AnyAsyncCommand Implementations
func run(using: inout CommandContext) throwsRuns the command against the supplied input.
AnyCommand Implementations
func run(using: inout CommandContext) throwsRuns the command against the supplied input.func run(using: inout CommandContext) async throwsRuns the command against the supplied input.