feat: Make `--out´ option optional

This commit is contained in:
oSumAtrIX
2023-11-26 04:44:00 +01:00
parent 5e63e0a276
commit 3765957043
3 changed files with 33 additions and 16 deletions

View File

@ -73,7 +73,6 @@ ReVanced CLI is divided into the following fundamental commands:
```bash
java -jar revanced-cli.jar patch \
--patch-bundle revanced-patches.jar \
--out patched-app.apk \
--device-serial <device-serial> \
input.apk
```
@ -107,7 +106,6 @@ ReVanced CLI is divided into the following fundamental commands:
--include "Some patch" \
--ii 123 \
--exclude "Some other patch" \
--out patched-app.apk \
--device-serial <device-serial> \
--mount \
app.apk