Main
elva.main
Module with the entry point for the elva command.
Subcommands are defined in the respective app package.
Functions:
-
elva–ELVA - A suite of real-time collaboration TUI apps.
-
context–Print the parameters passed to apps and other subcommands.
elva()
context(config, *args, **kwargs)
Print the parameters passed to apps and other subcommands.
This command stringifies all parameter values for the TOML serializer.
Parameters:
-
config(dict) –mapping of merged configuration parameters from various sources.
-
*args(tuple, default:()) –additional positional arguments as container for passed CLI parameters.
-
**kwargs(dict, default:{}) –additional keyword arguments as container for passed CLI parameters.