[
https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339201#comment-16339201
]
ASF GitHub Bot commented on TINKERPOP-1879:
-------------------------------------------
GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/791
TINKERPOP-1879 Fixed gremlin.sh handling of = in flags
https://issues.apache.org/jira/browse/TINKERPOP-1879
Builds with `mvn clean install -pl gremlin-console
-DskipIntegrationTests=false`
VOTE +1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/tinkerpop TINKERPOP-1879
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tinkerpop/pull/791.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #791
----
commit 352d06e5a9bcbd34e6082a8e2092584cf3a5ea41
Author: Stephen Mallette <spmva@...>
Date: 2018-01-25T13:17:52Z
TINKERPOP-1879 Fixed gremlin.sh handling of = in flags
----
> Gremlin Console does not resepect equal sign for flag argument assignments
> --------------------------------------------------------------------------
>
> Key: TINKERPOP-1879
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1879
> Project: TinkerPop
> Issue Type: Bug
> Components: console
> Affects Versions: 3.2.7
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Minor
> Fix For: 3.2.8, 3.3.2
>
>
> In Gremlin Console, the command line parser does some extra work that Apache
> Commons CLI does not. That extra work isn't properly supporting a flag passed
> as follows:
> {code}
> bin/gremlin.sh --execute=script.groovy
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)