mirror of
https://github.com/nikolassv/bartib
synced 2024-12-03 16:59:12 +00:00
docs: changed documentation for wildcards
This commit is contained in:
parent
afdf43399a
commit
db1b63e7cc
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ bartib report --last_week # create a report for the last week
|
||||||
bartib report --date 2021-09-03 # create a report for a given day
|
bartib report --date 2021-09-03 # create a report for a given day
|
||||||
bartib report --from 2021-09-01 --to 2021-09-05 # create a report for a given time range
|
bartib report --from 2021-09-01 --to 2021-09-05 # create a report for a given time range
|
||||||
bartib report --project "The most exciting project" # create a report for a given project
|
bartib report --project "The most exciting project" # create a report for a given project
|
||||||
bartib report --project "maintenance::*" # you can use wildcards as well to filter for projects, like this you can implement scopes
|
bartib report --project "Maint?nance *" # use '?' and '*' as wildcards in project names
|
||||||
bartib report --round 15m # rounds the start and end time to the nearest duration. Durations can be in minutes or hours. E.g. 15m or 4h
|
bartib report --round 15m # rounds the start and end time to the nearest duration. Durations can be in minutes or hours. E.g. 15m or 4h
|
||||||
|
|
||||||
bartib list # list all activities grouped by day
|
bartib list # list all activities grouped by day
|
||||||
|
|
Loading…
Reference in a new issue