New goodies! In particular `gh run view`...
Also: With this version, we no longer need that `Makefile` patch, but we
do need to set `GOOS` so that the file extension `.exe` is used, and
then ask for `bin/gh.exe` to be built, not `bin/gh`.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
It is not much: it shaves a little under 5MB off of a little over 25MB,
but it is _something_.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
In WSL, we do not have `/usr/bin/winpty`. Let's verify that it is
available before using it, falling back to the `winpty`-less invocation.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>