Files
spring-shell/spring-shell-docs/modules/ROOT/pages/appendices-tui-catalog.adoc
2023-08-03 14:58:09 -05:00

16 lines
554 B
Plaintext

[#appendix-tui-catalog]
= Catalog App
:page-section-summary-toc: 1
ifndef::snippets[:snippets: ../../test/java/org/springframework/shell/docs]
Catalog application is showing various ways how Terminal UI Framework can be used.
In this section we discuss how this application works. It can be considered to be
a reference application as it's using most of the features available and tries
to follow best practices.
[[create-scenario]]
== Create Scenario
Every `Scenario` essentially is a sample code of a `View` as that's what catalog
app demonstrates.