mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-10 20:29:10 +01:00
Options on the command-line should not raise conflicts by default
This commit is contained in:
parent
9ad45cb350
commit
327471474f
@ -44,7 +44,7 @@ class ArgParser(argparse.ArgumentParser):
|
||||
argparse.ArgumentParser.__init__(self, add_help=False)
|
||||
self.ctx = ctx
|
||||
self.usage = self.get_usage()
|
||||
|
||||
self.conflict_handler = 'resolve'
|
||||
|
||||
def _get_formatter(self):
|
||||
"""Initialize the argument parser to the adequate terminal width"""
|
||||
|
Loading…
Reference in New Issue
Block a user