diff options
author | Michael Muré <batolettre@gmail.com> | 2025-05-19 12:46:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-19 03:46:50 +0000 |
commit | 08d928daddb8125b51cc4e659b6d0ed521c2c58b (patch) | |
tree | 8f3b4c5c794b65a30348ffedee258f5ca09ddb83 /doc/man | |
parent | 44d90317c54c82aacc3f5c25cd0444298ac810f5 (diff) | |
download | git-bug-08d928daddb8125b51cc4e659b6d0ed521c2c58b.tar.gz git-bug-08d928daddb8125b51cc4e659b6d0ed521c2c58b.zip |
feat(dev-infra): move gqlgen to go-tool (#1453)
Diffstat (limited to 'doc/man')
39 files changed, 0 insertions, 195 deletions
diff --git a/doc/man/git-bug-bridge-auth-add-token.1 b/doc/man/git-bug-bridge-auth-add-token.1 index dda8839fd..9314e5e00 100644 --- a/doc/man/git-bug-bridge-auth-add-token.1 +++ b/doc/man/git-bug-bridge-auth-add-token.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-auth-add-token - Store a new token .SH SYNOPSIS -.PP \fBgit-bug bridge auth add-token [TOKEN] [flags]\fP .SH DESCRIPTION -.PP Store a new token .SH OPTIONS -.PP \fB-t\fP, \fB--target\fP="" The target of the bridge. Valid values are [github,gitlab,jira,launchpad-preview] @@ -35,5 +31,4 @@ Store a new token .SH SEE ALSO -.PP \fBgit-bug-bridge-auth(1)\fP diff --git a/doc/man/git-bug-bridge-auth-rm.1 b/doc/man/git-bug-bridge-auth-rm.1 index 4ce7672c5..ff0034fe2 100644 --- a/doc/man/git-bug-bridge-auth-rm.1 +++ b/doc/man/git-bug-bridge-auth-rm.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-auth-rm - Remove a credential .SH SYNOPSIS -.PP \fBgit-bug bridge auth rm BRIDGE_ID [flags]\fP .SH DESCRIPTION -.PP Remove a credential .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for rm .SH SEE ALSO -.PP \fBgit-bug-bridge-auth(1)\fP diff --git a/doc/man/git-bug-bridge-auth-show.1 b/doc/man/git-bug-bridge-auth-show.1 index 1c4385ffc..900943132 100644 --- a/doc/man/git-bug-bridge-auth-show.1 +++ b/doc/man/git-bug-bridge-auth-show.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-auth-show - Display an authentication credential .SH SYNOPSIS -.PP \fBgit-bug bridge auth show [flags]\fP .SH DESCRIPTION -.PP Display an authentication credential .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for show .SH SEE ALSO -.PP \fBgit-bug-bridge-auth(1)\fP diff --git a/doc/man/git-bug-bridge-auth.1 b/doc/man/git-bug-bridge-auth.1 index f6f36623f..3d168bbf2 100644 --- a/doc/man/git-bug-bridge-auth.1 +++ b/doc/man/git-bug-bridge-auth.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-auth - List all known bridge authentication credentials .SH SYNOPSIS -.PP \fBgit-bug bridge auth [flags]\fP .SH DESCRIPTION -.PP List all known bridge authentication credentials .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for auth .SH SEE ALSO -.PP \fBgit-bug-bridge(1)\fP, \fBgit-bug-bridge-auth-add-token(1)\fP, \fBgit-bug-bridge-auth-rm(1)\fP, \fBgit-bug-bridge-auth-show(1)\fP diff --git a/doc/man/git-bug-bridge-new.1 b/doc/man/git-bug-bridge-new.1 index 5911843e4..f9b11853d 100644 --- a/doc/man/git-bug-bridge-new.1 +++ b/doc/man/git-bug-bridge-new.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-new - Configure a new bridge .SH SYNOPSIS -.PP \fBgit-bug bridge new [flags]\fP .SH DESCRIPTION -.PP Configure a new bridge by passing flags or/and using interactive terminal prompts. You can avoid all the terminal prompts by passing all the necessary flags to configure your bridge. .SH OPTIONS -.PP \fB-n\fP, \fB--name\fP="" A distinctive name to identify the bridge @@ -124,5 +120,4 @@ git bug bridge new \\ .SH SEE ALSO -.PP \fBgit-bug-bridge(1)\fP diff --git a/doc/man/git-bug-bridge-pull.1 b/doc/man/git-bug-bridge-pull.1 index 4d39b0d78..e73383574 100644 --- a/doc/man/git-bug-bridge-pull.1 +++ b/doc/man/git-bug-bridge-pull.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-pull - Pull updates from a remote bug tracker .SH SYNOPSIS -.PP \fBgit-bug bridge pull [NAME] [flags]\fP .SH DESCRIPTION -.PP Pull updates from a remote bug tracker .SH OPTIONS -.PP \fB-n\fP, \fB--no-resume\fP[=false] force importing all bugs @@ -31,5 +27,4 @@ Pull updates from a remote bug tracker .SH SEE ALSO -.PP \fBgit-bug-bridge(1)\fP diff --git a/doc/man/git-bug-bridge-push.1 b/doc/man/git-bug-bridge-push.1 index 9541c527f..b67055231 100644 --- a/doc/man/git-bug-bridge-push.1 +++ b/doc/man/git-bug-bridge-push.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-push - Push updates to remote bug tracker .SH SYNOPSIS -.PP \fBgit-bug bridge push [NAME] [flags]\fP .SH DESCRIPTION -.PP Push updates to remote bug tracker .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for push .SH SEE ALSO -.PP \fBgit-bug-bridge(1)\fP diff --git a/doc/man/git-bug-bridge-rm.1 b/doc/man/git-bug-bridge-rm.1 index 6010eca8e..c2ced2126 100644 --- a/doc/man/git-bug-bridge-rm.1 +++ b/doc/man/git-bug-bridge-rm.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge-rm - Delete a configured bridge .SH SYNOPSIS -.PP \fBgit-bug bridge rm NAME [flags]\fP .SH DESCRIPTION -.PP Delete a configured bridge .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for rm .SH SEE ALSO -.PP \fBgit-bug-bridge(1)\fP diff --git a/doc/man/git-bug-bridge.1 b/doc/man/git-bug-bridge.1 index 7fbce2c19..48f43a99a 100644 --- a/doc/man/git-bug-bridge.1 +++ b/doc/man/git-bug-bridge.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bridge - List bridges to other bug trackers .SH SYNOPSIS -.PP \fBgit-bug bridge [flags]\fP .SH DESCRIPTION -.PP List bridges to other bug trackers .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for bridge .SH SEE ALSO -.PP \fBgit-bug(1)\fP, \fBgit-bug-bridge-auth(1)\fP, \fBgit-bug-bridge-new(1)\fP, \fBgit-bug-bridge-pull(1)\fP, \fBgit-bug-bridge-push(1)\fP, \fBgit-bug-bridge-rm(1)\fP diff --git a/doc/man/git-bug-bug-comment-edit.1 b/doc/man/git-bug-bug-comment-edit.1 index 5a3d3506a..e6146332b 100644 --- a/doc/man/git-bug-bug-comment-edit.1 +++ b/doc/man/git-bug-bug-comment-edit.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-comment-edit - Edit an existing comment on a bug .SH SYNOPSIS -.PP \fBgit-bug bug comment edit [COMMENT_ID] [flags]\fP .SH DESCRIPTION -.PP Edit an existing comment on a bug .SH OPTIONS -.PP \fB-F\fP, \fB--file\fP="" Take the message from the given file. Use - to read the message from the standard input @@ -35,5 +31,4 @@ Edit an existing comment on a bug .SH SEE ALSO -.PP \fBgit-bug-bug-comment(1)\fP diff --git a/doc/man/git-bug-bug-comment-new.1 b/doc/man/git-bug-bug-comment-new.1 index f2afc9338..a68e3fc82 100644 --- a/doc/man/git-bug-bug-comment-new.1 +++ b/doc/man/git-bug-bug-comment-new.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-comment-new - Add a new comment to a bug .SH SYNOPSIS -.PP \fBgit-bug bug comment new [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Add a new comment to a bug .SH OPTIONS -.PP \fB-F\fP, \fB--file\fP="" Take the message from the given file. Use - to read the message from the standard input @@ -35,5 +31,4 @@ Add a new comment to a bug .SH SEE ALSO -.PP \fBgit-bug-bug-comment(1)\fP diff --git a/doc/man/git-bug-bug-comment.1 b/doc/man/git-bug-bug-comment.1 index 162c41826..80a95134d 100644 --- a/doc/man/git-bug-bug-comment.1 +++ b/doc/man/git-bug-bug-comment.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-comment - List a bug's comments .SH SYNOPSIS -.PP \fBgit-bug bug comment [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP List a bug's comments .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for comment .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP, \fBgit-bug-bug-comment-edit(1)\fP, \fBgit-bug-bug-comment-new(1)\fP diff --git a/doc/man/git-bug-bug-deselect.1 b/doc/man/git-bug-bug-deselect.1 index a648735e0..a111d8c9b 100644 --- a/doc/man/git-bug-bug-deselect.1 +++ b/doc/man/git-bug-bug-deselect.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-deselect - Clear the implicitly selected bug .SH SYNOPSIS -.PP \fBgit-bug bug deselect [flags]\fP .SH DESCRIPTION -.PP Clear the implicitly selected bug .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for deselect @@ -33,5 +29,4 @@ git bug deselect .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP diff --git a/doc/man/git-bug-bug-label-new.1 b/doc/man/git-bug-bug-label-new.1 index aa2b0c652..4fc48cb65 100644 --- a/doc/man/git-bug-bug-label-new.1 +++ b/doc/man/git-bug-bug-label-new.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-label-new - Add a label to a bug .SH SYNOPSIS -.PP \fBgit-bug bug label new [BUG_ID] LABEL... [flags]\fP .SH DESCRIPTION -.PP Add a label to a bug .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for new .SH SEE ALSO -.PP \fBgit-bug-bug-label(1)\fP diff --git a/doc/man/git-bug-bug-label-rm.1 b/doc/man/git-bug-bug-label-rm.1 index b204d61f3..0fa52d8b7 100644 --- a/doc/man/git-bug-bug-label-rm.1 +++ b/doc/man/git-bug-bug-label-rm.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-label-rm - Remove a label from a bug .SH SYNOPSIS -.PP \fBgit-bug bug label rm [BUG_ID] LABEL... [flags]\fP .SH DESCRIPTION -.PP Remove a label from a bug .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for rm .SH SEE ALSO -.PP \fBgit-bug-bug-label(1)\fP diff --git a/doc/man/git-bug-bug-label.1 b/doc/man/git-bug-bug-label.1 index a98c22855..bc15d2341 100644 --- a/doc/man/git-bug-bug-label.1 +++ b/doc/man/git-bug-bug-label.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-label - Display labels of a bug .SH SYNOPSIS -.PP \fBgit-bug bug label [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Display labels of a bug .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for label .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP, \fBgit-bug-bug-label-new(1)\fP, \fBgit-bug-bug-label-rm(1)\fP diff --git a/doc/man/git-bug-bug-new.1 b/doc/man/git-bug-bug-new.1 index 91de2dcce..3639c1741 100644 --- a/doc/man/git-bug-bug-new.1 +++ b/doc/man/git-bug-bug-new.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-new - Create a new bug .SH SYNOPSIS -.PP \fBgit-bug bug new [flags]\fP .SH DESCRIPTION -.PP Create a new bug .SH OPTIONS -.PP \fB-t\fP, \fB--title\fP="" Provide a title to describe the issue @@ -39,5 +35,4 @@ Create a new bug .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP diff --git a/doc/man/git-bug-bug-rm.1 b/doc/man/git-bug-bug-rm.1 index ee7ea1851..6555ae684 100644 --- a/doc/man/git-bug-bug-rm.1 +++ b/doc/man/git-bug-bug-rm.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-rm - Remove an existing bug .SH SYNOPSIS -.PP \fBgit-bug bug rm BUG_ID [flags]\fP .SH DESCRIPTION -.PP Remove an existing bug in the local repository. Note removing bugs that were imported from bridges will not remove the bug on the remote, and will only remove the local copy of the bug. .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for rm .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP diff --git a/doc/man/git-bug-bug-select.1 b/doc/man/git-bug-bug-select.1 index 397cb9e84..06073e8b7 100644 --- a/doc/man/git-bug-bug-select.1 +++ b/doc/man/git-bug-bug-select.1 @@ -2,17 +2,14 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-select - Select a bug for implicit use in future commands .SH SYNOPSIS -.PP \fBgit-bug bug select BUG_ID [flags]\fP .SH DESCRIPTION -.PP Select a bug for implicit use in future commands. .PP @@ -26,7 +23,6 @@ The complementary command is "git bug deselect" performing the opposite operatio .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for select @@ -41,5 +37,4 @@ git bug status .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP diff --git a/doc/man/git-bug-bug-show.1 b/doc/man/git-bug-bug-show.1 index aec83fa33..295f0efb5 100644 --- a/doc/man/git-bug-bug-show.1 +++ b/doc/man/git-bug-bug-show.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-show - Display the details of a bug .SH SYNOPSIS -.PP \fBgit-bug bug show [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Display the details of a bug .SH OPTIONS -.PP \fB--field\fP="" Select field to display. Valid values are [author,authorEmail,createTime,lastEdit,humanId,id,labels,shortId,status,title,actors,participants] @@ -31,5 +27,4 @@ Display the details of a bug .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP diff --git a/doc/man/git-bug-bug-status-close.1 b/doc/man/git-bug-bug-status-close.1 index edd9f6666..4f89f8a19 100644 --- a/doc/man/git-bug-bug-status-close.1 +++ b/doc/man/git-bug-bug-status-close.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-status-close - Mark a bug as closed .SH SYNOPSIS -.PP \fBgit-bug bug status close [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Mark a bug as closed .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for close .SH SEE ALSO -.PP \fBgit-bug-bug-status(1)\fP diff --git a/doc/man/git-bug-bug-status-open.1 b/doc/man/git-bug-bug-status-open.1 index 4c001adae..5e45f2e26 100644 --- a/doc/man/git-bug-bug-status-open.1 +++ b/doc/man/git-bug-bug-status-open.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-status-open - Mark a bug as open .SH SYNOPSIS -.PP \fBgit-bug bug status open [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Mark a bug as open .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for open .SH SEE ALSO -.PP \fBgit-bug-bug-status(1)\fP diff --git a/doc/man/git-bug-bug-status.1 b/doc/man/git-bug-bug-status.1 index 7abcd1a54..9aad6cc51 100644 --- a/doc/man/git-bug-bug-status.1 +++ b/doc/man/git-bug-bug-status.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-status - Display the status of a bug .SH SYNOPSIS -.PP \fBgit-bug bug status [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Display the status of a bug .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for status .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP, \fBgit-bug-bug-status-close(1)\fP, \fBgit-bug-bug-status-open(1)\fP diff --git a/doc/man/git-bug-bug-title-edit.1 b/doc/man/git-bug-bug-title-edit.1 index c5e33c7ae..156aa6860 100644 --- a/doc/man/git-bug-bug-title-edit.1 +++ b/doc/man/git-bug-bug-title-edit.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-title-edit - Edit a title of a bug .SH SYNOPSIS -.PP \fBgit-bug bug title edit [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Edit a title of a bug .SH OPTIONS -.PP \fB-t\fP, \fB--title\fP="" Provide a title to describe the issue @@ -31,5 +27,4 @@ Edit a title of a bug .SH SEE ALSO -.PP \fBgit-bug-bug-title(1)\fP diff --git a/doc/man/git-bug-bug-title.1 b/doc/man/git-bug-bug-title.1 index 945680356..01e3957d5 100644 --- a/doc/man/git-bug-bug-title.1 +++ b/doc/man/git-bug-bug-title.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug-title - Display the title of a bug .SH SYNOPSIS -.PP \fBgit-bug bug title [BUG_ID] [flags]\fP .SH DESCRIPTION -.PP Display the title of a bug .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for title .SH SEE ALSO -.PP \fBgit-bug-bug(1)\fP, \fBgit-bug-bug-title-edit(1)\fP diff --git a/doc/man/git-bug-bug.1 b/doc/man/git-bug-bug.1 index 413d3ea4b..972a442e8 100644 --- a/doc/man/git-bug-bug.1 +++ b/doc/man/git-bug-bug.1 @@ -2,17 +2,14 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-bug - List bugs .SH SYNOPSIS -.PP \fBgit-bug bug [QUERY] [flags]\fP .SH DESCRIPTION -.PP Display a summary of each bugs. .PP @@ -20,7 +17,6 @@ You can pass an additional query to filter and order the list. This query can be .SH OPTIONS -.PP \fB-s\fP, \fB--status\fP=[] Filter by status. Valid values are [open,closed] @@ -87,5 +83,4 @@ git bug status:open --by creation "foo bar" baz .SH SEE ALSO -.PP \fBgit-bug(1)\fP, \fBgit-bug-bug-comment(1)\fP, \fBgit-bug-bug-deselect(1)\fP, \fBgit-bug-bug-label(1)\fP, \fBgit-bug-bug-new(1)\fP, \fBgit-bug-bug-rm(1)\fP, \fBgit-bug-bug-select(1)\fP, \fBgit-bug-bug-show(1)\fP, \fBgit-bug-bug-status(1)\fP, \fBgit-bug-bug-title(1)\fP diff --git a/doc/man/git-bug-commands.1 b/doc/man/git-bug-commands.1 index 1d508cddb..58d24fc47 100644 --- a/doc/man/git-bug-commands.1 +++ b/doc/man/git-bug-commands.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-commands - Display available commands. .SH SYNOPSIS -.PP \fBgit-bug commands [flags]\fP .SH DESCRIPTION -.PP Display available commands. .SH OPTIONS -.PP \fB-p\fP, \fB--pretty\fP[=false] Output the command description as well as Markdown compatible comment @@ -27,5 +23,4 @@ Display available commands. .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug-label.1 b/doc/man/git-bug-label.1 index 9de7d2c04..715562163 100644 --- a/doc/man/git-bug-label.1 +++ b/doc/man/git-bug-label.1 @@ -2,17 +2,14 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-label - List valid labels .SH SYNOPSIS -.PP \fBgit-bug label [flags]\fP .SH DESCRIPTION -.PP List valid labels. .PP @@ -20,11 +17,9 @@ Note: in the future, a proper label policy could be implemented where valid labe .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for label .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug-pull.1 b/doc/man/git-bug-pull.1 index 62485429c..319b4147c 100644 --- a/doc/man/git-bug-pull.1 +++ b/doc/man/git-bug-pull.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-pull - Pull updates from a git remote .SH SYNOPSIS -.PP \fBgit-bug pull [REMOTE] [flags]\fP .SH DESCRIPTION -.PP Pull updates from a git remote .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for pull .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug-push.1 b/doc/man/git-bug-push.1 index 2f15aacb8..6069868ee 100644 --- a/doc/man/git-bug-push.1 +++ b/doc/man/git-bug-push.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-push - Push updates to a git remote .SH SYNOPSIS -.PP \fBgit-bug push [REMOTE] [flags]\fP .SH DESCRIPTION -.PP Push updates to a git remote .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for push .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug-termui.1 b/doc/man/git-bug-termui.1 index 7409c9637..689fcfe78 100644 --- a/doc/man/git-bug-termui.1 +++ b/doc/man/git-bug-termui.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-termui - Launch the terminal UI .SH SYNOPSIS -.PP \fBgit-bug termui [flags]\fP .SH DESCRIPTION -.PP Launch the terminal UI .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for termui .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug-user-adopt.1 b/doc/man/git-bug-user-adopt.1 index f7f2c8955..74e2baab6 100644 --- a/doc/man/git-bug-user-adopt.1 +++ b/doc/man/git-bug-user-adopt.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-user-adopt - Adopt an existing identity as your own .SH SYNOPSIS -.PP \fBgit-bug user adopt USER_ID [flags]\fP .SH DESCRIPTION -.PP Adopt an existing identity as your own .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for adopt .SH SEE ALSO -.PP \fBgit-bug-user(1)\fP diff --git a/doc/man/git-bug-user-new.1 b/doc/man/git-bug-user-new.1 index cdb6f91f5..bb251e05a 100644 --- a/doc/man/git-bug-user-new.1 +++ b/doc/man/git-bug-user-new.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-user-new - Create a new identity .SH SYNOPSIS -.PP \fBgit-bug user new [flags]\fP .SH DESCRIPTION -.PP Create a new identity .SH OPTIONS -.PP \fB-a\fP, \fB--avatar\fP="" Avatar URL @@ -39,5 +35,4 @@ Create a new identity .SH SEE ALSO -.PP \fBgit-bug-user(1)\fP diff --git a/doc/man/git-bug-user-user.1 b/doc/man/git-bug-user-user.1 index f4bf83d80..503016d5f 100644 --- a/doc/man/git-bug-user-user.1 +++ b/doc/man/git-bug-user-user.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-user-user - Display a user identity .SH SYNOPSIS -.PP \fBgit-bug user user show [USER_ID] [flags]\fP .SH DESCRIPTION -.PP Display a user identity .SH OPTIONS -.PP \fB-f\fP, \fB--field\fP="" Select field to display. Valid values are [email,humanId,id,lastModification,lastModificationLamports,login,metadata,name] @@ -27,5 +23,4 @@ Display a user identity .SH SEE ALSO -.PP \fBgit-bug-user(1)\fP diff --git a/doc/man/git-bug-user.1 b/doc/man/git-bug-user.1 index 276d0e43a..110829eb6 100644 --- a/doc/man/git-bug-user.1 +++ b/doc/man/git-bug-user.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-user - List identities .SH SYNOPSIS -.PP \fBgit-bug user [flags]\fP .SH DESCRIPTION -.PP List identities .SH OPTIONS -.PP \fB-f\fP, \fB--format\fP="default" Select the output formatting style. Valid values are [default,json] @@ -27,5 +23,4 @@ List identities .SH SEE ALSO -.PP \fBgit-bug(1)\fP, \fBgit-bug-user-adopt(1)\fP, \fBgit-bug-user-new(1)\fP, \fBgit-bug-user-user(1)\fP diff --git a/doc/man/git-bug-version.1 b/doc/man/git-bug-version.1 index 6b6882216..7183b696e 100644 --- a/doc/man/git-bug-version.1 +++ b/doc/man/git-bug-version.1 @@ -2,22 +2,18 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-version - Show git-bug version information .SH SYNOPSIS -.PP \fBgit-bug version [flags]\fP .SH DESCRIPTION -.PP Show git-bug version information .SH OPTIONS -.PP \fB-n\fP, \fB--number\fP[=false] Only show the version number @@ -35,5 +31,4 @@ Show git-bug version information .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index f6cdcfde0..66298e5e0 100644 --- a/doc/man/git-bug-webui.1 +++ b/doc/man/git-bug-webui.1 @@ -2,17 +2,14 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-webui - Launch the web UI .SH SYNOPSIS -.PP \fBgit-bug webui [flags]\fP .SH DESCRIPTION -.PP Launch the web UI. .PP @@ -21,7 +18,6 @@ Available git config: .SH OPTIONS -.PP \fB--host\fP="127.0.0.1" Network address or hostname to listen to (default to 127.0.0.1) @@ -55,5 +51,4 @@ Available git config: .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug-wipe.1 b/doc/man/git-bug-wipe.1 index fc3178f63..cad86b0f7 100644 --- a/doc/man/git-bug-wipe.1 +++ b/doc/man/git-bug-wipe.1 @@ -2,26 +2,21 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug-wipe - Wipe git-bug from the git repository .SH SYNOPSIS -.PP \fBgit-bug wipe [flags]\fP .SH DESCRIPTION -.PP Wipe git-bug from the git repository .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for wipe .SH SEE ALSO -.PP \fBgit-bug(1)\fP diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 9bf59164f..24d8e8644 100644 --- a/doc/man/git-bug.1 +++ b/doc/man/git-bug.1 @@ -2,17 +2,14 @@ .TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME -.PP git-bug - A bug tracker embedded in Git .SH SYNOPSIS -.PP \fBgit-bug [flags]\fP .SH DESCRIPTION -.PP git-bug is a bug tracker embedded in git. .PP @@ -22,11 +19,9 @@ the same git remote you are already using to collaborate with other people. .SH OPTIONS -.PP \fB-h\fP, \fB--help\fP[=false] help for git-bug .SH SEE ALSO -.PP \fBgit-bug-bridge(1)\fP, \fBgit-bug-bug(1)\fP, \fBgit-bug-commands(1)\fP, \fBgit-bug-label(1)\fP, \fBgit-bug-pull(1)\fP, \fBgit-bug-push(1)\fP, \fBgit-bug-termui(1)\fP, \fBgit-bug-user(1)\fP, \fBgit-bug-version(1)\fP, \fBgit-bug-webui(1)\fP, \fBgit-bug-wipe(1)\fP |