mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added ::getBinary
This commit is contained in:
parent
f59724297f
commit
323674b08d
2 changed files with 2 additions and 2 deletions
|
@ -731,7 +731,6 @@ bool CLI2::canonicalize (
|
|||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string CLI2::getBinary () const
|
||||
{
|
||||
|
@ -741,6 +740,7 @@ std::string CLI2::getBinary () const
|
|||
return "";
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
std::string CLI2::getCommand () const
|
||||
{
|
||||
|
|
|
@ -96,8 +96,8 @@ public:
|
|||
const std::vector <std::string> getWords ();
|
||||
*/
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
/*
|
||||
std::string getBinary () const;
|
||||
/*
|
||||
std::string getCommand () const;
|
||||
std::string getLimit () const;
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue