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