reducing dmd help
Georg Wrede
georg at nospam.org
Mon Apr 9 04:13:44 PDT 2007
Jesse Phillips wrote:
> I think it would be a good idea to reduce the output from just typing dmd.
> The list of switches has become become so large that it scrolls the
> terminal. I think that when dmd is typed their should just be the most
> important information.
>
> * copyright
> * usage
> * D source file
> * -c
> * -D
> * -d
> * --help
> * -release
> * -v
> * -v1
> * -w
> * -gc
>
> --help could list out the current help. I'm not sure these are the best
> choices, but I think simplifying it with the more common ones is a good
> idea.
An increasing number of programmers use screens that are more than 25
lines high. On Windows you can define your "dos window" to be higher
quite easily.
Or if this is inconvenient for some reason, then you can type
dmd | more
and it doesn't scroll off-sreen anymore.
More information about the Digitalmars-d
mailing list