jackdp / Quick-Change-Resolution

QuickChangeResolution is a small utility that allows you to quickly change the display resolution.
107 stars 19 forks source link

Add support for common help command-line switches #1

Closed RicoLeNecro closed 2 years ago

RicoLeNecro commented 2 years ago

Hello there.

As documented on https://github.com/jackdp/Quick-Change-Resolution#run-time-parameters the program supports some run-time parameters.

It would be nice if calling it with the traditional help parameters that are "/?", "-?" and "--help" would display that list of supported run-time parameters, along with a short description of what the program is for :)

As of version 1.0, calling it with either "/?", "-?" or "--help" opens a window that states "Unregistered option (Position: 1)"

jackdp commented 2 years ago

Something like this?

Help

QuickChangeResolution.exe -?

image

Invalid option

QuickChangeResolution.exe -abcd

image

RicoLeNecro commented 2 years ago

Yes, should be good :)

jackdp commented 2 years ago

Thank you, added in version 1.1