Skip to content

getopt doesn't handle missing spaces for single character options #2791

Closed
@jdm

Description

@jdm
godot:build jdm$ rustc -L foo -Lbar
error: Argument to option 'L' missing.
godot:build jdm$ rustc -L foo -Lbar a
error: Unrecognized option: 'b'.

We should handle this properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions