phronmophobic / membrane.term

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

Improve docs for run-term and screenshot #28

Closed phronmophobic closed 2 years ago

phronmophobic commented 2 years ago

Doc strings are missing and I think having the keys that opts knows as part of the arglists is also useful documentation.

lread commented 2 years ago

I sometimes find the keyword destructuring in args noisy. But in our cases, we only have 1 arg, so probably more helpful than noisy, yeah?