add -c flag for Starlark-in-java#7683
add -c flag for Starlark-in-java#7683Quarz0 wants to merge 1 commit intobazelbuild:masterfrom Quarz0:starlark_c_flag
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
Thank you for implementing it. |
laurentlb
left a comment
There was a problem hiding this comment.
Thanks a lot!
I'm importing the change.
|
Sorry I haven't reviewed it, I was on leave too. |
Related issues:
Examples:
$ bazel run :Starlark -- -c "print(1)"
1
$ bazel run :Starlark -- -c "print(1)" arg3
USAGE: Starlark [-c "<cmdLineProgram>" | <fileName>]