mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Improved diagnostics, for now.
This commit is contained in:
parent
632cb3e194
commit
d32b6fff12
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ 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";
|
||||
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