Adding a wraps to get fish to autopopulate branches (#255)

This commit is contained in:
Chris Apple 2022-11-29 11:01:33 -08:00 committed by GitHub
parent 42c8e005fe
commit d0959eb001
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ function forgit::cherry::pick -d "git cherry-picking" --argument-names 'target'
"$FORGIT" cherry_pick $argv
end
function forgit::cherry::pick::from::branch -d "git cherry-picking with interactive branch selection"
function forgit::cherry::pick::from::branch -d "git cherry-picking with interactive branch selection" --wraps "git cherry-pick"
"$FORGIT" cherry_pick_from_branch $argv
end