Applicable Version
v2.1.0 - v2.1.0-beta-2-pre2
Describe the bug
When starting the application for the first time (after setting up sheetid.txt an credentials.json). The application will not accept command arguments, theoretically because of the google credential manager stealing the syntax for processing command arguments.
To Reproduce
Steps to reproduce the behavior:
- Remove
token.json
- Try to start the application with a command argument, for example,
python gamesessionmanager.py --web.
- Application returns
Invalid Command Argument
Expected behavior
Application starts with the command argument normally, and then invokes the google credential manager to update credentials.
Applicable Version
v2.1.0 - v2.1.0-beta-2-pre2
Describe the bug
When starting the application for the first time (after setting up
sheetid.txtancredentials.json). The application will not accept command arguments, theoretically because of the google credential manager stealing the syntax for processing command arguments.To Reproduce
Steps to reproduce the behavior:
token.jsonpython gamesessionmanager.py --web.Invalid Command ArgumentExpected behavior
Application starts with the command argument normally, and then invokes the google credential manager to update credentials.