mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 22:04:09 +02:00
Cmd line option to disable file recovery
This commit is contained in:
parent
63792924e0
commit
b49cd5d12a
3 changed files with 12 additions and 3 deletions
|
@ -7192,6 +7192,10 @@ namespace IDE
|
|||
}
|
||||
#endif
|
||||
fallthrough;
|
||||
#if !CLI
|
||||
case "-noRecover":
|
||||
mFileRecovery?.mDisabled = true;
|
||||
#endif
|
||||
case "-forceSafe":
|
||||
mSafeMode = true;
|
||||
mNoResolve = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue