You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a long series of commands I'd like to run on some BUILD file text. The commands sometimes have different targets, so I can't pass the commands on the commandline. I tried writing my commands to a temp file, and then using -f. In the file, I use -:__pkg__ to operate on stdin. However, I get this error:
-/BUILD: file not found or not readable
It seems that - is not recognized in a command file.
The text was updated successfully, but these errors were encountered:
I have a long series of commands I'd like to run on some BUILD file text. The commands sometimes have different targets, so I can't pass the commands on the commandline. I tried writing my commands to a temp file, and then using
-f
. In the file, I use-:__pkg__
to operate on stdin. However, I get this error:It seems that
-
is not recognized in a command file.The text was updated successfully, but these errors were encountered: