Skip to content

Mutual exclusive followed by positional param causes incorrect tab completion #7

@robreiss

Description

@robreiss

Tab completion does not work correctly when presented with the following usage pattern:

Usage:
  naval_fate mine (set|remove) <x>

Result: The tab completion skips the (set|remove) mutual exclusive parameter.

If I remove the positional parameter "" then tab completion works correctly. i.e.

Usage:
  naval_fate mine (set|remove)

Result: "set" and "remove" are given as tab completion options.

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