Expand description
Information such as which profile or flow a command is run for for the Peace framework.
Re-exports§
pub use interruptible;pub use type_reg;
Structs§
- CmdCtx
Mpnf - A command that works with multiple profiles, not scoped to a flow.
- CmdCtx
Mpnf Fields - Fields of
CmdCtxMpnf. - CmdCtx
Mpnf Params - A command that works with multiple profiles, not scoped to a flow.
- CmdCtx
Mpsf - A command that works with multiple profiles, and a single flow.
- CmdCtx
Mpsf Fields - Fields of
CmdCtxMpsf. - CmdCtx
Mpsf Params - A command that works with multiple profiles, and a single flow.
- CmdCtx
Npnf - Context for a command that only works with workspace parameters – no profile / no flow.
- CmdCtx
Npnf Fields - CmdCtx
Npnf Params - Context for a command that only works with workspace parameters – no profile / no flow.
- CmdCtx
Spnf - A command that works with a single profile, not scoped to a flow.
- CmdCtx
Spnf Fields - Fields of
CmdCtxSpnf. - CmdCtx
Spnf Params - A command that works with a single profile, not scoped to a flow.
- CmdCtx
Spsf - Context for a command that works with one profile and one flow.
- CmdCtx
Spsf Fields - Fields of
CmdCtxSpsf. - CmdCtx
Spsf Params - Context for a command that works with one profile and one flow.
- Profile
Filter Fn - Filter function for
MultiProfilescopes.
Enums§
- Profile
Selection - How the
CmdCtxknows whichProfileto use.
Traits§
- CmdCtx
Types - Trait so that a single type parameter can be used in
CmdCtxandScopes.