From 54dd81e3376ef557b5be3aa642accec219005949 Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Mon, 22 Jul 2019 18:03:03 +0200 Subject: [PATCH] bridge: update generated docs --- doc/man/git-bug-bridge-configure.1 | 2 +- doc/md/git-bug_bridge_configure.md | 2 +- misc/powershell_completion/git-bug | 4 ++-- misc/zsh_completion/git-bug | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/man/git-bug-bridge-configure.1 b/doc/man/git-bug-bridge-configure.1 index fa6feed5bdef029cce656d16b2a3713fa82c8afd..5e103468a467ccbb269dc98a26d63687ef0481eb 100644 --- a/doc/man/git-bug-bridge-configure.1 +++ b/doc/man/git-bug-bridge-configure.1 @@ -33,7 +33,7 @@ Token configuration can be directly passed with the \-\-token flag or in the ter .PP \fB\-t\fP, \fB\-\-target\fP="" - The target of the bridge. Valid values are [github,launchpad\-preview] + The target of the bridge. Valid values are [github,gitlab,launchpad\-preview] .PP \fB\-u\fP, \fB\-\-url\fP="" diff --git a/doc/md/git-bug_bridge_configure.md b/doc/md/git-bug_bridge_configure.md index 788b39862091ce9be9585878894a0f9794609af2..0f6a10ebd558b06dbbb5eb366018aa072d142468 100644 --- a/doc/md/git-bug_bridge_configure.md +++ b/doc/md/git-bug_bridge_configure.md @@ -64,7 +64,7 @@ git bug bridge configure \ ``` -n, --name string A distinctive name to identify the bridge - -t, --target string The target of the bridge. Valid values are [github,launchpad-preview] + -t, --target string The target of the bridge. Valid values are [github,gitlab,launchpad-preview] -u, --url string The URL of the target repository -o, --owner string The owner of the target repository -T, --token string The authentication token for the API diff --git a/misc/powershell_completion/git-bug b/misc/powershell_completion/git-bug index b89897a305205240887e1bcca6102c8a7686b4e7..3785c0ad2d2ef040f235e31416849cc2ad13b804 100644 --- a/misc/powershell_completion/git-bug +++ b/misc/powershell_completion/git-bug @@ -57,8 +57,8 @@ Register-ArgumentCompleter -Native -CommandName 'git-bug' -ScriptBlock { 'git-bug;bridge;configure' { [CompletionResult]::new('-n', 'n', [CompletionResultType]::ParameterName, 'A distinctive name to identify the bridge') [CompletionResult]::new('--name', 'name', [CompletionResultType]::ParameterName, 'A distinctive name to identify the bridge') - [CompletionResult]::new('-t', 't', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,launchpad-preview]') - [CompletionResult]::new('--target', 'target', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,launchpad-preview]') + [CompletionResult]::new('-t', 't', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,gitlab,launchpad-preview]') + [CompletionResult]::new('--target', 'target', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,gitlab,launchpad-preview]') [CompletionResult]::new('-u', 'u', [CompletionResultType]::ParameterName, 'The URL of the target repository') [CompletionResult]::new('--url', 'url', [CompletionResultType]::ParameterName, 'The URL of the target repository') [CompletionResult]::new('-o', 'o', [CompletionResultType]::ParameterName, 'The owner of the target repository') diff --git a/misc/zsh_completion/git-bug b/misc/zsh_completion/git-bug index 1e2ed5116b2ee764ed5a33ae7e8cb3e42bfd5a04..fe1ca5a56998a7f4f3d22813f6793f8f636348cc 100644 --- a/misc/zsh_completion/git-bug +++ b/misc/zsh_completion/git-bug @@ -142,7 +142,7 @@ function _git-bug_bridge { function _git-bug_bridge_configure { _arguments \ '(-n --name)'{-n,--name}'[A distinctive name to identify the bridge]:' \ - '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,launchpad-preview]]:' \ + '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,launchpad-preview]]:' \ '(-u --url)'{-u,--url}'[The URL of the target repository]:' \ '(-o --owner)'{-o,--owner}'[The owner of the target repository]:' \ '(-T --token)'{-T,--token}'[The authentication token for the API]:' \