We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b6b03 commit 03824bdCopy full SHA for 03824bd
tests/test_shtab.py
@@ -102,8 +102,6 @@ def test_positional_choices(shell, caplog):
102
103
if shell == "bash":
104
shell = Bash(completion)
105
- # ideally should check completion
106
- # https://github.com/iterative/shtab/issues/11
107
- shell.compgen('-W "$_shtab_test_options_"', "", "-h --help")
+ shell.compgen('-W "$_shtab_test_commands_"', "o", "one")
108
109
assert not caplog.record_tuples
0 commit comments