mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdHelp: Outlined processing
This commit is contained in:
parent
e17c2a2263
commit
4ee9c3c908
1 changed files with 4 additions and 2 deletions
|
@ -30,12 +30,14 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int CmdHelpUsage ()
|
int CmdHelpUsage ()
|
||||||
{
|
{
|
||||||
// TODO List all commands.
|
|
||||||
// TODO List all extensions.
|
|
||||||
std::cout << "\n"
|
std::cout << "\n"
|
||||||
<< "Usage: timew [--version]\n"
|
<< "Usage: timew [--version]\n"
|
||||||
<< " timew diagnostics\n"
|
<< " timew diagnostics\n"
|
||||||
<< "\n";
|
<< "\n";
|
||||||
|
|
||||||
|
// TODO List all commands.
|
||||||
|
// TODO List all extensions.
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue