]> git.sur5r.net Git - openocd/commit
improve 'help' command
authorZachary T Welch <zw@superlucidity.net>
Thu, 19 Nov 2009 14:48:37 +0000 (06:48 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 20 Nov 2009 22:52:56 +0000 (14:52 -0800)
commit5458fef43ca7072312440301a9469c686ca641e2
tree27cff5537d233c504138e5065621bd04e32dc868
parent82449e2d60fbbb5ce8a6285b6e6d60e5767ee429
improve 'help' command

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).
src/helper/command.c
src/helper/command.h
src/helper/startup.tcl