aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)Author
2009-11-28improve command handler wrapper scriptZachary T Welch
2009-11-28add 'command type' introspective handlerZachary T Welch
2009-11-27fix regression causing duplicated outputZachary T Welch
2009-11-25add script_command_run helperZachary T Welch
2009-11-25encapsulate and re-use log capture, retval setupZachary T Welch
2009-11-25combine help and usage command handlersZachary T Welch
2009-11-24improve usage and help command outputZachary T Welch
2009-11-24allow scripts to update usage informationZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24refactor command_new to use command_registrationZachary T Welch
2009-11-24rewrite 'unknown' command dispatching in CZachary T Welch
2009-11-24add public API for locating commandsZachary T Welch
2009-11-24refactor script_command context grabbingZachary T Welch
2009-11-24add command registration chainingZachary T Welch
2009-11-24more command registration refactoringZachary T Welch
2009-11-24command: use register_commands for handlersZachary T Welch
2009-11-24add command usage, separate from helpZachary T Welch
2009-11-24add register_commands for batch registrationZachary T Welch
2009-11-24add struct command_registrationZachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-20maintain command lists in sorted orderZachary T Welch
2009-11-20add add_help_text command handlerZachary T Welch
2009-11-20provide command context during cmd_initZachary T Welch
2009-11-20improve 'help' commandZachary T Welch
2009-11-20refactor command registrationZachary T Welch
2009-11-20change command_find helper interfaceZachary T Welch
2009-11-20factor script_command argv allocationZachary T Welch
2009-11-18remove fast command and jim_global_longZachary T Welch
2009-11-18change all bool parsers to accept any valueZachary T Welch
2009-11-18add handle_command_parse_bool command helperZachary T Welch
2009-11-18pass startup_tcl to command_initZachary T Welch
2009-11-17remove unused variable from run_commandZachary T Welch
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary 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-16use Jim_CmdProc in jim_registerZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch
2009-11-13command_handler_t: make args parameter constZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-13add command_handler_t typeZachary T Welch
2009-11-13add command_output_handler_tZachary T Welch
2009-11-11improve command registrationZachary T Welch
2009-11-11add help regardless of callbackZachary T Welch
2009-11-11eliminate duplicate helptext managementZachary T Welch
2009-11-11add command_name helperZachary T Welch
2009-11-11script_debug(): improve typesZachary T Welch
2009-11-11command.c: make private routines staticZachary T Welch