Files
spring-shell/spring-shell-docs/src/main/asciidoc/using-shell-commands.adoc
2023-02-23 09:28:48 +00:00

15 lines
490 B
Plaintext

== Commands
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
In this section, we go through an actual command registration and leave command options
and execution for later in a documentation. You can find more detailed info in
<<appendix-tech-intro-registration>>.
include::using-shell-commands-registration.adoc[]
include::using-shell-commands-organize.adoc[]
include::using-shell-commands-availability.adoc[]
include::using-shell-commands-exitcode.adoc[]