Expand description
ActiveHelp system for contextual hints ActiveHelp system for contextual hints during completion
ActiveHelp provides contextual assistance to users as they type commands, similar to Cobra’s ActiveHelp feature. Help messages can be static or conditional based on the current command context.
Structs§
- Active
Help - Represents an
ActiveHelpmessage with optional condition - Active
Help Config - Configuration for
ActiveHelpbehavior
Type Aliases§
- Condition
Fn - Type alias for
ActiveHelpcondition functions