command: use register_commands for handlers
authorZachary T Welch <zw@superlucidity.net>
Fri, 20 Nov 2009 21:36:07 +0000 (13:36 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 25 Nov 2009 05:37:30 +0000 (21:37 -0800)
commit25a7ac2c756c78603c9c99d06f55717440409a23
treec48127c6f32465dbd23fd5c8ec27b46850af6168
parentd107f71c5079dbe2a023276367b805397d1245c4
command: use register_commands for handlers

Use register_commands() to register low-level command handlers,
adding a builtin_command_handlers declaration that is easy to understand.
Splits help and usage information into their appropriate fields.
src/helper/command.c