Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def _parser():
parent = get_common_args()
parser = argparse.ArgumentParser(parents=[parent])
parser.add_argument("-t", "--tool", help='Path to a tool file, tool_conf file, or yaml file containing a sequence of tool ids', nargs='*')
parser.add_argument("-i", "--id", help='Space-separated list of tool ids', nargs='*')
return parser