Skip to content

Double-dash to force value-list. #31

@nemec

Description

@nemec

In typical command line parsers, using a double-dash as a token (eg. git add -- -u nothing) forces all tokens after the -- to be read as values (equivalent to what's stored in your ValueList), even though -u is otherwise a valid commandline flag. This allows, for instance, files starting with a dash to be added to a git repository.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions