2021-02-26 20:28:53 +01:00
|
|
|
set -l commands --help -p --printresult
|
|
|
|
|
2021-02-26 20:47:30 +01:00
|
|
|
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"
|