mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +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
|
@ -47,7 +47,7 @@ int CmdReportDay (
|
|||
Database& database)
|
||||
{
|
||||
// Create a filter, and if empty, choose 'today'.
|
||||
auto filter = createFilterIntervalFromCLI (cli);
|
||||
auto filter = getFilter (cli);
|
||||
if (! filter.range.started ())
|
||||
filter.range = Range (Datetime ("today"), Datetime ("tomorrow"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue