Skip to content

Commit 9f49d1a

Browse files
committed
Add small comment back
1 parent ee88b81 commit 9f49d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/argparse_completer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def complete(
226226
matched_flags: list[str] = []
227227

228228
# Keeps track of arguments we've seen and any tokens they consumed
229-
consumed_arg_values: dict[str, list[str]] = {}
229+
consumed_arg_values: dict[str, list[str]] = {} # dict(arg_name -> list[tokens])
230230

231231
# Completed mutually exclusive groups
232232
completed_mutex_groups: dict[argparse._MutuallyExclusiveGroup, argparse.Action] = {}

0 commit comments

Comments
 (0)