doc
This commit is contained in:
@@ -22,13 +22,12 @@ Usage: uulm [OPTIONS] COMMAND [ARGS]...
|
||||
reasons.
|
||||
|
||||
- using environment variables `UULM_USERNAME`, `UULM_PASSWORD`
|
||||
- using a `.env` file in the current working directory with the same variables
|
||||
- using a `.env` file in the current working directory with the same variables
|
||||
- interactive mode, if none of the above were specified
|
||||
|
||||
For help concerning specific commands, run `uulm <COMMAND> --help`
|
||||
|
||||
Options:
|
||||
-u, --username TEXT
|
||||
-p, --password TEXT
|
||||
-h, --headless Dont show the browser window
|
||||
-d, --debug Set the log level to DEBUG
|
||||
-l, --log-level [CRITICAL|FATAL|ERROR|WARN|WARNING|INFO|DEBUG|NOTSET]
|
||||
--help Show this message and exit.
|
||||
|
||||
@@ -52,6 +52,9 @@ async def cli(debug, log_level):
|
||||
- using environment variables `UULM_USERNAME`, `UULM_PASSWORD`
|
||||
- using a `.env` file in the current working directory with the same variables
|
||||
- interactive mode, if none of the above were specified
|
||||
|
||||
\b
|
||||
For help concerning specific commands, run `uulm <COMMAND> --help`
|
||||
'''
|
||||
logging.basicConfig(level=log_level,format='%(asctime)s - %(levelname)s - %(message)s')
|
||||
if(debug): logger.setLevel(logging.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user