Skip to content

Splitting an argument should not cause max arity to be exceeded #193

@remkop

Description

@remkop

If an option has arity="2", then it should consume two command line arguments following the option name, regardless of whether those command line arguments are split or not.

Currently if a value is split into three parts, only two are considered to be option parameters, the third part is discarded.

Instead, the two command line arguments following the option name should be consumed (since the option's arity is 2), regardless of how many parts they may be split up in.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions