From 63e7608be43c39780c2858fe7ec8d024318f1a25 Mon Sep 17 00:00:00 2001 From: EmilyGraceSeville7cf Date: Sun, 8 Sep 2024 06:43:45 +1000 Subject: [PATCH] feat(completion): add cascadia completion --- share/completions/cascadia.fish | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 share/completions/cascadia.fish diff --git a/share/completions/cascadia.fish b/share/completions/cascadia.fish new file mode 100644 index 000000000..2755ec261 --- /dev/null +++ b/share/completions/cascadia.fish @@ -0,0 +1,13 @@ +complete -c cascadia -s h -l help -d 'Show help' + +complete -c cascadia -s i -l in -d "Specify the html/xml file to read from or stdin" +complete -c cascadia -s o -l out -d "Specify the output file or stdout" +complete -c cascadia -s c -l css -d "Specify the CSS selectors" +complete -c cascadia -s t -l text -d "Specify the text output for none-block selection mode" +complete -c cascadia -s R -l Raw -d "Use the raw text output" +complete -c cascadia -s p -l piece -d "Specify CSS sub-selectors within --css to split that block up" +complete -c cascadia -s d -l delimiter -d "Specify the delimiter for pieces csv output" +complete -c cascadia -s w -l wrap-html -d "Wrap up the output with html tags" +complete -c cascadia -s y -l style -d "Style component within the wrapped html head" +complete -c cascadia -s b -l base -d "Specify the base href tag used in the wrapped up html" +complete -c cascadia -s q -l quiet -d "Do not show any output"