fix(cmd unlock): add force flag

This commit is contained in:
rwxd
2023-10-10 21:23:17 +02:00
parent ba51d1d062
commit 8b60120342
2 changed files with 10 additions and 1 deletions

View File

@@ -24,3 +24,9 @@ root 39260 0.0 0.0 6976 2696 pts/11 S+ 19:41 0:00 grep autorest
```bash
autorestic unlock
```
Use the `--force` to prevent the confirmation prompt if an instance is running.
```bash
autorestic unlock --force
```