docs: added initial documentation for the python beta gui based on prior gui documentation
This commit is contained in:
parent
a36674aba9
commit
88a98fff82
45 changed files with 655 additions and 1 deletions
|
@ -9,7 +9,7 @@ from core.gui.images import Images
|
|||
|
||||
if __name__ == "__main__":
|
||||
# parse flags
|
||||
parser = argparse.ArgumentParser(description=f"CORE Python Tk GUI")
|
||||
parser = argparse.ArgumentParser(description=f"CORE Python GUI")
|
||||
parser.add_argument("-l", "--level", choices=["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"], default="INFO",
|
||||
help="logging level")
|
||||
parser.add_argument("-p", "--proxy", action="store_true", help="enable proxy")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue