From 751c9e213ec59a7f7261b3a28d94baa289a8de9e Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 13 May 2022 17:28:32 +0100 Subject: [PATCH] Update docs --- .../src/main/asciidoc/using-shell-components-ui.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-shell-docs/src/main/asciidoc/using-shell-components-ui.adoc b/spring-shell-docs/src/main/asciidoc/using-shell-components-ui.adoc index 46182258..4e4c653f 100644 --- a/spring-shell-docs/src/main/asciidoc/using-shell-components-ui.adoc +++ b/spring-shell-docs/src/main/asciidoc/using-shell-components-ui.adoc @@ -18,6 +18,12 @@ Build-in components generally follow logic: * Exit * Render final status of a component state +[NOTE] +==== +<> gives better interface defining flow of a +components which better suited for defining interactive command flows. +==== + ===== Component Render There are two ways to implement component rendering, firstly fully