Skip to content
  • Zachary T Welch's avatar
    improve 'help' command · 5458fef4
    Zachary T Welch authored
    Rewrites 'help' command in C, using new 'cmd_help' for display.  Adds the
    built-in 'help' COMMAND_HANDLER to provide better output than the
    TCL-based script command (e.g. heirarchical listing of commands).
    
    The help string is stored in the command structure, though it conitnues
    to be pushed into the Jim environment.  The current idiomatic usage
    suggests the addition of a usage field as well, to provide two levels
    of detail for users to consume (i.e. terse usage list, or verbose help).
    5458fef4