mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Deprecated Feature Removal
- Removed deprecated 'edit.verbose' setting, in favor of the 'edit' verbosity token..
This commit is contained in:
parent
2cbae3fb9c
commit
626f89c263
5 changed files with 4 additions and 12 deletions
|
@ -160,8 +160,7 @@ std::string CmdEdit::formatDuration (
|
|||
std::string CmdEdit::formatTask (Task task, const std::string& dateformat)
|
||||
{
|
||||
std::stringstream before;
|
||||
bool verbose = context.verbose ("edit") ||
|
||||
context.config.getBoolean ("edit.verbose"); // Deprecated 2.0
|
||||
bool verbose = context.verbose ("edit");
|
||||
|
||||
if (verbose)
|
||||
before << "# " << STRING_EDIT_HEADER_1 << "\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue