mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
CLI2: 'info' was tagged 'DEFAULT' and should have been 'ASSUMED'
This commit is contained in:
parent
e0a808a6ba
commit
5ae32dd036
1 changed files with 1 additions and 1 deletions
|
@ -1965,7 +1965,7 @@ void CLI2::defaultCommand ()
|
|||
else
|
||||
{
|
||||
A2 info ("information", Lexer::Type::word);
|
||||
info.tag ("DEFAULT");
|
||||
info.tag ("ASSUMED");
|
||||
_args.push_back (info);
|
||||
changes = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue