Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax for ENV variables? #51

Open
MartinBrugnara opened this issue May 20, 2016 · 4 comments
Open

Syntax for ENV variables? #51

MartinBrugnara opened this issue May 20, 2016 · 4 comments

Comments

@MartinBrugnara
Copy link

MartinBrugnara commented May 20, 2016

How is the syntax for ENV variables?

@tkw1536
Copy link

tkw1536 commented Jul 8, 2016

To add to this, how can one get the command line arguments?

@dgtlrift
Copy link

dgtlrift commented Jul 8, 2016

You cannot, it doesn't support arguments.. Yet.

-Jim

On Jul 8, 2016, at 5:40 AM, Tom Wiesing notifications@github.com wrote:

To add to this, how can one get the command line arguments?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@daniloarcidiacono
Copy link

This is a serious shortcoming. :(

@m13253
Copy link

m13253 commented Aug 21, 2016

As a workaround, you can write batch() and bash() to insert raw batch / bash commands.

bash("arg1=\"$1\"");
batch("set arg1=%1");
println(arg1);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants