mirror of
https://github.com/Radiquum/anixart-patcher.git
synced 2025-09-07 19:53:50 +05:00
feat: add patch init arg
This commit is contained in:
parent
2fef0a32b7
commit
2c8af07a67
3 changed files with 69 additions and 7 deletions
|
@ -47,8 +47,9 @@ parser = argparse.ArgumentParser(prog="anixart patcher")
|
|||
parser.add_argument("--config", help="path to config.json file", default="config.json")
|
||||
parser.add_argument("--no-decompile", action="store_true")
|
||||
parser.add_argument("--no-compile", action="store_true")
|
||||
parser.add_argument("--patch", action="store_true")
|
||||
parser.add_argument("--sign", action="store_true")
|
||||
parser.add_argument("--patch", action="store_true", help="only patch decompiled")
|
||||
parser.add_argument("--sign", action="store_true", help="only sign compiled apk")
|
||||
parser.add_argument("--init", action="store_true", help="init a new patch")
|
||||
args = parser.parse_args()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue