mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
CmdHelp: Began constructing usage
This commit is contained in:
parent
979fa70af5
commit
e8f8aa4b34
1 changed files with 5 additions and 1 deletions
|
@ -30,8 +30,12 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int CmdHelpUsage ()
|
||||
{
|
||||
std::cout << "# usage\n";
|
||||
// TODO List all commands.
|
||||
// TODO List all extensions.
|
||||
std::cout << "\n"
|
||||
<< "Usage: timew [--version]\n"
|
||||
<< " timew diagnostics\n"
|
||||
<< "\n";
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue