We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94045b6 commit 76cad7eCopy full SHA for 76cad7e
invoke/parser/parser.py
@@ -309,7 +309,6 @@ def handle(self, token: str) -> None:
309
# Initial-context flag being given as per-task flag (e.g. --help)
310
elif self.initial and token in self.initial.flags:
311
debug("Saw (initial-context) flag {!r}".format(token))
312
- flag = self.initial.flags[token]
313
# Special-case for core --help flag: context name is used as value.
314
if self._is_token_help(token):
315
debug("--help passed")
0 commit comments