How to display possible values for fish completion containing asterisks? #5956
Unanswered
sorairolake
asked this question in
Q&A
Replies: 1 comment
-
FYI the current completion scripts are mostly user maintained as I'm not much of a completion user and I'm not an expert at most of the shells (bash is the one I use the most but still not expert level which completions usually requires). For what attention I put to completions, its been towards our up and coming completion system documented at https://docs.rs/clap_complete/latest/clap_complete/env/index.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First, write the following code:
Next, generate completions for fish with the following command:
cmd --generate-completion fish > cmd.fish
Then run the following command:
In this case,
xorshift
andxoshiro256++
are displayed as possible values, butxoshiro256**
is not displayed as a possible value.How can I display
xoshiro256**
as a possible value as well?Environment
Beta Was this translation helpful? Give feedback.
All reactions