Skip to content

Commit b03f309

Browse files
committed
chore(cmd.git.run): Chop positional args
1 parent 7f4e648 commit b03f309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libvcs/cmd/git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __repr__(self):
3636
def run(
3737
self,
3838
args: _CMD,
39+
/,
3940
# Print-and-exit flags
4041
version: Optional[bool] = None,
4142
help: Optional[bool] = None,

0 commit comments

Comments
 (0)