You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I add autocompletion for my global cli, it works great (mycli <tab>), but if the same script is called through npx (which calls local binaries, npx mycli <tab>, available in Node 8) autocompletion won't work for the same script.
Wondering is there a way to solve it easily ?
The text was updated successfully, but these errors were encountered:
@strdr4605 Not sure why I was pinged here 😅 But I'm actually interested to know how autocompletion work with npx in general 👀 Is it a omelette only problem or not?
If I add autocompletion for my global cli, it works great (
mycli <tab>
), but if the same script is called through npx (which calls local binaries,npx mycli <tab>
, available in Node 8) autocompletion won't work for the same script.Wondering is there a way to solve it easily ?
The text was updated successfully, but these errors were encountered: