Sanket Patel
Sanket Patel
Hey @teresaejunior that script will use package manager only to install Node. So you can uninstall it anytime. For more checkout the script itself and try installing it on some...
Hey sorry to bother @p-e-w but could you explain what we are trying to achieve here?
are you working on it already?
can [this](https://github.com/kislyuk/argcomplete) help?
While digging more on the same I discovered the following! A similar but more simpler [CLICK](http://click.pocoo.org/5/) which can replace both _argparser_ and _argcomplete_ And for completion which BASH uses, it...
WHOA!! :astonished: Just executed `$ complete -F _command maybe` and it now auto completes commands ( _commands is a type which will be auto completed) and after that `$ maybe...
Instead of using argparse + argcomplete and inbuilt BASH completion (`complete -F _command maybe`) what I think would be nice is a custom script in **/etc/bash_completion.d/** in which we can...
Alternatively: 1. We could add an entry to _.bashrc_ or similar file something like `complete -F _command maybe` 2. For auto completing args we could use argcomplete how about this...
No I guess. Maybe detects internal *nix system calls which makes permanent changes. what cygwin do is provide _Linux Like_ functionality! But internally it's using windows calls; which will not...
I am not sure but can we do the following: when the call `arguments[0] = locateProgram(arguments[0])` fails, we can lookup for `arguments[0]` in `~/.bashrc` or `/etc/bashrc` or some similar place...