chore: add notice to move option

This commit is contained in:
oSumAtrIX
2023-07-11 05:11:24 +02:00
parent 19cd541e9a
commit 20e1fdc18d

View File

@@ -43,6 +43,7 @@ internal object MainCommand : Runnable {
lateinit var args: 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)
lateinit var inputFile: File