Nate Fischer
Nate Fischer
> If you just upload a CL and forget to assign reviewers, the default status is not WIP, is it? The default (`git push origin HEAD:refs/for/master`) is not WIP, but...
What version of node are you using? Which OS are you on?
I can repro with the same config: ``` $ nvm use --delete-prefix v13.6.0 $ npm install -g cash-cat $ which -a cat [PATH REDACTED]/.nvm/versions/node/v13.6.0/bin/cat /bin/cat $ [PATH REDACTED]/.nvm/versions/node/v13.6.0/bin/cat --help Usage:...
> You can use shelljs by Google ShellJS is **not** a Google project. It's a project I personally maintain (I coincidentally work for Google). > I've not seen that much...
Not sure what you mean by "free for taking." This project has not gone through much active contribution, but that shouldn't deter anyone from contributing, filing bug reports, asking technical...
CC @dthree @parro-it
@Kristinita is this the same error as #83?
@Kristinita Do you have `ls` installed from somewhere else? What happens if you just type `ls` with no options? I believe cash is designed to not install commands that already...
Since some sort of `ls` is already installed (maybe it's builtin), `cash-global` chose to not override it. > How I can make global all cash commands? That's a question for...
I'm guessing this is a vorpal bug, since it looks like all commands become NOOPs when combined options are passed (e.g. `-rf` vs. `-r -f`).