parser.add_argument("--disable-metadata",action="store_true",help="Disable saving prompt metadata in files.")
parser.add_argument("--server-storage",action="store_true",help="Saves settings and other user configuration on the server instead of in browser storage.")
parser.add_argument("--multi-user",action="store_true",help="Enables per-user storage. If enabled, server-storage will be unconditionally enabled.")