janpieterz / CommandRunner

A simple command runner to enable quick command line developer tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permit auto 'up' after certain commands

DeHertog opened this issue · comments

Example would be entering a menu for a resource, then deleting the resource. An auto up would then move back to the parent menu.

This has been implemented. The command attribute now has an optional parameter moveUpAfterSuccessfulExecution which, if running in terminal mode, navigates to a higher level.

If an exception is thrown this won't happen.