mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
Options Args
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ def convert_command_output_to_json(
|
||||
return result
|
||||
|
||||
# Run the command
|
||||
command = ["java", "-jar", jar_file_name, "list-patches", "-ipuv", patches_file]
|
||||
command = ["java", "-jar", jar_file_name, "list-patches", "-ipuvo", patches_file]
|
||||
output = run_command_and_capture_output(command)
|
||||
|
||||
parsed_data = parse_text_to_json(output)
|
||||
|
||||
Reference in New Issue
Block a user