arturo-lang/arturo

[Documentation\Command line] update terminal options & flags

Opened this issue · 0 comments

The current list of command-line flags should be updated. Some are missing completely (e.g. `--no-color` option), and some are not up-to-date, e.g. everything related to the compilation from/to bytecode.

https://github.com/arturo-lang/arturo/blob/e8cc66e0d01a8b194c91e8b4c3c13122e92b92c1/docs/website/pages/documentation/command line.art#L1


; TODO(Documentation\Command line) update terminal options & flags
;  The current list of command-line flags should be updated. Some are missing completely (e.g. `--no-color` option), and some are not up-to-date, e.g. everything related to the compilation from/to bytecode.
;  labels: documentation, easy
content:{!md
The command line is where the whole journey starts: whether you want to try out something fast in the REPL, or run a script. Or even install extern packages directly.