diff options
author | Michael Muré <batolettre@gmail.com> | 2019-11-26 19:46:50 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-11-26 19:46:50 +0100 |
commit | afe69d0c93bf9a4aaa0b6b39e8fce48c2d4ec346 (patch) | |
tree | caeacc43a4650e31b7a99811f1990bcd0f7ece45 /misc/powershell_completion | |
parent | 26a62692415868dab906bc702504e83532cb09b9 (diff) | |
download | git-bug-afe69d0c93bf9a4aaa0b6b39e8fce48c2d4ec346.tar.gz |
github: tiny cleanups of the configurator
Diffstat (limited to 'misc/powershell_completion')
-rw-r--r-- | misc/powershell_completion/git-bug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/powershell_completion/git-bug b/misc/powershell_completion/git-bug index 5f043932..bdf08f42 100644 --- a/misc/powershell_completion/git-bug +++ b/misc/powershell_completion/git-bug @@ -83,6 +83,8 @@ Register-ArgumentCompleter -Native -CommandName 'git-bug' -ScriptBlock { [CompletionResult]::new('--owner', 'owner', [CompletionResultType]::ParameterName, 'The owner of the target repository') [CompletionResult]::new('-T', 'T', [CompletionResultType]::ParameterName, 'The authentication token for the API') [CompletionResult]::new('--token', 'token', [CompletionResultType]::ParameterName, 'The authentication token for the API') + [CompletionResult]::new('-i', 'i', [CompletionResultType]::ParameterName, 'The authentication token identifier for the API') + [CompletionResult]::new('--token-id', 'token-id', [CompletionResultType]::ParameterName, 'The authentication token identifier for the API') [CompletionResult]::new('--token-stdin', 'token-stdin', [CompletionResultType]::ParameterName, 'Will read the token from stdin and ignore --token') [CompletionResult]::new('-p', 'p', [CompletionResultType]::ParameterName, 'The name of the target repository') [CompletionResult]::new('--project', 'project', [CompletionResultType]::ParameterName, 'The name of the target repository') |