## ascii-movie play Play an ASCII movie locally. ``` ascii-movie play [movie] [flags] ``` ### Options ``` -h, --help help for play --no-controls Disable all UI controls, resulting in an experience more faithful to the original. --speed float Playback speed multiplier. Must be greater than 0. (default 1) ``` ### Options inherited from parent commands ``` --log-format string Log format (one of auto, color, plain, json) (default "auto") -l, --log-level string Log level (one of trace, debug, info, warn, error) (default "info") ``` ### SEE ALSO * [ascii-movie](ascii-movie.md) - Command line ASCII movie player.