summaryrefslogtreecommitdiff
path: root/src/cli_shell_api.cpp
AgeCommit message (Collapse)Author
2010-12-02implement load function in new config input/output infrastructure.An-Cheng Huang
* add "commands diff" functionality to config input/output infrastructure. * consolidate similar logic in "commands diff" and "show diff". * add loadFile functionality to cstore using "commands diff". * export loadFile through shell API.
2010-11-24use exit code 1 to ease init script usageAn-Cheng Huang
2010-11-18Add --show-working-only option to showCfg.Stig Thormodsrud
2010-11-10switch to new output frameworkAn-Cheng Huang
* change showCfg to use new code. * remove old files.
2010-08-26new implementation for config outputAn-Cheng Huang
* replace the original ConfigOutput perl module. * simplify logic and fix bugs in original code.
2010-08-12add more functions to shell APIAn-Cheng Huang
2010-08-12add more functions to shell APIAn-Cheng Huang
2010-08-11document equivalent perl API functions for shell API.An-Cheng Huang
2010-08-11add comments to document shell API usageAn-Cheng Huang
2010-08-11add functions to shell APIAn-Cheng Huang
2010-08-10further simplify shell API extension and add more functions.An-Cheng Huang
2010-08-10simplify extension of shell APIAn-Cheng Huang
2010-08-10add functions to shell APIAn-Cheng Huang
2010-07-28add cstore-specific header fileAn-Cheng Huang
2010-07-28add new cstore libraryAn-Cheng Huang