Structure
CommandContext
A type-erased
CommandContextstruct CommandContext
Topics
Initializers
init(console: any Console, input: CommandInput)Create a newAnyCommandContext.
Instance Properties
var console: any ConsoleTheConsolethis command was run on.var input: CommandInputThe parsed arguments (according to declared signature).var userInfo: [AnySendableHashable : any Sendable]
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype