2021-03-29 21:18:29 +02:00
|
|
|
set -l commands --version -h --help --target= -p --printresult
|
2021-02-26 20:28:53 +01:00
|
|
|
|
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"
|
2021-12-31 12:51:13 +01:00
|
|
|
complete -c ybcon -x -l buildInfo -d "Print informations about how the ybcon executable was built"
|
2021-07-07 19:07:47 +02:00
|
|
|
complete -c ybcon -l parallel -k -d "Transpile files in parallel mode"
|
2021-03-29 21:38:53 +02:00
|
|
|
complete -c ybcon -l target -k -f -a 'lua js py' -d "Set the transpilation target"
|
2021-10-20 17:26:39 +02:00
|
|
|
complete -c ybcon -l newlines -k -f -a 'on off' -d "Enable or disable new lines"
|
2022-04-09 22:43:52 +02:00
|
|
|
complete -c ybcon -s p -l printresult -d "Enable printing the transpilation result to stdout"
|
|
|
|
complete -c ybcon -x -s t -l text -d "Transpile text provided after this argument (implies -p)"
|