You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spring-boot-project/spring-boot-docs/src/docs/antora/modules/ROOT/pages/installing.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -177,15 +177,15 @@ $ sudo port install spring-boot-cli
177
177
=== Command-line Completion
178
178
179
179
The Spring Boot CLI includes scripts that provide command completion for the https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29[BASH] and https://en.wikipedia.org/wiki/Z_shell[zsh] shells.
180
-
You can `source` the script (also named `spring`) in any shell or put it in your personal or system-wide bash completion initialization.
181
-
On a Debian system, the system-wide scripts are in `<installation location>/shell-completion/bash` and all scripts in that directory are executed when a new shell starts.
180
+
You can `source` the script named `spring` (`_spring` for zsh) or put it in your personal or system-wide bash completion initialization.
181
+
On a Debian system, the system-wide scripts are in `<installation location>/shell-completion/<bash|zsh>` and all scripts in that directory are executed when a new shell starts.
182
182
For example, to run the script manually if you have installed by using SDKMAN!, use the following commands:
NOTE: If you install the Spring Boot CLI by using Homebrew or MacPorts, the command-line completion scripts are automatically registered with your shell.
0 commit comments