Closed
Description
The option help text doesn't document correctly special options
$ dotc -help
...
-color Colored output
...
$ ./bin/dotc -color /Users/pgiarrusso/git/dotty-example-project/src/main/scala/TestGADT.scala
missing argument for option -color
dotc -help gives more information
That code just prints name and description of the Setting
, ignoring choices, default and other fields.