Options Args

This commit is contained in:
IMXEren
2025-03-19 23:19:06 +05:30
committed by GitHub
parent 7139e3810e
commit 4e5c7da298
2 changed files with 68 additions and 10 deletions
+1 -1
View File
@@ -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)