Closed nordlow closed 1 week ago
Currently
redub -q test
fails as
Error Program exited with code 1
whereas
dub -q test
passes.
That happens due to how command line is handled inside redub, it uses D's std.getopt.
Old redub only supported redub test -q, now redub -q test is also valid.
redub test -q
Awesome!
Currently
fails as
whereas
passes.