mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 17:43:44 +08:00
Create completion for JBake
This commit is contained in:
parent
2477a894e7
commit
5732aeac9a
7
share/completions/jbake.fish
Normal file
7
share/completions/jbake.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Completions for JBake (https://jbake.org/)
|
||||
|
||||
complete -c jbake -o b -l bake -f -d "Perform a bake"
|
||||
complete -c jbake -o h -l help -f -d "Print the help message"
|
||||
complete -c jbake -o i -l init -d "Initialise the required directory structure with default templates"
|
||||
complete -c jbake -o s -l server -d "Run the HTTP server to serve out the baked site"
|
||||
complete -c jbake -o t -l template -x -d "Use the specified template engine for default templates"
|
Loading…
Reference in New Issue
Block a user