Module active_help

Module active_help 

Source
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§

ActiveHelp
Represents an ActiveHelp message with optional condition
ActiveHelpConfig
Configuration for ActiveHelp behavior

Type Aliases§

ConditionFn
Type alias for ActiveHelp condition functions