mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
CLI
- Added explanatory comment for commented out code. Not sure what to do about it yet.
This commit is contained in:
parent
645d728f0f
commit
2b3f7a2fb6
1 changed files with 3 additions and 0 deletions
|
@ -1778,6 +1778,9 @@ void CLI::injectDefaults ()
|
||||||
|
|
||||||
context.header ("[" + combined + "]");
|
context.header ("[" + combined + "]");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO This fails because when ::injectDefaults is first run,
|
||||||
|
// ::applyOverrides has not yet been called.
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue