Forward --help to server.py
This commit is contained in:
parent
c2ae01fb04
commit
30d7c4eaa1
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ if __name__ == "__main__":
|
|||
# Verifies we are in a conda environment
|
||||
check_env()
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser = argparse.ArgumentParser(add_help=False)
|
||||
parser.add_argument('--update', action='store_true', help='Update the web UI.')
|
||||
args, _ = parser.parse_known_args()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue