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 366b8da commit ed00508Copy full SHA for ed00508
src/main.rs
@@ -12,7 +12,7 @@ use gpio_utils::config::{self, GpioConfig};
12
use gpio_utils::options::*;
13
use std::process;
14
15
-#[derive(Parser)]
+#[derive(Debug, Parser)]
16
#[command(
17
name = "GPIO Utils",
18
version,
@@ -26,7 +26,7 @@ struct Cli {
26
command: Commands,
27
}
28
29
-#[derive(Subcommand)]
+#[derive(Debug, Subcommand)]
30
enum Commands {
31
/// Read the value of a GPIO Input
32
Read {
0 commit comments