mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-21 08:27:31 +01:00
chore: add notice to move option
This commit is contained in:
parent
19cd541e9a
commit
20e1fdc18d
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user