cmd/cue: support `cue fix -` to fix CUE via stdin and stdout
We were missing the extra few lines of code to handle it,
just like other commands such as `cue fmt` or `cue import`.
Fixes #3417.
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: Id2d88b32c02e4218db4ad119489b4f68f1f39783
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200554
Reviewed-by: Matthew Sackman <matthew@cue.works>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>