mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-25 12:11:05 +00:00
chore: add notice to move option
This commit is contained in:
@@ -43,6 +43,7 @@ internal object MainCommand : Runnable {
|
|||||||
lateinit var args: Args
|
lateinit var args: Args
|
||||||
|
|
||||||
class Args {
|
class Args {
|
||||||
|
// TODO: Move this so it is not required when listing patches
|
||||||
@Option(names = ["-a", "--apk"], description = ["Input APK file to be patched"], required = true)
|
@Option(names = ["-a", "--apk"], description = ["Input APK file to be patched"], required = true)
|
||||||
lateinit var inputFile: File
|
lateinit var inputFile: File
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user