add the "export" keyword to "extern git cherry-pick" (#356)

This commit is contained in:
Antoine Stevan 2023-01-21 20:16:23 +01:00 committed by GitHub
parent a023cea71a
commit 89c209f89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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