Skip to content

Adopt a CLI specific library #16

@willianpaixao

Description

@willianpaixao

At the moment the arguments are read and parsed using os.Args. This approach leaves little room for improvement of the CLI tools.

I suggest the adoption of a specialized library, like github.com/spf13/cobra or github.com/urfave/cli. A huge number of improvements would be possible out of the box.

Please refer to their documentation for an extensive list of features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions