project_release.cli.project_release_cli

project_release.cli.project_release_cli(argv: List[str] | None = None) int[source]

Entry point for the command line.

Parameters:

argv (list of str, optional) – List of command line arguments.

Returns:

The value to be returned by the CLI executable.

Return type:

int