Files
spring-shell/spring-shell-docs/modules/ROOT/pages/appendices/techintro/parser.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

7 lines
244 B
Plaintext

[[command-parser]]
= Command Parser
:page-section-summary-toc: 1
Before a command can be executed, we need to parse the command and whatever options the user may have provided. Parsing
comes between command registration and command execution.