phronmophobic / membrane.term

A terminal emulator in pure clojure
Eclipse Public License 1.0
53 stars 1 forks source link

Command line should accept 0 values for delays #13

Closed lread closed 2 years ago

lread commented 2 years ago

Repro

❯ clj -M:membrane.term screenshot --play script.sh --height 58 --width 133 --line-delay 0                                                                                   
*
* Error: --line-delay: expected positive integer
*

A --line-delay and/or --final-delay of 0 should be allowed.