asciinema.org/app/views/docs/options.html.slim

22 lines
684 B
Plaintext
Raw Normal View History

2013-09-23 19:05:33 +00:00
markdown:
# Recorder options
See the list of available options with:
$ asciinema -h
2013-10-11 18:48:11 +00:00
usage: asciinema [-h] [-y] [-c <command>] [-t <title>] [action]
2013-09-23 19:05:33 +00:00
Asciicast recorder+uploader.
Actions:
2013-10-11 18:48:11 +00:00
rec record asciicast (this is the default when no action given)
auth authenticate and/or claim recorded asciicasts
2013-09-23 19:05:33 +00:00
Optional arguments:
2013-10-11 18:48:11 +00:00
-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