Skip to content

Stop using the args to pass things around #6

@kavigupta

Description

@kavigupta

Currently the argv is used to pass information around from command to command. This is bad practice as it melds the CLI and the under-the-hood features.

Instead, there should be a conversion from args -> some command object, which can then be sent as a json file or something

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions