do not require stash in git stash drop (#732)

This fixes a small bug so that `git stash drop` doesn't _require_ a
stash
This commit is contained in:
Darren Schroeder 2024-01-11 07:45:11 -06:00 committed by GitHub
parent b44091aea1
commit a690fcbaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -444,7 +444,7 @@ export extern "git stash show" [
# Drop a stashed change
export extern "git stash drop" [
stash: string@"nu-complete git stash-list"
stash?: string@"nu-complete git stash-list"
]
# Create a new git repository