mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI/CmdCalendar
- When the binary is named (or symlinked to) 'cal', then CLI::_args[0] must be clobbered, and restored for subsequent commands.
This commit is contained in:
parent
13b1982efd
commit
f28ccdc8b1
2 changed files with 10 additions and 0 deletions
|
@ -411,6 +411,12 @@ void CLI::analyze (bool parse /* = true */, bool strict /* = false */)
|
|||
}
|
||||
|
||||
_args.push_back (a);
|
||||
|
||||
if (a.hasTag ("CALENDAR"))
|
||||
{
|
||||
A cal ("argCal", "calendar");
|
||||
_args.push_back (cal);
|
||||
}
|
||||
}
|
||||
|
||||
if (context.config.getInteger ("debug.parser") >= 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue