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
kbs2 currently generates tab completions via --completions=SHELL, enabling users to do something like this in their shell profile/initialization file:
eval"$(kbs2 --completions=bash)"
This is pleasant, but limited: the clap-generated completions don't support intelligent positional expansion, e.g.:
All available record labels for <label>
All available generators for <generator>
Possible external subcommands (found by searching PATH for kbs2-*)
We should investigate to see whether clap can populate these correctly and, if not, how difficult it would be to implement (either in clap or on our own).
The text was updated successfully, but these errors were encountered:
kbs2
currently generates tab completions via--completions=SHELL
, enabling users to do something like this in their shell profile/initialization file:This is pleasant, but limited: the
clap
-generated completions don't support intelligent positional expansion, e.g.:<label>
<generator>
PATH
forkbs2-*
)We should investigate to see whether
clap
can populate these correctly and, if not, how difficult it would be to implement (either inclap
or on our own).The text was updated successfully, but these errors were encountered: