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 3df3bd9 commit 98011cfCopy full SHA for 98011cf
1 file changed
jsonargparse/_completions.py
@@ -84,6 +84,7 @@ def __init__(
84
option_strings,
85
dest=argparse.SUPPRESS,
86
default=argparse.SUPPRESS,
87
+ **kwargs,
88
):
89
import shtab
90
0 commit comments