Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Related issues:** - add -c flag [#35](bazelbuild/starlark#35) - improve starlark-in-java installation documentation [#24](bazelbuild/starlark#24) **Examples:** $ bazel run :Starlark -- -c "print(1)" 1 $ bazel run :Starlark -- -c "print(1)" arg3 USAGE: Starlark [-c "\<cmdLineProgram\>" | \<fileName\>] Closes #7683. PiperOrigin-RevId: 239028987
- Loading branch information