The __main__.py
module#
Summary#
Parse the command line arguments. |
|
Handle legacy port configuration. |
|
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__.handle_legacy_port_config()#
Handle legacy port configuration.
- __main__.substitute_empty_values(args)#
Substitute the empty values with configuration values.
- __main__.main()#
Run entrypoint for the FlowKit service.