mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- I think the 'show' command may have prematurely obsoleted something useful, so added a note to review.
This commit is contained in:
parent
b84f212112
commit
1691ce2764
1 changed files with 1 additions and 0 deletions
|
@ -352,6 +352,7 @@ int CmdShow::execute (std::string& output)
|
|||
#endif
|
||||
|
||||
// Check for bad values in rc.annotations.
|
||||
// TODO Reconsider this.
|
||||
std::string annotations = context.config.get ("annotations");
|
||||
if (annotations != "full" &&
|
||||
annotations != "sparse" &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue