stephen mallette created TINKERPOP-1653:
-------------------------------------------
Summary: Allow multiple scripts with arguments to be passed to the
Console
Key: TINKERPOP-1653
URL: https://issues.apache.org/jira/browse/TINKERPOP-1653
Project: TinkerPop
Issue Type: Improvement
Components: console
Affects Versions: 3.2.4
Reporter: stephen mallette
Assignee: stephen mallette
Gremlin Console currently supports {{-e}} and {{-i}} for passing in scripts to
execute from the command line, but it is only possible to pass one script with
either command. It would be helpful to allow multiple scripts with associated
arguments for each as it would provide greater flexibility when doing
automation through the console.
{code}
bin/gremlin.sh -i scripts/x.groovy -i scripts/y.groovy 123 test -D -i
"scripts/z.groovy -D -i -e"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)