You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value for this is that user don't need to know all low level details about working with console as things get quite complex when working with inputs, ansi escape characters(ie moving cursor) and unicode charaters(something more sophisticated than plain text).
The text was updated successfully, but these errors were encountered:
- Add first preliminary model of building and working with
higher level components.
- Components for text input, path input, single selector and
multi selector.
- Components renderings are based on ANTLR ST templates while
there is support for building rendering output manually.
- Add these into sample.
- This is a base of additional work what goes to these components
and concepts around it.
- Relates spring-projects#360
- Add first preliminary model of building and working with
higher level components.
- Components for text input, path input, single selector and
multi selector.
- Components renderings are based on ANTLR ST templates while
there is support for building rendering output manually.
- Add these into sample.
- This is a base of additional work what goes to these components
and concepts around it.
- Relates #360
Uh oh!
There was an error while loading. Please reload this page.
We want to make it easy to create higher "UI" level components user to interact providing ways to ask various types of inputs like texts and selectors. Essentially what you see in https://github.com/cli/cli and https://github.com/SBoudrias/Inquirer.js.
Value for this is that user don't need to know all low level details about working with console as things get quite complex when working with inputs, ansi escape characters(ie moving cursor) and unicode charaters(something more sophisticated than plain text).
The text was updated successfully, but these errors were encountered: