Options on the command-line should not raise conflicts by default

This commit is contained in:
Waf Project 2024-05-19 12:44:53 +02:00
parent 9ad45cb350
commit 327471474f
1 changed files with 1 additions and 1 deletions

View File

@ -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"""