CLI
elva.apps.chat.cli
CLI definition.
Functions:
-
cli–Send messages with real-time preview.
Attributes:
-
APP_NAME–The name of the app.
APP_NAME = 'chat'
module-attribute
The name of the app.
cli(config, *args, **kwargs)
Send messages with real-time preview.
Parameters:
-
config(dict) –the merged configuration from CLI parameters and files.
-
args(tuple, default:()) –unused positional arguments.
-
kwargs(dict, default:{}) –parameters passed from the CLI.