Skip to content

add Flag.flag to help text #71

@dastrobu

Description

@dastrobu

Currently, the help text shows only the long flags, suche as e.g. --verbose, but not the short flag -f which can be configured via

let main = command(
    Flag("verbose", flag: "v")
) {
    // ...
}

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