mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
finish git fetch custom completions (#5859)
This commit is contained in:
parent
f231a6df4a
commit
13c152b00f
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ module completions {
|
|||
|
||||
# Download objects and refs from another repository
|
||||
export extern "git fetch" [
|
||||
repository?: string@"nu-complete git remotes" # name of the branch to fetch
|
||||
repository?: string@"nu-complete git remotes" # name of the repository to fetch
|
||||
branch?: string@"nu-complete git branches" # name of the branch to fetch
|
||||
--all # Fetch all remotes
|
||||
--append(-a) # Append ref names and object names to .git/FETCH_HEAD
|
||||
--atomic # Use an atomic transaction to update local refs.
|
||||
|
|
Loading…
Reference in a new issue