CLIDispatcher

UMLClass
Skill Seekers :: skill_seekers :: CLICore :: CLIDispatcher

Description

Git-style CLI dispatcher implementing ICLIDispatcher. Maps command names to module paths via COMMAND_MODULES dict. Lazily imports and invokes the main() function of each subcommand module. Entry point: skill-seekers CLI.

Interfaces

Attributes

Visibility Name Type Description
private COMMAND_MODULES dict[str, str]

Operations

Visibility Name Description
public main()
public create_parser()

Properties

Name Value
name CLIDispatcher
stereotype null
visibility public
isAbstract false
isFinalSpecialization false
isLeaf false
isActive false

Dependencies

Relationships

Owned Elements

Diagrams