The __main__.py
module#
Summary#
Parse the command line arguments. |
|
Substitute the empty values with configuration values. |
|
Run entrypoint for the FlowKit service. |
Description#
Main module for the FlowKit service.
Module detail#
- __main__.parse_cli_args()#
Parse the command line arguments.
- __main__.substitute_empty_values(args)#
Substitute the empty values with configuration values.
- __main__.main()#
Run entrypoint for the FlowKit service.