Expand description
Context types for command implementations.
The implementation of each command in the crate::command module takes exactly one of these context types, depending on whether it requires access to a valid authentication profile and active region.
Structsยง
- Context for a basic command.
- Arguments for
Context::load
. - Context for a command that requires a valid authentication profile.
- Context for a command that requires a valid authentication profile and an active region.