Files
spring-shell/spring-shell-docs/modules/ROOT/pages/appendices/techintro/execution.adoc
Janne Valkealahti 814ed4958f Migrate docs to antora
- This is basically copy from main branch minus all
  terminal ui things.
- Relates #971
2024-01-12 14:02:10 +00:00

9 lines
302 B
Plaintext

[[command-execution]]
= Command Execution
:page-section-summary-toc: 1
ifndef::snippets[:snippets: ../../../../../src/test/java/org/springframework/shell/docs]
When command parsing has done its job and command registration has been resolved, command execution
does the hard work of running the code.