delete command now doesnt work by default

This commit is contained in:
merlokk 2022-02-01 17:25:52 +02:00
commit 0f7cfe6a17

View file

@ -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);