espflash icon indicating copy to clipboard operation
espflash copied to clipboard

Re-evaluate short and long option names for CLI arguments

Open jessebraham opened this issue 11 months ago • 1 comments

IMO should names should be used sparingly, and it should be obvious what they are intended for. We now have checks for conflicts, but perhaps there are some instances where we can/should use a short name other than the default values.

Long names are generally easier, but there may still be some room for improvement (e.g. maybe we want --addr instead of --address, etc.)

jessebraham avatar Feb 06 '25 13:02 jessebraham

I completely forgot about this issue 😓 I guess is related to https://github.com/esp-rs/espflash/issues/752 and https://github.com/esp-rs/espflash/pull/759

SergioGasquez avatar Feb 12 '25 09:02 SergioGasquez