summaryrefslogtreecommitdiff
path: root/src/hello.c
Commit message (Expand)AuthorAgeFilesLines
* HELLO: review unused symbolsAntonio Borneo2010-04-101-5/+0
* Doc/examples: clarify usage messagesDavid Brownell2010-01-081-4/+4
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* fix foo command group help messagesZachary T Welch2009-11-301-3/+6
* improve command handling examplesZachary T Welch2009-11-251-1/+1
* demonstrate chaining with foo commandsZachary T Welch2009-11-241-12/+7
* hello: use register_commands()Zachary T Welch2009-11-241-16/+36
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-5/+5
* update src/hello.c with parsing examplesZachary T Welch2009-11-181-1/+54
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-1/+1
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* add src/hello.c to augment new command tutorialZachary T Welch2009-11-131-0/+57