Can the Custom Commands have an option so that after running one they can accept some new user inputs? Right now it looks like custom commands can only run fixed scripts.
For eg.
Creating a new Custom command for switching between branches and updating submodules.
Switch with Sub -> switch --recurse-submodules
User Inputs: this/is/new_branch on running Switch with Sub
Alternatively is there already a way to open bash/console from some point within the script using custom commands?
Can the Custom Commands have an option so that after running one they can accept some new user inputs? Right now it looks like custom commands can only run fixed scripts.
For eg.
Creating a new Custom command for switching between branches and updating submodules.
Switch with Sub ->
switch --recurse-submodulesUser Inputs: this/is/new_branch on running Switch with Sub
Alternatively is there already a way to open bash/console from some point within the script using custom commands?