When a user invokes fluidshell from the command line, allow user to optionally pass-in values that get set as variables in the fluidshell environment.
e.g. ./runfluidshell-osx.sh TableA "TableB" "Table C"
Then, in the fluidshell environment, if I invoke declare, I would see:
$1=TableA
$2=TableB
$3=Table C
Use case from user:
Issue #12989 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
Use case from user: