mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
helper: Renamed createFilterIntervalFromCLI to getFilter
This commit is contained in:
parent
ae0ba6ffa1
commit
34c0cc81e7
8 changed files with 8 additions and 8 deletions
|
@ -124,7 +124,7 @@ bool expandIntervalHint (
|
|||
// ["from"] <date> "for" <duration>
|
||||
// <duration> ["before"|"after" <date>]
|
||||
//
|
||||
Interval createFilterIntervalFromCLI (const CLI& cli)
|
||||
Interval getFilter (const CLI& cli)
|
||||
{
|
||||
Interval filter;
|
||||
std::string start;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue