Skip to content

Options with variable arity should stop consuming on custom end-of-options delimiter #719

@remkop

Description

@remkop

Options with arity = "*" currently stop consuming arguments when they encounter the default end-of-options delimiter --.

The end-of-options delimiter can be customized since #359, but the logic above was not modified to use the specified end-of-options delimiter and is still hard-coded to the default delimiter.

This was discovered while investigating #718.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions