diff --git a/scripts/fish-completion.fish b/scripts/fish-completion.fish index 3c187e6..5314154 100644 --- a/scripts/fish-completion.fish +++ b/scripts/fish-completion.fish @@ -1,7 +1,6 @@ set -l commands --help -p --printresult -complete -c ybcon -f -complete -c ybcon -s h -l help -d "Print the help screen" -complete -c ybcon -l version -d "Print the version" -complete -c ybcon -s p -l printresult -d "Enable printing the transpilation result to stdout" -complete -c ybcon -a "(__fish_complete_suffix .ybcon)" \ No newline at end of file +complete -c ybcon -f -a "(__fish_complete_suffix .ybcon)" +complete -c ybcon -x -s h -l help -d "Print the help screen" +complete -c ybcon -x -l version -d "Print the version" +complete -c ybcon -r -s p -l printresult -d "Enable printing the transpilation result to stdout" \ No newline at end of file