The output is more verbose than the README says
chdiza opened this issue · 1 comments
chdiza commented
The README says:
The get mode will show you the resolution of all active displays
$ screenresolution get
Display 0: 1920x1200x32
Display 1: 1920x1200x32
I get a lot more than that:
2014-06-29 17:32:08.230 screenresolution[40457:507] starting screenresolution argv=screenresolution get
2014-06-29 17:32:08.236 screenresolution[40457:507] Display 0: 1280x800x32@0
The extra looks like logging info. But I think it would be nicer if the actual output looked like the README said.
Also, I noticed that all output I ever get from screenresolution
is to stderr
. If I do screenresolution get 2>/dev/null
I get no output whatsoever.
chdiza commented
Also, I noticed that all output I ever get from screenresolution is to stderr. If I do screenresolution get 2>/dev/null I get no output whatsoever.
Well, this doesn't seem to hold for list
. But it does for get
.
Also, I see the extraneous output on list
and not just on get
.