Skip to content
Snippets Groups Projects
Commit dff85078 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

cli._Argument: Remove unused, optional “suggest” parameter


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 5431eff1
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ UN_PREFIX = "-"
class _Argument:
def __init__(self, min=0, max=None, suggest=None):
def __init__(self, min=0, max=None):
self.min = min
self.max = max
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment