90 lines
3.5 KiB
Plaintext
90 lines
3.5 KiB
Plaintext
* xref:index.adoc[Overview]
|
|
* xref:getting-started.adoc[]
|
|
* xref:using-shell-basics.adoc[]
|
|
** xref:using-shell-basics-reading.adoc[]
|
|
* xref:commands/index.adoc[]
|
|
** xref:commands/registration/index.adoc[]
|
|
** xref:commands/registration/programmatic.adoc[]
|
|
** xref:commands/registration/annotation.adoc[]
|
|
** xref:commands/registration/legacyannotation.adoc[]
|
|
** xref:commands/organize.adoc[]
|
|
** xref:commands/availability.adoc[]
|
|
** xref:commands/exceptionhandling/index.adoc[]
|
|
*** xref:commands/exceptionhandling/resolving.adoc[]
|
|
*** xref:commands/exceptionhandling/mappings.adoc[]
|
|
*** xref:commands/exceptionhandling/annotation.adoc[]
|
|
** xref:commands/hidden.adoc[]
|
|
** xref:commands/helpoptions.adoc[]
|
|
** xref:commands/interactionmode.adoc[]
|
|
** xref:commands/builtin/index.adoc[]
|
|
*** xref:commands/builtin/help.adoc[]
|
|
*** xref:commands/builtin/clear.adoc[]
|
|
*** xref:commands/builtin/exit.adoc[]
|
|
*** xref:commands/builtin/stacktrace.adoc[]
|
|
*** xref:commands/builtin/script.adoc[]
|
|
*** xref:commands/builtin/history.adoc[]
|
|
*** xref:commands/builtin/completion.adoc[]
|
|
*** xref:commands/builtin/version.adoc[]
|
|
** xref:commands/writing.adoc[]
|
|
* xref:options/index.adoc[]
|
|
** xref:options/basics/index.adoc[]
|
|
*** xref:options/basics/programmatic.adoc[]
|
|
*** xref:options/basics/annotation.adoc[]
|
|
*** xref:options/basics/legacyannotation.adoc[]
|
|
** xref:options/short.adoc[]
|
|
** xref:options/arity.adoc[]
|
|
** xref:options/positional.adoc[]
|
|
** xref:options/optional.adoc[]
|
|
** xref:options/default.adoc[]
|
|
** xref:options/validation.adoc[]
|
|
** xref:options/label.adoc[]
|
|
** xref:options/types.adoc[]
|
|
** xref:options/naming.adoc[]
|
|
* xref:using-shell-completion.adoc[]
|
|
* xref:using-shell-building.adoc[]
|
|
* xref:using-shell-components.adoc[]
|
|
** xref:using-shell-components-flow.adoc[]
|
|
** xref:using-shell-components-ui.adoc[]
|
|
*** xref:using-shell-components-ui-render.adoc[]
|
|
*** xref:using-shell-components-ui-stringinput.adoc[]
|
|
*** xref:using-shell-components-ui-pathinput.adoc[]
|
|
*** xref:using-shell-components-ui-pathsearch.adoc[]
|
|
*** xref:using-shell-components-ui-confirmation.adoc[]
|
|
*** xref:using-shell-components-ui-singleselect.adoc[]
|
|
*** xref:using-shell-components-ui-multiselect.adoc[]
|
|
* xref:tui/index.adoc[]
|
|
** xref:tui/intro/index.adoc[]
|
|
** xref:tui/views/index.adoc[]
|
|
*** xref:tui/views/box.adoc[]
|
|
*** xref:tui/views/button.adoc[]
|
|
*** xref:tui/views/dialog.adoc[]
|
|
*** xref:tui/views/list.adoc[]
|
|
*** xref:tui/views/menu.adoc[]
|
|
*** xref:tui/views/menubar.adoc[]
|
|
** xref:tui/events/index.adoc[]
|
|
*** xref:tui/events/eventloop.adoc[]
|
|
*** xref:tui/events/key.adoc[]
|
|
*** xref:tui/events/mouse.adoc[]
|
|
* xref:using-shell-customization.adoc[]
|
|
** xref:using-shell-customization-styling.adoc[]
|
|
** xref:using-shell-customization-logging.adoc[]
|
|
** xref:using-shell-customization-commandnotfound.adoc[]
|
|
** xref:using-shell-customization-singlecommand.adoc[]
|
|
** xref:using-shell-customization-contextclose.adoc[]
|
|
* xref:using-shell-execution.adoc[]
|
|
* xref:using-shell-testing.adoc[]
|
|
** xref:using-shell-testing-basics.adoc[]
|
|
** xref:using-shell-testing-settings.adoc[]
|
|
* Appendices
|
|
** xref:appendices-techical-intro.adoc[]
|
|
*** xref:appendices-techical-intro-registration.adoc[]
|
|
*** xref:appendices-techical-intro-parser.adoc[]
|
|
*** xref:appendices-techical-intro-execution.adoc[]
|
|
*** xref:appendices-techical-intro-commandcontext.adoc[]
|
|
*** xref:appendices-techical-intro-commandcatalog.adoc[]
|
|
*** xref:appendices-techical-intro-theming.adoc[]
|
|
*** xref:appendices-techical-intro-searchalgorithm.adoc[]
|
|
** xref:appendices-debugging.adoc[]
|
|
** xref:appendices/tui/index.adoc[]
|
|
*** xref:appendices/tui/viewdev.adoc[]
|
|
*** xref:appendices/tui/catalog.adoc[] |