[
https://issues.apache.org/jira/browse/TINKERPOP3-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562685#comment-14562685
]
Daniel Kuppitz commented on TINKERPOP3-706:
-------------------------------------------
Yea, would be a nice to have (but only if it's easy to do, otherwise we can
always suggest to use the {{System.exit(0)}} approach). However, I would prefer
to have another option that specifies whether plugins are needed / will be
loaded or not.
{code}
# execute script w/o plugins
bin/gremlin.sh -e script.groovy
# execute script w/ plugins
bin/gremlin.sh -p -e script.groovy
bin/gremlin.sh -pe script.groovy
{code}
> Make it so "plugin based" examples work with process-docs.sh.
> -------------------------------------------------------------
>
> Key: TINKERPOP3-706
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-706
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: documentation
> Reporter: Marko A. Rodriguez
> Assignee: Daniel Kuppitz
> Fix For: 3.0.0.GA
>
>
> It would be good to have the Hadoop-Gremlin code examples in the AsciiDocs
> work like the other "script engine"-based code generation examples. Right now
> we "cut/paste" terminal output.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)