Closed miri64 closed 6 years ago
First of all: I know this is very hacky, but sadly there is no straight-forward (and portable) way with argparse to make a subcommand optional, like it is the case e.g. with many git commands.
argparse
git
However, this allows now also do just type
./tools/sniffer /dev/ttyACM0 112500 26
Depends on #37
please squash
and rebase after #37 was merged.
would prefer #40 though
Ok
First of all: I know this is very hacky, but sadly there is no straight-forward (and portable) way with
argparse
to make a subcommand optional, like it is the case e.g. with manygit
commands.However, this allows now also do just type
Depends on #37