mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
CLI2: Removed unused arg
- Thanks to Tomas Babej.
This commit is contained in:
parent
249a4b0f64
commit
3b4dc9acb3
2 changed files with 2 additions and 2 deletions
|
@ -644,7 +644,7 @@ void CLI2::prepareFilter ()
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Return all the MISCELLANEOUS args.
|
||||
const std::vector <std::string> CLI2::getWords (bool filtered)
|
||||
const std::vector <std::string> CLI2::getWords ()
|
||||
{
|
||||
std::vector <std::string> words;
|
||||
for (auto& a : _args)
|
||||
|
|
|
@ -77,7 +77,7 @@ public:
|
|||
void addFilter (const std::string& arg);
|
||||
void addContextFilter ();
|
||||
void prepareFilter ();
|
||||
const std::vector <std::string> getWords (bool filtered = true);
|
||||
const std::vector <std::string> getWords ();
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
std::string getBinary () const;
|
||||
std::string getCommand (bool canonical = true) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue