spring-projects / spring-shell

Spring based shell
http://projects.spring.io/spring-shell/
Apache License 2.0
719 stars 395 forks source link

Implement scenario lifecycle #1004

Closed jvalkeal closed 6 months ago

jvalkeal commented 6 months ago

Currently Scenario just have View build() then called from a Catalog. ProgressView is a first view which needs some kind of lifecycle, so it makes sense to have this feature in a Catalog as well.