mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdConfig: Outlined processing
This commit is contained in:
parent
82a434a1bc
commit
b48a02321e
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue