Commandline: Use inheritance, not a boolean, to control Dub initialization
The boolean was a breach of abstraction, as it was introduced for a single sub-command. Instead, use inheritance, which allows to keep that logic compartimentalized to the subcommand itself. |
---|
|
source/dub/commandline.d |
---|