Skip to content

Commit 98011cf

Browse files
authored
Missing kwargs in ShtabAction (#850)
1 parent 3df3bd9 commit 98011cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jsonargparse/_completions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def __init__(
8484
option_strings,
8585
dest=argparse.SUPPRESS,
8686
default=argparse.SUPPRESS,
87+
**kwargs,
8788
):
8889
import shtab
8990

0 commit comments

Comments
 (0)