Skip to content

Use COMPREPLY instead of COMREPLY in Bash shell completion #2162

@ashwin153

Description

@ashwin153

The generated Bash shell completion references COMREPLY instead of COMPREPLY. This is clearly a typo.

COMREPLY=()
compopt -o dirnames
elif [[ $type == 'file' ]]; then
COMREPLY=()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions