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
While educating myself on auto-complete, I was poking at npm and noticed that their autocomplete scripts allow for an infinite number of flags to be referenced by the completion mechanism, without regard to what position they're in. While the positioning that omelette provides is useful, removing that constraint would also be immensely useful. For reference, here is the script that results from running $ npm completion
While educating myself on auto-complete, I was poking at
npm
and noticed that their autocomplete scripts allow for an infinite number of flags to be referenced by the completion mechanism, without regard to what position they're in. While the positioning that omelette provides is useful, removing that constraint would also be immensely useful. For reference, here is the script that results from running$ npm completion
Would it be possible to allow the same kind of "as many flags as you want in any position" functionality?
The text was updated successfully, but these errors were encountered: