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
The builtin completion shell scripts just use invoke --complete -- <invocation>, which doesn't work when one is using the -c/--collection argument to load a nondefault collection module. Ideally, it should attempt to notice this and copy it.
The text was updated successfully, but these errors were encountered:
Got this working for zsh, leaving bash/fish open for later/user submission.
Also exposed another bug where having core flags in completion input, causes flag completion to find core context instead of task context. Making that a new bug: #239
bitprophet
changed the title
Completion scripts don't account for -c
(non-zsh) completion scripts don't account for -c
Apr 29, 2015
The builtin completion shell scripts just use
invoke --complete -- <invocation>
, which doesn't work when one is using the-c/--collection
argument to load a nondefault collection module. Ideally, it should attempt to notice this and copy it.The text was updated successfully, but these errors were encountered: