mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Added ::getLimit method
This commit is contained in:
parent
867910f7de
commit
77b97d658a
2 changed files with 0 additions and 4 deletions
|
@ -637,7 +637,6 @@ std::string CLI2::getCommand (bool canonical) const
|
|||
return "";
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string CLI2::getLimit () const
|
||||
{
|
||||
|
@ -648,7 +647,6 @@ std::string CLI2::getLimit () const
|
|||
|
||||
return "0";
|
||||
}
|
||||
*/
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
const std::string CLI2::dump (const std::string& title) const
|
||||
|
|
|
@ -85,9 +85,7 @@ public:
|
|||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
std::string getBinary () const;
|
||||
std::string getCommand (bool canonical = true) const;
|
||||
/*
|
||||
std::string getLimit () const;
|
||||
*/
|
||||
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue