This commit is contained in:
2024-12-21 10:14:06 -06:00
parent 66bd40e2b9
commit 1e99fa1f31

View File

@@ -94,7 +94,7 @@ def split_zip(input_zip_path, output_folder, max_group_size):
# Create an argument parser object
parser = argparse.ArgumentParser(description='Check for a specific flag.')
# Add a flag argument to the parser
parser.add_argument('-gs', '--group_size', help='Specify Group Size')
parser.add_argument('-s', '--group_size', help='Specify Group Size')
parser.add_argument('-f', '--file_location', help='Specify File Location')
# Parse the command-line arguments