Executor

Auto-generated documentation for newversion.executor module.

CLI commands executor.

Executor

[find in source code]

class Executor():
    def __init__(config: argparse.Namespace) -> None:

CLI commands executor.

Executor().execute

[find in source code]

def execute() -> str:

Execute command based on config.

Returns

Processed Version.

Executor().input

[find in source code]

@property
def input() -> Version:

See also

Executor().other

[find in source code]

@property
def other() -> Version:

See also

ExecutorError

[find in source code]

class ExecutorError(Exception):

Main CLI commands executor error.