mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 21:02:04 +03:00
;doc: update CLI help text files
This commit is contained in:
parent
5a99ea6d63
commit
7e422cb12a
@ -4,9 +4,14 @@ Play small demos of hledger usage in the terminal.
|
||||
|
||||
_FLAGS
|
||||
|
||||
This command plays a number of short built-in demos, using asciinema.
|
||||
Run this command with no argument to list the demos. To play a demo,
|
||||
write its number or name or a substring. asciinema must be installed.
|
||||
|
||||
Usage: hledger demo [NUM|NAME|SUBSTR] [-- ASCIINEMAOPTS]
|
||||
During playback, several keys are available: - SPACE pause/unpause - .
|
||||
step forward (while paused) - CTRL-c quit early
|
||||
|
||||
asciinema options can be added following a double-dash; list them with
|
||||
asciinema -h. -s (speed) and -i (max idle time) are particularly useful.
|
||||
|
||||
Examples:
|
||||
|
||||
@ -14,4 +19,3 @@ $ hledger demo # list available demos
|
||||
$ hledger demo 1 # play the first demo
|
||||
$ hledger demo install -s5 -i.5 # play the demo named or containing "install",
|
||||
# at 5x speed, limiting idle time to 0.5s.
|
||||
$ asciinema -h # list other ASCIINEMAOPTS
|
||||
|
Loading…
Reference in New Issue
Block a user