mirror of
https://github.com/esp-rs/espflash.git
synced 2026-04-10 08:35:11 +00:00
Explicitly set bin_name attribute for cargo-espflash (#432)
* Explicitly set `bin_name` attribute for `cargo-espflash` * Update CHANGELOG
This commit is contained in:
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Fixed
|
||||
|
||||
- Explicitly set `bin_name` attribute for `cargo-espflash` (#432)
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
@@ -60,7 +60,7 @@ cargo install cargo-espflash --features=raspberry
|
||||
```text
|
||||
Cargo subcommand for flashing Espressif devices
|
||||
|
||||
Usage: cargo-espflash espflash <COMMAND>
|
||||
Usage: cargo espflash <COMMAND>
|
||||
|
||||
Commands:
|
||||
board-info Establish a connection with a target device
|
||||
|
||||
@@ -32,7 +32,7 @@ mod error;
|
||||
mod package_metadata;
|
||||
|
||||
#[derive(Debug, Parser)]
|
||||
#[clap(version, propagate_version = true)]
|
||||
#[clap(bin_name = "cargo", version, propagate_version = true)]
|
||||
struct Cli {
|
||||
#[clap(subcommand)]
|
||||
subcommand: CargoSubcommand,
|
||||
|
||||
Reference in New Issue
Block a user