mirror of
https://github.com/rsteube/carapace-bin.git
synced 2025-05-05 15:32:53 +00:00
go: ActionModuleSearch - include branches
This commit is contained in:
parent
20917b4bea
commit
c5addbdb42
@ -48,7 +48,7 @@ func ActionModuleSearch() carapace.Action {
|
||||
return carapace.ActionValues()
|
||||
case 1:
|
||||
return carapace.Batch(
|
||||
git.ActionLsRemoteRefs(git.LsRemoteRefOption{Url: "https://" + c.Parts[0], Tags: true}),
|
||||
git.ActionLsRemoteRefs(git.LsRemoteRefOption{Url: "https://" + c.Parts[0], Branches: true, Tags: true}),
|
||||
carapace.ActionValues("latest"),
|
||||
).ToA()
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user