From 01acf8be5f8d352603b48fac81bed3328f701356 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Fri, 15 May 2015 10:15:24 +0800 Subject: [PATCH] Update 10.2.5. Command-line completion.md --- II. Getting started/10.2.5. Command-line completion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/II. Getting started/10.2.5. Command-line completion.md b/II. Getting started/10.2.5. Command-line completion.md index 3cf7bb4..c2c1096 100644 --- a/II. Getting started/10.2.5. Command-line completion.md +++ b/II. Getting started/10.2.5. Command-line completion.md @@ -1,6 +1,6 @@ ### 10.2.5. 命令行实现 -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启动时该目录下的所有脚本都被执行。想要手动运行该脚本,例如,你已经使用`GVM`进行安装了: +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启动时该目录下的所有脚本都被执行。想要手动运行该脚本,例如,你已经使用GVM进行安装了: ```shell $ . ~/.gvm/springboot/current/shell-completion/bash/spring $ spring