2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-19 16:34:24 +00:00
fish-shell/share/completions/jbake.fish
2018-03-15 21:59:23 +08:00

7 lines
450 B
Fish

# 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"