We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7022fc0 commit a41b405Copy full SHA for a41b405
src/cli.rs
@@ -48,7 +48,7 @@ pub fn app() -> App<'static, 'static> {
48
.about("Set the current dGPU power state")
49
.arg(Arg::with_name("state")
50
.help("The power-state to be set")
51
- .possible_values(&["on", "off", "1", "0"])
+ .possible_values(&["on", "off"])
52
.required(true)
53
.index(1)))
54
.subcommand(SubCommand::with_name("get")
0 commit comments