Description
thats a little thing but: when you type haxe in command line, the default comment says:
-help Display this list of options
--help Display this list of options
but in fact if you use -help, you get a bunch of additionnal informations.
but "this list of options" suggest that you get same short options list if you add -help, and thus it discourages you to do so.
Or the full options list is quite handy!
So the comment shoudl be changed.
And i think that :
--help-defines : print help for all compiler specific defines
--help-metas : print help for all compiler metadatas
should also be displaid in the default short comments list (at first level).
thats very important for the first impression of new users, that will at first just type haxe in command line and see what it has to offer.
Activity