parser = argparse.ArgumentParser(description="Prints the status of server nodes and their GPUs.")
+
+parser.add_argument(
+ "watch",
+ type=str,
+ nargs="?",
+ choices=("watch",),
+ help="If the word 'watch' is supplied as first argument, the script will be run in watch mode. Supplying this argument in any other position will have no effect."