Commit eeb581ec authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add completions for `git-supertree clone <URI>`

parent 97aeced1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@ _git-supertree()
				(clone)
					_arguments \
						'--branch[Initial branch and worktree name]:BRANCH:__git_supertree_branch_spec' \
						':repository_url:' \
						':repository_url:__git_any_repositories' \
						':repository_url:_directories' \
						'::path:_directories' \
					;;