mirror of
https://github.com/meshtastic/python.git
synced 2026-04-22 16:00:32 -04:00
Group and organize arguments a bit more
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user