mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-07 07:18:03 +00:00
benchmark pallet: Error if files are overwritten twice (#14352)
* benchmark pallet: Error if files are overwritten twice Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix error message Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
72046c2830
commit
fda776951d
@@ -195,4 +195,10 @@ pub struct PalletCmd {
|
||||
/// the analysis is read from this file.
|
||||
#[arg(long)]
|
||||
pub json_input: Option<PathBuf>,
|
||||
|
||||
/// Allow overwriting a single file with multiple results.
|
||||
///
|
||||
/// This exists only to restore legacy behaviour. It should never actually be needed.
|
||||
#[arg(long)]
|
||||
pub unsafe_overwrite_results: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user