Add --monitor
option to write-bin
command
#684
Labels
CLI
Issues relating to the command-line interface
--monitor
option to write-bin
command
#684
I'm using espflash for Rust based and non-Rust based ESP32 project. It is great.
However when I'm debugging non-Rust based app like Erlang with AtomVM, I'm stressed a bit to execute
espflash monitor
just afterespflash write-bin
again and again.How about adding
--monitor
option towrite-bin
just likeflash
command?It looks
cli::FlashArgs::{monitor,monitor_baud,log_format}
is safe to be copied intoWriteBinArgs
, and the same logic here can be added at the end ofwrite_bin
function as well.The text was updated successfully, but these errors were encountered: