Add --quiet option to rec command (closes #122)

This commit is contained in:
Marcin Kulik
2015-08-08 21:28:41 +02:00
parent 56ef81c050
commit c3ba15ba56
5 changed files with 28 additions and 5 deletions

View File

@@ -91,6 +91,7 @@ Available options:
* `-t, --title=<title>` - Specify the title of the asciicast
* `-w, --max-wait=<sec>` - Reduce recorded terminal inactivity to max <sec> seconds
* `-y, --yes` - Answer "yes" to all prompts (e.g. upload confirmation)
* `-q, --quiet` - Be quiet, suppress all notices/warnings (implies -y)
### `play <filename>`