File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,11 @@ Usage: jlctl [OPTIONS] <COMMAND>
37
37
Commands:
38
38
netlist Print current netlist
39
39
bridge Interact with bridges
40
+ server Start HTTP server
40
41
help Print this message or the help of the given subcommand(s)
41
42
42
43
Options:
43
- -p <PORT> [default: /dev/ttyACM0]
44
+ -p <PORT> Serial port where the Jumperless is connected [default: /dev/ttyACM0]
44
45
-h, --help Print help
45
46
-V, --version Print version
46
47
```
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ mod server;
12
12
#[ derive( Debug , Parser ) ]
13
13
#[ command( about = "CLI for the jumperless breadboard" , version = build:: CLAP_LONG_VERSION ) ]
14
14
struct Cli {
15
+ /// Serial port where the Jumperless is connected
15
16
#[ arg( short, default_value = "/dev/ttyACM0" ) ]
16
17
port : String ,
17
18
#[ command( subcommand) ]
You can’t perform that action at this time.
0 commit comments