aboutsummaryrefslogtreecommitdiffstats
path: root/misc/powershell_completion
diff options
context:
space:
mode:
authoramine <hilalyamine@gmail.com>2019-11-08 14:55:27 +0100
committeramine <hilalyamine@gmail.com>2019-11-09 14:55:27 +0100
commit45653bd31d9ec91123ee42803cd5c46b43d18528 (patch)
treeee4cd8df30b59766fb3384d3a0e8d47e372823bc /misc/powershell_completion
parentbbbf3c6c7f245ea2ddc9d31639e7ebac50eeac2d (diff)
downloadgit-bug-45653bd31d9ec91123ee42803cd5c46b43d18528.tar.gz
token: regenerate documentation and fix imports
Diffstat (limited to 'misc/powershell_completion')
-rw-r--r--misc/powershell_completion/git-bug4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/powershell_completion/git-bug b/misc/powershell_completion/git-bug
index d92bc04b..99265bbb 100644
--- a/misc/powershell_completion/git-bug
+++ b/misc/powershell_completion/git-bug
@@ -94,14 +94,10 @@ Register-ArgumentCompleter -Native -CommandName 'git-bug' -ScriptBlock {
break
}
'git-bug;bridge;token;add' {
- [CompletionResult]::new('-g', 'g', [CompletionResultType]::ParameterName, '')
- [CompletionResult]::new('--global', 'global', [CompletionResultType]::ParameterName, '')
[CompletionResult]::new('-v', 'v', [CompletionResultType]::ParameterName, '')
[CompletionResult]::new('--value', 'value', [CompletionResultType]::ParameterName, '')
[CompletionResult]::new('-t', 't', [CompletionResultType]::ParameterName, '')
[CompletionResult]::new('--target', 'target', [CompletionResultType]::ParameterName, '')
- [CompletionResult]::new('-s', 's', [CompletionResultType]::ParameterName, '')
- [CompletionResult]::new('--scopes', 'scopes', [CompletionResultType]::ParameterName, '')
break
}
'git-bug;bridge;token;rm' {