1. 10 12月, 2022 1 次提交
  2. 06 12月, 2022 2 次提交
  3. 05 12月, 2022 1 次提交
  4. 04 12月, 2022 3 次提交
  5. 03 12月, 2022 27 次提交
  6. 02 12月, 2022 4 次提交
  7. 01 12月, 2022 2 次提交
    • B
      Fix run as root flag · bef36597
      brkirch 提交于
      Even though -f enables running webui.sh as root, the -f flag will also be passed to launch.py, causing it to exit with a usage message. This adds a line to launch.py to remove the -f flag if present.
      
      In addition to the above, all the letters in the command line arguments after each '-' were being processed for 'f' and "illegal option" was displayed for each letter that didn't match. Instead, this commit silences those errors and stops processing if the first flag doesn't start with '-f'.
      bef36597
    • B
      Add support for macOS (Darwin) in launch.py · 79953e9b
      brkirch 提交于
      79953e9b