mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added CLI2::dump and A2::dump methods.
This commit is contained in:
parent
50cd2968b9
commit
657d5b8310
2 changed files with 15 additions and 4 deletions
|
@ -57,8 +57,9 @@ public:
|
|||
void attribute (const std::string&, const double);
|
||||
const std::string attribute (const std::string&) const;
|
||||
void removeAttribute (const std::string&);
|
||||
const std::string dump () const;
|
||||
*/
|
||||
const std::string dump () const;
|
||||
|
||||
public:
|
||||
std::string _name;
|
||||
Lexer::Type _lextype;
|
||||
|
@ -99,8 +100,10 @@ public:
|
|||
std::string getBinary () const;
|
||||
std::string getCommand () const;
|
||||
std::string getLimit () const;
|
||||
*/
|
||||
const std::string dump (const std::string& title = "CLI2 Parser") const;
|
||||
|
||||
/*
|
||||
private:
|
||||
void addArg (const std::string&);
|
||||
void aliasExpansion ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue