Aslak Knutsen created FORGE-1669:
------------------------------------
Summary: Allow alternative Interactive Wizard execution style
Key: FORGE-1669
URL:
https://issues.jboss.org/browse/FORGE-1669
Project: Forge
Issue Type: Feature Request
Components: UI - Shell
Affects Versions: 2.1.1.Final
Reporter: Aslak Knutsen
Allow for the following flow:
{code}
01 Wizard.isEnabled
02 Wizard.prompt for UIInput
03 Wizard.execute
04 for each Step in Wizard.next
05 Step.isEnabled
06 Step.prompt for UIInput
07 Step.execute
08 for each Step in Step.next
09 goto 05
{code}
as an alternative to the current single command wizard
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira