diff options
author | amine <hilalyamine@gmail.com> | 2019-11-08 14:55:27 +0100 |
---|---|---|
committer | amine <hilalyamine@gmail.com> | 2019-11-09 14:55:27 +0100 |
commit | 45653bd31d9ec91123ee42803cd5c46b43d18528 (patch) | |
tree | ee4cd8df30b59766fb3384d3a0e8d47e372823bc /misc/powershell_completion | |
parent | bbbf3c6c7f245ea2ddc9d31639e7ebac50eeac2d (diff) | |
download | git-bug-45653bd31d9ec91123ee42803cd5c46b43d18528.tar.gz |
token: regenerate documentation and fix imports
Diffstat (limited to 'misc/powershell_completion')
-rw-r--r-- | misc/powershell_completion/git-bug | 4 |
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' { |