update auto-generated files

Michael Muré created

Change summary

doc/man/git-bug-bridge-auth-add-token.1 | 2 +-
doc/man/git-bug-bridge-configure.1      | 2 +-
doc/md/git-bug_bridge_auth_add-token.md | 2 +-
doc/md/git-bug_bridge_configure.md      | 2 +-
misc/powershell_completion/git-bug      | 8 ++++----
misc/zsh_completion/git-bug             | 4 ++--
6 files changed, 10 insertions(+), 10 deletions(-)

Detailed changes

doc/man/git-bug-bridge-auth-add-token.1 🔗

@@ -21,7 +21,7 @@ Store a new token
 .SH OPTIONS
 .PP
 \fB\-t\fP, \fB\-\-target\fP=""
-    The target of the bridge. Valid values are [github,gitlab,launchpad\-preview]
+    The target of the bridge. Valid values are [github,gitlab,jira,launchpad\-preview]
 
 .PP
 \fB\-l\fP, \fB\-\-login\fP=""

doc/man/git-bug-bridge-configure.1 🔗

@@ -31,7 +31,7 @@ Configure a new bridge by passing flags or/and using interactive terminal prompt
 
 .PP
 \fB\-t\fP, \fB\-\-target\fP=""
-    The target of the bridge. Valid values are [github,gitlab,launchpad\-preview]
+    The target of the bridge. Valid values are [github,gitlab,jira,launchpad\-preview]
 
 .PP
 \fB\-u\fP, \fB\-\-url\fP=""

doc/md/git-bug_bridge_auth_add-token.md 🔗

@@ -13,7 +13,7 @@ git-bug bridge auth add-token [<token>] [flags]
 ### Options
 
 ```
-  -t, --target string   The target of the bridge. Valid values are [github,gitlab,launchpad-preview]
+  -t, --target string   The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]
   -l, --login string    The login in the remote bug-tracker
   -u, --user string     The user to add the token to. Default is the current user
   -h, --help            help for add-token

doc/md/git-bug_bridge_configure.md 🔗

@@ -72,7 +72,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,gitlab,launchpad-preview]
+  -t, --target string       The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]
   -u, --url string          The URL of the remote repository
   -b, --base-url string     The base URL of your remote issue tracker
   -l, --login string        The login on your remote issue tracker

misc/powershell_completion/git-bug 🔗

@@ -62,8 +62,8 @@ Register-ArgumentCompleter -Native -CommandName 'git-bug' -ScriptBlock {
             break
         }
         'git-bug;bridge;auth;add-token' {
-            [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('-t', 't', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]')
+            [CompletionResult]::new('--target', 'target', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]')
             [CompletionResult]::new('-l', 'l', [CompletionResultType]::ParameterName, 'The login in the remote bug-tracker')
             [CompletionResult]::new('--login', 'login', [CompletionResultType]::ParameterName, 'The login in the remote bug-tracker')
             [CompletionResult]::new('-u', 'u', [CompletionResultType]::ParameterName, 'The user to add the token to. Default is the current user')
@@ -79,8 +79,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,gitlab,launchpad-preview]')
-            [CompletionResult]::new('--target', 'target', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,gitlab,launchpad-preview]')
+            [CompletionResult]::new('-t', 't', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]')
+            [CompletionResult]::new('--target', 'target', [CompletionResultType]::ParameterName, 'The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]')
             [CompletionResult]::new('-u', 'u', [CompletionResultType]::ParameterName, 'The URL of the remote repository')
             [CompletionResult]::new('--url', 'url', [CompletionResultType]::ParameterName, 'The URL of the remote repository')
             [CompletionResult]::new('-b', 'b', [CompletionResultType]::ParameterName, 'The base URL of your remote issue tracker')

misc/zsh_completion/git-bug 🔗

@@ -177,7 +177,7 @@ function _git-bug_bridge_auth {
 
 function _git-bug_bridge_auth_add-token {
   _arguments \
-    '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,launchpad-preview]]:' \
+    '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]]:' \
     '(-l --login)'{-l,--login}'[The login in the remote bug-tracker]:' \
     '(-u --user)'{-u,--user}'[The user to add the token to. Default is the current user]:'
 }
@@ -193,7 +193,7 @@ function _git-bug_bridge_auth_show {
 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,gitlab,launchpad-preview]]:' \
+    '(-t --target)'{-t,--target}'[The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview]]:' \
     '(-u --url)'{-u,--url}'[The URL of the remote repository]:' \
     '(-b --base-url)'{-b,--base-url}'[The base URL of your remote issue tracker]:' \
     '(-l --login)'{-l,--login}'[The login on your remote issue tracker]:' \