In particular, Please will consume the - even if it is passed as an argument intended for something being plz run'd:
plz run //some:binary -- --some=flag -
Expected behaviour: //some:binary is passed args --some=flag -
Actual behaviour: Please sees the - arg, and consumes stdin without passing it to //some:binary
In particular, Please will consume the
-even if it is passed as an argument intended for something beingplz run'd:plz run //some:binary -- --some=flag -Expected behaviour:
//some:binaryis passed args--some=flag -Actual behaviour: Please sees the
-arg, and consumes stdin without passing it to//some:binary