The __main__.py module#

Summary#

parse_cli_args

Parse the command line arguments.

substitute_empty_values

Substitute the empty values with configuration values.

main

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.