Skip to content

Autocompletion bug for subcommands in zsh #178

@remkop

Description

@remkop

on ZSH, the hierarchy test command always shows the top-level completions, even after a subcommand was selected.

Expected:

$ hierarchy sub2
-d           --directory  --num2       subsub1      subsub2

Actual:

$ hierarchy sub2
-h         --help     sub1       sub2       -V         --version

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions