omelette
omelette copied to clipboard
Node 8, npx integration ?
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 ?
@f this would be a tasty tidbit to have a reply on
Any updates on this? @Jolg42 @f
@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?