mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Make --append and --overwrite in conflict with each other
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
## 3.0.0 (wip)
|
## 3.0.0 (wip)
|
||||||
|
|
||||||
* Full rewrite in Rust
|
* Full rewrite in Rust
|
||||||
|
* Use of `--append` and `--overwrite` together gives returns error now
|
||||||
|
|
||||||
## 2.4.0 (2023-10-23)
|
## 2.4.0 (2023-10-23)
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ enum Commands {
|
|||||||
raw: bool,
|
raw: bool,
|
||||||
|
|
||||||
/// Overwrite target file if it already exists
|
/// Overwrite target file if it already exists
|
||||||
#[arg(long)]
|
#[arg(long, conflicts_with = "append")]
|
||||||
overwrite: bool,
|
overwrite: bool,
|
||||||
|
|
||||||
/// Command to record
|
/// Command to record
|
||||||
|
|||||||
Reference in New Issue
Block a user