File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
spring-shell-docs/modules/ROOT Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4040** xref:options/label.adoc[]
4141** xref:options/types.adoc[]
4242** xref:options/naming.adoc[]
43- * xref:using-shell- completion.adoc[]
44- * xref:using-shell- building.adoc[]
43+ * xref:completion.adoc[]
44+ * xref:building.adoc[]
4545* xref:components/index.adoc[]
4646** xref:components/flow/index.adoc[]
4747** xref:components/ui/index.adoc[]
7272** xref:customization/commandnotfound.adoc[]
7373** xref:customization/singlecommand.adoc[]
7474** xref:customization/contextclose.adoc[]
75- * xref:using-shell- execution.adoc[]
75+ * xref:execution.adoc[]
7676* xref:testing/index.adoc[]
7777** xref:testing/basics.adoc[]
7878** xref:testing/settings.adoc[]
8585*** xref:appendices/techintro/commandcatalog.adoc[]
8686*** xref:appendices/techintro/theming.adoc[]
8787*** xref:appendices/techintro/searchalgorithm.adoc[]
88- ** xref:appendices- debugging.adoc[]
88+ ** xref:appendices/ debugging/index .adoc[]
8989** xref:appendices/tui/index.adoc[]
9090*** xref:appendices/tui/viewdev.adoc[]
9191*** xref:appendices/tui/catalog.adoc[]
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 22= Interaction Mode
33:page-section-summary-toc: 1
44
5- ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
5+ ifndef::snippets[:snippets: ../../../../src/ test/java/org/springframework/shell/docs]
66
77Command registration can define `InteractionMode` which is used to hide commands
8- depending which mode shell is executing. More about that in xref:using-shell- execution.adoc#using-shell-execution-interactionmode[Interaction Mode].
8+ depending which mode shell is executing. More about that in xref:execution.adoc#using-shell-execution-interactionmode[Interaction Mode].
99
1010You can define it with `CommandRegisration`.
1111
File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ simple command-line tool without requiring customization.
1414
1515Currently, interactive mode is entered if any command line options are passed when starting
1616or running a shell from a command line. This works especially well when a shell application
17- is compiled with xref:using-shell- building.adoc#native[Native Support].
17+ is compiled with xref:building.adoc#native[Native Support].
1818
1919Some commands may not have any useful meanings when they run in interactive mode
2020or (conversely) in non-interactive mode. For example, a built-in `exit` command would
You can’t perform that action at this time.
0 commit comments