mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 17:15:38 +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`
|
`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:
|
- 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:
|
- Example entry for Christmas:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue