Noticed that marquee is offset here:
$ gh screensaver -l
fireworks
marquee
Similarly, when I pass in the incorrect flag i.e. -list instead of --list:
$ gh screensaver -list
Error: unknown shorthand flag: 'i' in -ist
Usage:
screensaver [flags]
Flags:
-h, --help help for screensaver
-l, --list List available screensavers and exit
-R, --repo string Repository to contribute to
-s, --saver string Screensaver to play
unknown shorthand flag: 'i' in -ist
Possibly related to the error log output in #2.
Noticed that
marqueeis offset here:Similarly, when I pass in the incorrect flag i.e.
-listinstead of--list:Possibly related to the error log output in #2.