Bazel Operations: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[Bazel#Subjects|Bazel]] | * [[Bazel#Subjects|Bazel]] | ||
=Examples= | |||
<syntaxhighlight lang='bash'> | |||
bazel run --script_path=/Users/ovidiu/bin/something //a/something | |||
</syntaxhighlight> |