msi-rgb icon indicating copy to clipboard operation
msi-rgb copied to clipboard

FLAG to disable still requires RGB fields

Open smckenna3 opened this issue 5 years ago • 1 comments

If disabling the subsystem, should RGB fields be required? It was an easy work around. Just adding it for a future fix.

FLAGS: -x, --disable disable the RGB subsystem altogether


root@pc:~/msi-rgb/target/release# ./msi-rgb -x error: The following required arguments were not provided: <RED> <GREEN> <BLUE>

USAGE: msi-rgb <RED> <GREEN> <BLUE> --base-port <BASEPORT> --blink <BLINK> --disable --duration <STEPDURATION>

For more information try --help

smckenna3 avatar Dec 07 '18 08:12 smckenna3