evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.05k stars 120 forks source link

Make `--line-numbers` on by default #761

Closed evhub closed 1 year ago

evhub commented 1 year ago

Should have --line-numbers be enabled by default (unless --minify is passed, though always included even if --minify is passed if --line-numbers is passed explicitly) and add a --no-line-numbers to turn them off.