Skip to content

Provide API to disallow POSIX clustered short options #308

@remkop

Description

@remkop

Provide API to disallow POSIX clustered short options: this is required to implement #258 (Picocli-based groovy.CliBuilder alternative).

CliBuilder exposes a posix property that (if set to false) installs a commons-cli parser that does not allow POSIX clustered short options.

Picocli by default supports POSIX clustered short options but does not have an option to switch this off. Provide such a switch to facilitate the picocli-based CliBuilder implementation.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions