Documentation
¶
Overview ¶
Package desc provides command, flag, text, and example description lookups backed by embedded YAML.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Command ¶
Command returns the Short and Long descriptions for a command.
Keys use dot notation: "pad", "pad.show", "system.bootstrap". Returns empty strings if the key is not found.
Parameters:
- key: Command key in dot notation
Returns:
- short: One-line description
- long: Multi-line help text (may be empty)
func Example ¶
Example returns example usage text for a given key.
Keys match entry types: "decision", "learning", "task", "convention". Returns an empty string if the key is not found.
Parameters:
- name: Entry type key
Returns:
- string: Example text
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.