Added rgs parse item, fixed controller, moved core widget

This commit is contained in:
2023-03-29 18:41:14 -05:00
parent b4120bdca4
commit c298ea0c11
4 changed files with 6 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ if __name__ == "__main__":
# Add long and short arguments
parser.add_argument("--debug", "-d", default="false", help="Do extra console messaging.")
parser.add_argument("--trace-debug", "-td", default="false", help="Disable saves, ignore IPC lock, do extra console messaging.")
parser.add_argument("--no-plugins", "-np", default="false", help="Do not load plugins.")
parser.add_argument("--new-tab", "-nt", default="false", help="Opens a 'New Tab' if a handler is set for it.")
parser.add_argument("--file", "-f", default="default", help="JUST SOME FILE ARG.")