Skip to content

Commit e441026

Browse files
authored
Update 10.2.5. Command-line completion.md
1 parent ec28805 commit e441026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

II. Getting started/10.2.5. Command-line completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 10.2.5. 命令行实现
22

3-
Spring Boot CLI启动脚本为[BASH](http://en.wikipedia.org/wiki/Bash_%28Unix_shell%29)[zsh](http://en.wikipedia.org/wiki/Zsh) shells提供完整的命令行实现。你可以在任何shell中source脚本(名称也是spring),或将它放到用户或系统范围内的bash初始化脚本里。在Debian系统中,系统级的脚本位于`/shell-completion/bash`下,当新的shell启动时该目录下的所有脚本都会被执行。如果想要手动运行脚本,例如,你已经安装了SDKMAN,可以运行以下脚本
3+
Spring Boot CLI启动脚本为[BASH](http://en.wikipedia.org/wiki/Bash_%28Unix_shell%29)[zsh](http://en.wikipedia.org/wiki/Zsh) shells提供完整的命令行实现。你可以在任何shell中source脚本(名称也是spring),或将它放到用户或系统范围内的bash初始化脚本里。在Debian系统中,系统级的脚本位于`/shell-completion/bash`下,当新的shell启动时该目录下的所有脚本都会被执行。如果想要手动运行脚本,假如你已经安装了SDKMAN,可以使用以下命令
44
```shell
55
$ . ~/.sdkman/candidates/springboot/current/shell-completion/bash/spring
66
$ spring <HIT TAB HERE>

0 commit comments

Comments
 (0)