Group and organize arguments a bit more

This commit is contained in:
Ian McEwen
2024-04-07 23:20:02 -07:00
parent e742b5c0b8
commit 157f9cd276
2 changed files with 28 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ from ..mesh_interface import MeshInterface
def reset_globals():
"""Fixture to reset globals."""
parser = None
parser = argparse.ArgumentParser()
parser = argparse.ArgumentParser(add_help=False)
Globals.getInstance().reset()
Globals.getInstance().set_parser(parser)