nimble icon indicating copy to clipboard operation
nimble copied to clipboard

Nimble silently ignores any invalid options when used with `install`, `test`

Open haxscramper opened this issue 2 years ago • 0 comments

nimble --ZZZZZZZZZZZZZZZZ install q
Downloading https://github.com/OpenSystemsLab/q.nim using git

^ Proceeds to download

nimble --AFSD test
     Error: Could not find a file with a .nimble extension inside the specified directory: /mnt/workspace/github/deps/pkgs

^ Proceeds to look for the .nimble file

haxscramper avatar Nov 01 '21 19:11 haxscramper