mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
delete command now doesnt work by default
This commit is contained in:
parent
52a78712be
commit
0f7cfe6a17
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ static int CmdHFCipurseDeleteFile(const char *Cmd) {
|
||||||
arg_lit0(NULL, "commit", "commit "),
|
arg_lit0(NULL, "commit", "commit "),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
CLIExecWithReturn(ctx, Cmd, argtable, false);
|
||||||
|
|
||||||
bool APDULogging = arg_get_lit(ctx, 1);
|
bool APDULogging = arg_get_lit(ctx, 1);
|
||||||
bool verbose = arg_get_lit(ctx, 2);
|
bool verbose = arg_get_lit(ctx, 2);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue