gamescope
gamescope copied to clipboard
--help prints to stderr.
Hi gamescope team,
May I ask why --help prints to stderr? I believe most cli utilities prints to stdout when prompted by the user. This behavior makes gamescope --help | grep "token" awkward
https://github.com/ValveSoftware/gamescope/blame/af3f6bf8274080272dc188405d050d9cd24ac352/src/main.cpp#L534
Is it related to sway?
Try using gamescope --help |& grep "token" instead
Also a problem with gamescope --version