aboutsummaryrefslogtreecommitdiff
path: root/src/hello.c
AgeCommit message (Expand)Author
2010-04-10HELLO: review unused symbolsAntonio Borneo
2010-01-08Doc/examples: clarify usage messagesDavid Brownell
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch
2009-11-30fix foo command group help messagesZachary T Welch
2009-11-25improve command handling examplesZachary T Welch
2009-11-24demonstrate chaining with foo commandsZachary T Welch
2009-11-24hello: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-18update src/hello.c with parsing examplesZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13add src/hello.c to augment new command tutorialZachary T Welch