Files
spring-shell/spring-shell-docs/src/main/asciidoc/using-shell-components-builtin-completion.adoc
Janne Valkealahti 57b9259701 Split builtin command docs
- Fixes #504
2022-08-17 17:37:05 +01:00

9 lines
327 B
Plaintext

[[built-in-commands-completion]]
==== Completion
The `completion` command set lets you create script files that can be used
with am OS shell implementations to provide completion. This is very useful when
working with non-interactive mode.
Currently, the only implementation is for bash, which works with `bash` sub-command.