From 89c209f89ed4cfc81d252a76e221a9471e329586 Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Sat, 21 Jan 2023 20:16:23 +0100 Subject: [PATCH] add the "export" keyword to "extern git cherry-pick" (#356) --- custom-completions/git/git-completions.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-completions/git/git-completions.nu b/custom-completions/git/git-completions.nu index 13f0e77..9802c6c 100644 --- a/custom-completions/git/git-completions.nu +++ b/custom-completions/git/git-completions.nu @@ -141,7 +141,7 @@ export extern "git switch" [ ] # Apply the change introduced by an existing commit -extern "git cherry-pick" [ +export extern "git cherry-pick" [ commit?: string@"nu-complete git commits" # The commit ID to be cherry-picked --edit(-e) # Edit the commit message prior to committing --no-commit(-n) # Apply changes without making any commit