asciinema.org/app/views/docs/options.html.erb
2012-10-13 00:28:13 +02:00

25 lines
721 B
Plaintext

<%= markdown do %>
# Recorder options
See the list of available options with:
$ asciiio -h
usage: asciiio [-h] [-i] [-y] [-c <command>] [-t <title>] [action]
Asciicast recorder+uploader.
Actions:
rec record asciicast (this is the default when no action given)
upload upload recorded (but not uploaded) asciicasts
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
--version show version information
<% end -%>