Skip to content

Fix bug in handling of --xxx=yyy format commands #45

Description

@delphidabbler

Commands in format --xxx=yyy (e.g. --datetype=modified) are detected only by checking that a command starts with a specific string, i.e. --xxx=yyy is detected by checking that the command string starts with --xxx. The position of the equals sign is detected separately.

This means that --xxx=yyy and --xxxabc=yyy are both assumed to be the same command.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions