Update docs

This commit is contained in:
Janne Valkealahti
2023-10-07 15:35:42 +01:00
parent 923498bbcf
commit edddc0b2e8
6 changed files with 7 additions and 7 deletions

View File

@@ -40,8 +40,8 @@
** xref:options/label.adoc[] ** xref:options/label.adoc[]
** xref:options/types.adoc[] ** xref:options/types.adoc[]
** xref:options/naming.adoc[] ** xref:options/naming.adoc[]
* xref:using-shell-completion.adoc[] * xref:completion.adoc[]
* xref:using-shell-building.adoc[] * xref:building.adoc[]
* xref:components/index.adoc[] * xref:components/index.adoc[]
** xref:components/flow/index.adoc[] ** xref:components/flow/index.adoc[]
** xref:components/ui/index.adoc[] ** xref:components/ui/index.adoc[]
@@ -72,7 +72,7 @@
** xref:customization/commandnotfound.adoc[] ** xref:customization/commandnotfound.adoc[]
** xref:customization/singlecommand.adoc[] ** xref:customization/singlecommand.adoc[]
** xref:customization/contextclose.adoc[] ** xref:customization/contextclose.adoc[]
* xref:using-shell-execution.adoc[] * xref:execution.adoc[]
* xref:testing/index.adoc[] * xref:testing/index.adoc[]
** xref:testing/basics.adoc[] ** xref:testing/basics.adoc[]
** xref:testing/settings.adoc[] ** xref:testing/settings.adoc[]
@@ -85,7 +85,7 @@
*** xref:appendices/techintro/commandcatalog.adoc[] *** xref:appendices/techintro/commandcatalog.adoc[]
*** xref:appendices/techintro/theming.adoc[] *** xref:appendices/techintro/theming.adoc[]
*** xref:appendices/techintro/searchalgorithm.adoc[] *** xref:appendices/techintro/searchalgorithm.adoc[]
** xref:appendices-debugging.adoc[] ** xref:appendices/debugging/index.adoc[]
** xref:appendices/tui/index.adoc[] ** xref:appendices/tui/index.adoc[]
*** xref:appendices/tui/viewdev.adoc[] *** xref:appendices/tui/viewdev.adoc[]
*** xref:appendices/tui/catalog.adoc[] *** xref:appendices/tui/catalog.adoc[]

View File

@@ -2,10 +2,10 @@
= Interaction Mode = Interaction Mode
:page-section-summary-toc: 1 :page-section-summary-toc: 1
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs] ifndef::snippets[:snippets: ../../../../src/test/java/org/springframework/shell/docs]
Command registration can define `InteractionMode` which is used to hide commands Command registration can define `InteractionMode` which is used to hide commands
depending which mode shell is executing. More about that in xref:using-shell-execution.adoc#using-shell-execution-interactionmode[Interaction Mode]. depending which mode shell is executing. More about that in xref:execution.adoc#using-shell-execution-interactionmode[Interaction Mode].
You can define it with `CommandRegisration`. You can define it with `CommandRegisration`.

View File

@@ -14,7 +14,7 @@ simple command-line tool without requiring customization.
Currently, interactive mode is entered if any command line options are passed when starting Currently, interactive mode is entered if any command line options are passed when starting
or running a shell from a command line. This works especially well when a shell application or running a shell from a command line. This works especially well when a shell application
is compiled with xref:using-shell-building.adoc#native[Native Support]. is compiled with xref:building.adoc#native[Native Support].
Some commands may not have any useful meanings when they run in interactive mode Some commands may not have any useful meanings when they run in interactive mode
or (conversely) in non-interactive mode. For example, a built-in `exit` command would or (conversely) in non-interactive mode. For example, a built-in `exit` command would