aboutsummaryrefslogtreecommitdiff
path: root/src/hello.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-08Doc/examples: clarify usage messagesDavid Brownell1-4/+4
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-30fix foo command group help messagesZachary T Welch1-3/+6
2009-11-25improve command handling examplesZachary T Welch1-1/+1
2009-11-24demonstrate chaining with foo commandsZachary T Welch1-12/+7
2009-11-24hello: use register_commands()Zachary T Welch1-16/+36
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-5/+5
2009-11-18update src/hello.c with parsing examplesZachary T Welch1-1/+54
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-1/+1
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13add src/hello.c to augment new command tutorialZachary T Welch1-0/+57