mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Added more members to the ::dump method.
This commit is contained in:
parent
c54e0d6d05
commit
2c3f12ae79
1 changed files with 3 additions and 1 deletions
|
@ -251,6 +251,8 @@ void CLI::dump (const std::string& label) const
|
|||
for (i = _filter.begin (); i != _filter.end (); ++i)
|
||||
std::cout << "# _filter '" << *i << "'\n";
|
||||
|
||||
std::cout << "# _command '" << _command << "'" << (_readOnly ? "(read)" : "(write)") << "\n";
|
||||
|
||||
for (i = _modifications.begin (); i != _modifications.end (); ++i)
|
||||
std::cout << "# _modifications '" << *i << "'\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue