JBANG-COMPLETION
SYNOPSIS
jbang completion [-h] [-s=<shell>] [--config=<config>] [--insecure] [--[no-]verbose] [--[no-]quiet] [--[no-]offline] [--[no-]fresh] [--[no-]stacktrace] [<shell>]
Run the following to enable TAB completion in the current shell:
bash/zsh: source <(jbang completion) fish: jbang completion | source pwsh: (jbang completion) -join "`n" | Invoke-Expression (experimental)
The shell is auto-detected. To make it permanent, see the comments at the end of the generated script.
OPTIONS
- -h, --help
-
Display this help and exit
- -s, --shell=<shell>
-
The shell to generate the completion script for. Supported shells: bash, zsh, fish, and pwsh (experimental). Default: auto-detected from current shell.
- --config=<config>
-
Path to config file to be used instead of the default
- --insecure
-
Enable insecure trust of all SSL certificates.
- --[no-]verbose
-
jbang will be verbose on what it does.
- --[no-]quiet
-
jbang will be quiet, only print when error occurs.
- -o, --[no-]offline
-
Work offline. Fail-fast if dependencies are missing.
- --[no-]fresh
-
Make sure we use fresh (i.e. non-cached) resources.
- -x, --[no-]stacktrace
-
Print exceptions stacktraces to stderr (even when quiet).