mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 08:35:30 +02:00
calendar: placeholder formatting
This commit is contained in:
parent
bae106ef3e
commit
d8838aacfd
1 changed files with 5 additions and 5 deletions
|
@ -7,17 +7,17 @@
|
|||
|
||||
`calendar`
|
||||
|
||||
- Look [A]head, showing events for the next 7 days:
|
||||
- Look [A]head, showing events for the next 30 days:
|
||||
|
||||
`calendar -A 7`
|
||||
`calendar -A {{30}}`
|
||||
|
||||
- Look [B]ack, showing events for the previous 7 days:
|
||||
|
||||
`calendar -B 7`
|
||||
`calendar -B {{7}}`
|
||||
|
||||
- Show events from a custom calendar file:
|
||||
- Show events from a custom calendar [f]ile:
|
||||
|
||||
`calendar -f {{/path/to/calendar_file}}`
|
||||
`calendar -f {{path/to/file}}`
|
||||
|
||||
- Example entry for Christmas:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue