[ 
https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16345810#comment-16345810
 ] 

ASF GitHub Bot commented on TINKERPOP-1879:
-------------------------------------------

Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/791
  
    ok - i think i have it right now:
    
    ```text
    $ cat x.groovy
    println "test"
    $ bin/gremlin.sh -e x.groovy
    test
    $ bin/gremlin.sh -e=x.groovy
    Gremlin file not found at [=x.groovy].
    $ bin/gremlin.sh -i=x.groovy
    
             \,,,/
             (o o)
    -----oOOo-(3)-oOOo-----
    plugin activated: tinkerpop.server
    plugin activated: tinkerpop.utilities
    plugin activated: tinkerpop.tinkergraph
    Gremlin file not found at [=x.groovy].
    gremlin> :x
    $ bin/gremlin.sh -i x.groovy
    
             \,,,/
             (o o)
    -----oOOo-(3)-oOOo-----
    plugin activated: tinkerpop.server
    plugin activated: tinkerpop.utilities
    plugin activated: tinkerpop.tinkergraph
    test
    gremlin> :x
    ```
    
    Existing console integration tests all pass. Good?


> 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)

Reply via email to