mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
data: ID args are not part of a filter
This commit is contained in:
parent
ebf0a8c270
commit
53891a4459
1 changed files with 4 additions and 0 deletions
|
@ -98,6 +98,10 @@ Interval getFilter (const CLI& cli)
|
|||
// function.
|
||||
args.push_back (raw);
|
||||
}
|
||||
else if (arg.hasTag ("ID"))
|
||||
{
|
||||
// Not part of a filter.
|
||||
}
|
||||
else
|
||||
{
|
||||
filter.tag (raw);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue