We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ceae9 commit 03ce027Copy full SHA for 03ce027
1 file changed
src/libvcs/cmd/git.py
@@ -5885,12 +5885,11 @@ def run(
5885
... name='test-tag', message='Test tag'
5886
... )
5887
''
5888
- >>> result = GitTagCmd(
+ >>> GitTagCmd(
5889
... path=example_git_repo.path,
5890
... tag_name='test-tag',
5891
... ).run()
5892
- >>> 'test-tag' in result
5893
- True
+ '...test-tag...'
5894
"""
5895
local_flags = local_flags if isinstance(local_flags, list) else []
5896
if command is not None:
0 commit comments