racket/pkgs/compiler-lib/compiler/commands
K df0c756f73
typographic rehash of --help output
The current output for `--help` is quite messy and hard to
navigate.

I added some indentation and spacing to make the document
easier to read. For example,

    File and expression options:

      -e <exprs>, --eval <exprs>
         Evaluate <exprs>, print results
      -f <file>, --load <file>
         Like -e '(load "<file>")' without printing

The new layout is longer, but at least it is readable. It
might be better if we could move all the options to a man
page and only select a few common ones to put in `--help`.
2021-04-16 08:25:31 -06:00
..
decompile.rkt cs & raco decompile: expose more fasl content 2020-11-21 07:26:08 -07:00
exe-dir.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
exe.rkt raco exe: expand in fresh namespace 2019-08-26 05:32:28 -06:00
expand.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
info.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
make.rkt Change else in match to _ 2020-08-25 09:37:02 -06:00
pack.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
read.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
test.rkt typographic rehash of --help output 2021-04-16 08:25:31 -06:00
unpack.rkt Change else in match to _ 2020-08-25 09:37:02 -06:00