Add long options on icalbuddy (#9534)

pull/1/head
Andréia Bohner 2022-11-21 04:57:32 -03:00 committed by GitHub
parent 3fd8b8e7b2
commit 3b5ff92995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
- Show events later today:
`icalBuddy -n eventsToday`
`icalBuddy --includeOnlyEventsFromNowOn eventsToday`
- Show uncompleted tasks:
@ -13,11 +13,11 @@
- Show a formatted list separated by calendar for all events today:
`icalBuddy -f -sc eventsToday`
`icalBuddy --formatOutput --separateByCalendar eventsToday`
- Show tasks for a specified number of days:
`icalBuddy -n "tasksDueBefore:today+{{days}}"`
`icalBuddy --includeOnlyEventsFromNowOn "tasksDueBefore:today+{{days}}"`
- Show events in a time range: