Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change #include "log.h" to <helper/log.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | fix foo command group help messages | Zachary T Welch | 2009-11-30 | 1 | -3/+6 |
* | improve command handling examples | Zachary T Welch | 2009-11-25 | 1 | -1/+1 |
* | demonstrate chaining with foo commands | Zachary T Welch | 2009-11-24 | 1 | -12/+7 |
* | hello: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -16/+36 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -5/+5 |
* | update src/hello.c with parsing examples | Zachary T Welch | 2009-11-18 | 1 | -1/+54 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | add src/hello.c to augment new command tutorial | Zachary T Welch | 2009-11-13 | 1 | -0/+57 |