CLI: Slightly reduce memory allocations
By improving commandNames to only allocate once (the array call) instead of many times (once per CommandGroup + join call), as well as removing a call to commandNames and using a simple getter. |
---|
|
source/dub/commandline.d |
---|