24 lines
727 B
Plaintext
24 lines
727 B
Plaintext
- content_for(:title, 'Recorder options')
|
|
|
|
markdown:
|
|
|
|
# Recorder options
|
|
|
|
See the list of available options with:
|
|
|
|
$ asciinema -h
|
|
usage: asciinema [-h] [-y] [-c <command>] [-t <title>] [action]
|
|
|
|
Asciicast recorder+uploader.
|
|
|
|
Actions:
|
|
rec record asciicast (this is the default when no action given)
|
|
auth authenticate and/or claim recorded asciicasts
|
|
|
|
Optional arguments:
|
|
-c command run specified command instead of shell ($SHELL)
|
|
-t title specify title of recorded asciicast
|
|
-y don't prompt for confirmation
|
|
-h, --help show this help message and exit
|
|
-v, --version show version information
|