Skip to content

Commit

Permalink
bring back -y
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Mar 27, 2023
1 parent e8f34e3 commit ff0d97c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cmd_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

parser = argparse.ArgumentParser()

parser.add_argument("-y", action='store_true', help=argparse.SUPPRESS) # allows running as root; implemented outside of webui
parser.add_argument("--update-all-extensions", action='store_true', help="launch.py argument: download updates for all extensions when starting the program")
parser.add_argument("--skip-python-version-check", action='store_true', help="launch.py argument: do not check python version")
parser.add_argument("--skip-torch-cuda-test", action='store_true', help="launch.py argument: do not check if CUDA is able to work properly")
Expand Down

0 comments on commit ff0d97c

Please sign in to comment.