mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Forward --help to server.py
This commit is contained in:
parent
c2ae01fb04
commit
30d7c4eaa1
@ -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…
Reference in New Issue
Block a user