Skip to content
Snippets Groups Projects
Commit 17a989fc authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Remove abbreviations from default command line

This will help prevent conficts when other command-line interfaces are
invoked
parent d4c24a07
No related branches found
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@ def set_up_command_line_arguments():
"""
parser = argparse.ArgumentParser(
description="Command line interface for bilby scripts",
add_help=False)
add_help=False, allow_abbrev=False)
parser.add_argument("-v", "--verbose", action="store_true",
help=("Increase output verbosity [logging.DEBUG]." +
" Overridden by script level settings"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment