Enhancement - usage and help commands

- Implemented usage and help commands.
This commit is contained in:
Paul Beckingham
2009-06-10 00:18:02 -04:00
parent 0449f9e0a2
commit 8dfe4bd30a
3 changed files with 7 additions and 7 deletions

View File

@@ -53,6 +53,8 @@ void gatherNextTasks (const TDB&, T&, std::vector <T>&, std::vector <int>&);
void onChangeCallback ();
std::string runTaskCommand (int, char**, TDB&, bool gc = true, bool shadow = true);
std::string runTaskCommand (std::vector <std::string>&, TDB&, bool gc = false, bool shadow = false);
std::string shortUsage ();
std::string longUsage ();
// recur.cpp
void handleRecurrence ();