From 63165085e18e59155e2cee5d8cffad17b51033df Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Thu, 25 Nov 2021 14:14:17 +1000 Subject: [PATCH] Completion for choice command --- share/completions/choice.fish | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 share/completions/choice.fish diff --git a/share/completions/choice.fish b/share/completions/choice.fish new file mode 100644 index 000000000..eb8318050 --- /dev/null +++ b/share/completions/choice.fish @@ -0,0 +1,7 @@ +complete --command choice --no-files --arguments '/c\t"Specify the list of choices to be created" +/n\t"Hide the list of choices" +/cs\t"Respect case" +/t\t"Specify the number of seconds to pause before using the default choice" +/d\t"Use as the default choice" +/m\t"Specify a message to display before the list of choices" +/?\t"Show help"' \ No newline at end of file