CmdConfig: Outlined processing

This commit is contained in:
Paul Beckingham 2016-03-19 09:36:31 -04:00
parent 82a434a1bc
commit b48a02321e

View file

@ -31,6 +31,13 @@
int CmdConfig () int CmdConfig ()
{ {
std::cout << "# config\n"; std::cout << "# config\n";
// TODO Determine form:
// timew config name value Set name=value
// timew config name '' Set name=''
// timew config name Remove name
// timew config Show all config
return 0; return 0;
} }