mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-18 15:33:08 +02:00
CLI2: Added ::getCommand
This commit is contained in:
parent
75028f6ad9
commit
a6c99f3ba5
2 changed files with 2 additions and 2 deletions
|
@ -740,7 +740,6 @@ std::string CLI2::getBinary () const
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
std::string CLI2::getCommand () const
|
std::string CLI2::getCommand () const
|
||||||
{
|
{
|
||||||
|
@ -751,6 +750,7 @@ std::string CLI2::getCommand () const
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
std::string CLI2::getLimit () const
|
std::string CLI2::getLimit () const
|
||||||
{
|
{
|
||||||
|
|
|
@ -97,8 +97,8 @@ public:
|
||||||
*/
|
*/
|
||||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||||
std::string getBinary () const;
|
std::string getBinary () const;
|
||||||
/*
|
|
||||||
std::string getCommand () const;
|
std::string getCommand () const;
|
||||||
|
/*
|
||||||
std::string getLimit () const;
|
std::string getLimit () const;
|
||||||
*/
|
*/
|
||||||
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue