8000 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.4 to 2.0.5 by dependabot[bot] · Pull Request #9634 · cli/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.4 to 2.0.5 #9634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Sep 17, 2024

Bumps github.com/cpuguy83/go-md2man/v2 from 2.0.4 to 2.0.5.

Release notes

Sourced from github.com/cpuguy83/go-md2man/v2's releases.

v2.0.5

What's Changed

New Contributors

Full Changelog: cpuguy83/go-md2man@v2.0.4...v2.0.5

Commits
  • b14773d Merge pull request #120 from cpuguy83/dependabot/github_actions/golangci/gola...
  • 54d2e5c Merge pull request #122 from corhere/fix-multi-paragraph-lists
  • 149c352 Stop over-indenting lists that are not nested
  • f486e72 Support multi-paragraph definition lists
  • 6350b8a Merge pull request #124 from corhere/fix-whatis
  • 4d7d268 Merge pull request #121 from corhere/less-renderer-state
  • 4013a69 Merge pull request #125 from kurth4cker/master
  • 5e88164 Merge pull request #123 from corhere/ast-debug
  • 7607604 md2man.go: rename ioutil to io
  • 426206c Backslash-escape first hyphen in NAME section
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/cpuguy83/go-md2man/v2](https://github.com/cpuguy83/go-md2man) from 2.0.4 to 2.0.5.
- [Release notes](https://github.com/cpuguy83/go-md2man/releases)
- [Commits](cpuguy83/go-md2man@v2.0.4...v2.0.5)

---
updated-dependencies:
- dependency-name: github.com/cpuguy83/go-md2man/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 17, 2024 14:28
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2024
@dependabot dependabot bot requested a review from BagToad September 17, 2024 14:28
@dependabot dependabot bot added the go Pull requests that update Go code label Sep 17, 2024
OATEF4313

This comment was marked as spam.

@BagToad
Copy link
Member
BagToad commented Sep 23, 2024

Investigation

This PR updates the library used to generate man-pages.

I generated two sets of man-pages: one from the current trunk and one using this PR's changes.

Command to generate man-pages:

go run ./cmd/gen-docs --man-page --doc-path <dir>
`diff` output comparing old and new

diff man-pages-old/gh-alias-delete.1 man-pages-new/gh-alias-delete.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-alias-import.1 man-pages-new/gh-alias-import.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
47d43
< .PP
75d70
< .PP
diff man-pages-old/gh-alias-list.1 man-pages-new/gh-alias-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
20d16
< .PP
25d20
< .PP
42d36
< .PP
diff man-pages-old/gh-alias-set.1 man-pages-new/gh-alias-set.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
45d41
< .PP
86d81
< .PP
diff man-pages-old/gh-alias.1 man-pages-new/gh-alias.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
41d37
< .PP
58d53
< .PP
diff man-pages-old/gh-api.1 man-pages-new/gh-api.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
43,44d39
< 
< .RS
55,56d49
< .RE
< 
145d137
< .PP
241d232
< .PP
diff man-pages-old/gh-attestation-download.1 man-pages-new/gh-attestation-download.1
5d4
< .PP
10d8
< .PP
16d13
< .PP
72d68
< .PP
103d98
< .PP
diff man-pages-old/gh-attestation-trusted-root.1 man-pages-new/gh-attestation-trusted-root.1
5d4
< .PP
10d8
< .PP
16d13
< .PP
58d54
< .PP
83d78
< .PP
diff man-pages-old/gh-attestation-verify.1 man-pages-new/gh-attestation-verify.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
157d153
< .PP
194d189
< .PP
diff man-pages-old/gh-attestation.1 man-pages-new/gh-attestation.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
34d30
< .PP
39d34
< .PP
56d50
< .PP
diff man-pages-old/gh-auth-login.1 man-pages-new/gh-auth-login.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
83d79
< .PP
114d109
< .PP
diff man-pages-old/gh-auth-logout.1 man-pages-new/gh-auth-logout.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
38d34
< .PP
66d61
< .PP
diff man-pages-old/gh-auth-refresh.1 man-pages-new/gh-auth-refresh.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
61d57
< .PP
95d90
< .PP
diff man-pages-old/gh-auth-setup-git.1 man-pages-new/gh-auth-setup-git.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
41d37
< .PP
69d64
< .PP
diff man-pages-old/gh-auth-status.1 man-pages-new/gh-auth-status.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
43d39
< .PP
60d55
< .PP
diff man-pages-old/gh-auth-switch.1 man-pages-new/gh-auth-switch.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
42d38
< .PP
70d65
< .PP
diff man-pages-old/gh-auth-token.1 man-pages-new/gh-auth-token.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
36d32
< .PP
53d48
< .PP
diff man-pages-old/gh-auth.1 man-pages-new/gh-auth.1
5d4
< .PP
10d8
< .PP
45d42
< .PP
62d58
< .PP
diff man-pages-old/gh-browse.1 man-pages-new/gh-browse.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
54d50
< .PP
100d95
< .PP
diff man-pages-old/gh-cache-delete.1 man-pages-new/
8000
gh-cache-delete.1
5d4
< .PP
10d8
< .PP
35d32
< .PP
69d65
< .PP
diff man-pages-old/gh-cache-list.1 man-pages-new/gh-cache-list.1
5d4
< .PP
10d8
< .PP
55d52
< .PP
60d56
< .PP
65d60
< .PP
105d99
< .PP
diff man-pages-old/gh-cache.1 man-pages-new/gh-cache.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
36d32
< .PP
61d56
< .PP
diff man-pages-old/gh-codespace-code.1 man-pages-new/gh-codespace-code.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
54d50
< .PP
diff man-pages-old/gh-codespace-cp.1 man-pages-new/gh-codespace-cp.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
71d67
< .PP
98d93
< .PP
diff man-pages-old/gh-codespace-create.1 man-pages-new/gh-codespace-create.1
5d4
< .PP
10d8
< .PP
61d58
< .PP
78d74
< .PP
diff man-pages-old/gh-codespace-delete.1 man-pages-new/gh-codespace-delete.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
61d57
< .PP
78d73
< .PP
diff man-pages-old/gh-codespace-edit.1 man-pages-new/gh-codespace-edit.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
54d50
< .PP
diff man-pages-old/gh-codespace-jupyter.1 man-pages-new/gh-codespace-jupyter.1
5d4
< .PP
10d8
< .PP
29d26
< .PP
46d42
< .PP
diff man-pages-old/gh-codespace-list.1 man-pages-new/gh-codespace-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
57d53
< .PP
62d57
< .PP
67d61
< .PP
84d77
< .PP
diff man-pages-old/gh-codespace-logs.1 man-pages-new/gh-codespace-logs.1
5d4
< .PP
10d8
< .PP
33d30
< .PP
50d46
< .PP
diff man-pages-old/gh-codespace-ports-forward.1 man-pages-new/gh-codespace-ports-forward.1
5d4
< .PP
10d8
< .PP
29d26
< .PP
46d42
< .PP
diff man-pages-old/gh-codespace-ports-visibility.1 man-pages-new/gh-codespace-ports-visibility.1
5d4
< .PP
10d8
< .PP
29d26
< .PP
52d48
< .PP
diff man-pages-old/gh-codespace-ports.1 man-pages-new/gh-codespace-ports.1
5d4
< .PP
10d8
< .PP
51d48
< .PP
56d52
< .PP
73d68
< .PP
diff man-pages-old/gh-codespace-rebuild.1 man-pages-new/gh-codespace-rebuild.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
40d36
< .PP
57d52
< .PP
diff man-pages-old/gh-codespace-ssh.1 man-pages-new/gh-codespace-ssh.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
23,24d19
< 
< .RS
34,35d28
< .RE
< 
97d89
< .PP
124d115
< .PP
diff man-pages-old/gh-codespace-stop.1 man-pages-new/gh-codespace-stop.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
54d50
< .PP
diff man-pages-old/gh-codespace-view.1 man-pages-new/gh-codespace-view.1
5d4
< .PP
10d8
< .PP
41d38
< .PP
46d42
< .PP
80d75
< .PP
diff man-pages-old/gh-codespace.1 man-pages-new/gh-codespace.1
5d4
< .PP
10d8
< .PP
69d66
< .PP
74d70
< .PP
91d86
< .PP
diff man-pages-old/gh-completion.1 man-pages-new/gh-completion.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
30d26
< .PP
41d36
< .PP
60d54
< .PP
68d61
< .PP
91d83
< .PP
108d99
< .PP
diff man-pages-old/gh-config-clear-cache.1 man-pages-new/gh-config-clear-cache.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
40d36
< .PP
diff man-pages-old/gh-config-get.1 man-pages-new/gh-config-get.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
46d42
< .PP
diff man-pages-old/gh-config-list.1 man-pages-new/gh-config-list.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
26d22
< .PP
43d38
< .PP
diff man-pages-old/gh-config-set.1 man-pages-new/gh-config-set.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
48d44
< .PP
diff man-pages-old/gh-config.1 man-pages-new/gh-config.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
48d44
< .PP
65d60
< .PP
diff man-pages-old/gh-extension-browse.1 man-pages-new/gh-extension-browse.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
54d50
< .PP
71d66
< .PP
diff man-pages-old/gh-extension-create.1 man-pages-new/gh-extension-create.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
55d51
< .PP
diff man-pages-old/gh-extension-exec.1 man-pages-new/gh-extension-exec.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
26d22
< .PP
51d46
< .PP
diff man-pages-old/gh-extension-install.1 man-pages-new/gh-extension-install.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
42d38
< .PP
68d63
< .PP
diff man-pages-old/gh-extension-list.1 man-pages-new/gh-extension-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
20d16
< .PP
37d32
< .PP
diff man-pages-old/gh-extension-remove.1 man-pages-new/gh-extension-remove.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
32d28
< .PP
diff man-pages-old/gh-extension-search.1 man-pages-new/gh-extension-search.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
95d91
< .PP
100d95
< .PP
143d137
< .PP
diff man-pages-old/gh-extension-upgrade.1 man-pages-new/gh-extension-upgrade.1
5d4
< .PP
10d8
< .PP
29d26
< .PP
46d42
< .PP
diff man-pages-old/gh-extension.1 man-pages-new/gh-extension.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
67d63
< .PP
72d67
< .PP
89d83
< .PP
diff man-pages-old/gh-gist-clone.1 man-pages-new/gh-gist-clone.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
28d24
< .PP
45d40
< .PP
diff man-pages-old/gh-gist-create.1 man-pages-new/gh-gist-create.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
45d41
< .PP
50d45
< .PP
87d81
< .PP
diff man-pages-old/gh-gist-delete.1 man-pages-new/gh-gist-delete.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
32d28
< .PP
diff man-pages-old/gh-gist-edit.1 man-pages-new/gh-gist-edit.1
5d4
< .PP
10d8
< .PP
33d30
< .PP
50d46
< .PP
diff man-pages-old/gh-gist-list.1 man-pages-new/gh-gist-list.1
5d4
< .PP
10d8
< .PP
29d26
< .PP
34d30
< .PP
51d46
< .PP
diff man-pages-old/gh-gist-rename.1 man-pages-new/gh-gist-rename.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
20d16
< .PP
37d32
< .PP
diff man-pages-old/gh-gist-view.1 man-pages-new/gh-gist-view.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
38d34
< .PP
55d50
< .PP
diff man-pages-old/gh-gist.1 man-pages-new/gh-gist.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
50d46
< .PP
67d62
< .PP
diff man-pages-old/gh-gpg-key-add.1 man-pages-new/gh-gpg-key-add.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-gpg-key-delete.1 man-pages-new/gh-gpg-key-delete.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-gpg-key-list.1 man-pages-new/gh-gpg-key-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
20d16
< .PP
37d32
< .PP
diff man-pages-old/gh-gpg-key.1 man-pages-new/gh-gpg-key.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
34d30
< .PP
51d46
< .PP
diff man-pages-old/gh-issue-close.1 man-pages-new/gh-issue-close.1
5d4
< .PP
10d8
< .PP
31d28
< .PP
48d44
< .PP
diff man-pages-old/gh-issue-comment.1 man-pages-new/gh-issue-comment.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
52d48
< .PP
76d71
< .PP
diff man-pages-old/gh-issue-create.1 man-pages-new/gh-issue-create.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
76d72
< .PP
81d76
< .PP
111d105
< .PP
diff man-pages-old/gh-issue-delete.1 man-pages-new/gh-issue-delete.1
5d4
< .PP
10d8
< .PP
27d24
< .PP
44d40
< .PP
diff man-pages-old/gh-issue-develop.1 man-pages-new/gh-issue-develop.1
5d4
< .PP
10d8
< .PP
43d40
< .PP
80d76
< .PP
diff man-pages-old/gh-issue-edit.1 man-pages-new/gh-issue-edit.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
76d72
< .PP
107d102
< .PP
diff man-pages-old/gh-issue-list.1 man-pages-new/gh-issue-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
85d81
< .PP
90d85
< .PP
95d89
< .PP
123d116
< .PP
diff man-pages-old/gh-issue-lock.1 man-pages-new/gh-issue-lock.1
5d4
< .PP
10d8
< .PP
27d24
< .PP
44d40
< .PP
diff man-pages-old/gh-issue-pin.1 man-pages-new/gh-issue-pin.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
29d25
< .PP
60d55
< .PP
diff man-pages-old/gh-issue-reopen.1 man-pages-new/gh-issue-reopen.1
5d4
< .PP
10d8
< .PP
27d24
< .PP
44d40
< .PP
diff man-pages-old/gh-issue-status.1 man-pages-new/gh-issue-status.1
5d4
< .PP
10d8
< .PP
35d32
< .PP
40d36
< .PP
57d52
< .PP
diff man-pages-old/gh-issue-transfer.1 man-pages-new/gh-issue-transfer.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-issue-unlock.1 man-pages-new/gh-issue-unlock.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-issue-unpin.1 man-pages-new/gh-issue-unpin.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
29d25
< .PP
60d55
< .PP
diff man-pages-old/gh-issue-view.1 man-pages-new/gh-issue-view.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
51d47
< .PP
56d51
< .PP
73d67
< .PP
diff man-pages-old/gh-issue.1 man-pages-new/gh-issue.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
90d86
< .PP
116d111
< .PP
diff man-pages-old/gh-label-clone.1 man-pages-new/gh-label-clone.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
43d39
< .PP
71d66
< .PP
diff man-pages-old/gh-label-create.1 man-pages-new/gh-label-create.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
47d43
< .PP
72d67
< .PP
diff man-pages-old/gh-label-delete.1 man-pages-new/gh-label-delete.1
5d4
< .PP
10d8
< .PP
27d24
< .PP
44d40
< .PP
diff man-pages-old/gh-label-edit.1 man-pages-new/gh-label-edit.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
46d42
< .PP
74d69
< .PP
diff man-pages-old/gh-label-list.1 man-pages-new/gh-label-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
64d60
< .PP
69d64
< .PP
74d68
< .PP
102d95
< .PP
diff man-pages-old/gh-label.1 man-pages-new/gh-label.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
48d44
< .PP
65d60
< .PP
diff man-pages-old/gh-org-list.1 man-pages-new/gh-org-list.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
26d22
< .PP
54d49
< .PP
diff man-pages-old/gh-org.1 man-pages-new/gh-org.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
26d22
< .PP
50d45
< .PP
diff man-pages-old/gh-pr-checkout.1 man-pages-new/gh-pr-checkout.1
5d4
< .PP
10d8
< .PP
39d36
< .PP
56d52
< .PP
diff man-pages-old/gh-pr-checks.1 man-pages-new/gh-pr-checks.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
72d68
< .PP
77d72
< .PP
94d88
< .PP
diff man-pages-old/gh-pr-close.1 man-pages-new/gh-pr-close.1
5d4
< .PP
10d8
< .PP
31d28
< .PP
48d44
< .PP
diff man-pages-old/gh-pr-comment.1 man-pages-new/gh-pr-comment.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
52d48
< .PP
76d71
< .PP
diff man-pages-old/gh-pr-create.1 man-pages-new/gh-pr-create.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
133d129
< .PP
138d133
< .PP
166d160
< .PP
diff man-pages-old/gh-pr-diff.1 man-pages-new/gh-pr-diff.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
51d47
< .PP
68d63
< .PP
diff man-pages-old/gh-pr-edit.1 man-pages-new/gh-pr-edit.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
92d88
< .PP
122d117
< .PP
diff man-pages-old/gh-pr-list.1 man-pages-new/gh-pr-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
89d85
< .PP
94d89
< .PP
99d93
< .PP
133d126
< .PP
diff man-pages-old/gh-pr-lock.1 man-pages-new/gh-pr-lock.1
5d4
< .PP
10d8
< .PP
27d24
< .PP
44d40
< .PP
diff man-pages-old/gh-pr-merge.1 man-pages-new/gh-pr-merge.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
86d82
< .PP
103d98
< .PP
diff man-pages-old/gh-pr-ready.1 man-pages-new/gh-pr-ready.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
39d35
< .PP
56d51
< .PP
diff man-pages-old/gh-pr-reopen.1 man-pages-new/gh-pr-reopen.1
5d4
< .PP
10d8
< .PP
27d24
< .PP
44d40
< .PP
diff man-pages-old/gh-pr-review.1 man-pages-new/gh-pr-review.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
51d47
< .PP
85d80
< .PP
diff man-pages-old/gh-pr-status.1 man-pages-new/gh-pr-status.1
5d4
< .PP
10d8
< .PP
39d36
< .PP
44d40
< .PP
61d56
< .PP
diff man-pages-old/gh-pr-unlock.1 man-pages-new/gh-pr-unlock.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-pr-update-branch.1 man-pages-new/gh-pr-update-branch.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
40d36
< .PP
66d61
< .PP
diff man-pages-old/gh-pr-view.1 man-pages-new/gh-pr-view.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
55d51
< .PP
60d55
< .PP
77d71
< .PP
diff man-pages-old/gh-pr.1 man-pages-new/gh-pr.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
98d94
< .PP
124d119
< .PP
diff man-pages-old/gh-project-close.1 man-pages-new/gh-project-close.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
65d61
< .PP
diff man-pages-old/gh-project-copy.1 man-pages-new/gh-project-copy.1
5d4
< .PP
10d8
< .PP
45d42
< .PP
70d66
< .PP
diff man-pages-old/gh-project-create.1 man-pages-new/gh-project-create.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
62d58
< .PP
diff man-pages-old/gh-project-delete.1 man-pages-new/gh-project-delete.1
5d4
< .PP
10d8
< .PP
33d30
< .PP
58d54
< .PP
diff man-pages-old/gh-project-edit.1 man-pages-new/gh-project-edit.1
5d4
< .PP
10d8
< .PP
49d46
< .PP
74d70
< .PP
diff man-pages-old/gh-project-field-create.1 man-pages-new/gh-project-field-create.1
5d4
< .PP
10d8
< .PP
45d42
< .PP
73d69
< .PP
diff man-pages-old/gh-project-field-delete.1 man-pages-new/gh-project-field-delete.1
5d4
< .PP
10d8
< .PP
33d30
< .PP
50d46
< .PP
diff man-pages-old/gh-project-field-list.1 man-pages-new/gh-project-field-list.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
62d58
< .PP
diff man-pages-old/gh-project-item-add.1 man-pages-new/gh-project-item-add.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
62d58
< .PP
diff man-pages-old/gh-project-item-archive.1 man-pages-new/gh-project-item-archive.1
5d4
< .PP
10d8
< .PP
41d38
< .PP
66d62
< .PP
diff man-pages-old/gh-project-item-create.1 man-pages-new/gh-project-item-create.1
5d4
< .PP
10d8
< .PP
41d38
< .PP
66d62
< .PP
diff man-pages-old/gh-project-item-delete.1 man-pages-new/gh-project-item-delete.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
62d58
< .PP
diff man-pages-old/gh-project-item-edit.1 man-pages-new/gh-project-item-edit.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
84d80
< .PP
112d107
< .PP
diff man-pages-old/gh-project-item-list.1 man-pages-new/gh-project-item-list.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
62d58
< .PP
diff man-pages-old/gh-project-link.1 man-pages-new/gh-project-link.1
5d4
< .PP
10d8
< .PP
29d26
< .PP
60d56
< .PP
diff man-pages-old/gh-project-list.1 man-pages-new/gh-project-list.1
5d4
< .PP
10d8
< .PP
45d42
< .PP
50d46
< .PP
78d73
< .PP
diff man-pages-old/gh-project-mark-template.1 man-pages-new/gh-project-mark-template.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
65d61
< .PP
diff man-pages-old/gh-project-unlink.1 man-pages-new/gh-project-unlink.1
5d4
< .PP
10d8
< .PP
29d26
< .PP
60d56
< .PP
diff man-pages-old/gh-project-view.1 man-pages-new/gh-project-view.1
5d4
< .PP
10d8
< .PP
37d34
< .PP
65d61
< .PP
diff man-pages-old/gh-project.1 man-pages-new/gh-project.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
98d94
< .PP
125d120
< .PP
diff man-pages-old/gh-release-create.1 man-pages-new/gh-release-create.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
98d94
< .PP
103d98
< .PP
155d149
< .PP
diff man-pages-old/gh-release-delete-asset.1 man-pages-new/gh-release-delete-asset.1
5d4
< .PP
10d8
< .PP
27d24
< .PP
44d40
< .PP
diff man-pages-old/gh-release-delete.1 man-pages-new/gh-release-delete.1
5d4
< .PP
10d8
< .PP
31d28
< .PP
48d44
< .PP
diff man-pages-old/gh-release-download.1 man-pages-new/gh-release-download.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
57d53
< .PP
91d86
< .PP
diff man-pages-old/gh-release-edit.1 man-pages-new/gh-release-edit.1
5d4
< .PP
10d8
< .PP
63d60
< .PP
91d87
< .PP
diff man-pages-old/gh-release-list.1 man-pages-new/gh-release-list.1
5d4
< .PP
10d8
< .PP
51d48
< .PP
56d52
< .PP
61d56
< .PP
78d72
< .PP
diff man-pages-old/gh-release-upload.1 man-pages-new/gh-release-upload.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
36d32
< .PP
53d48
< .PP
diff man-pages-old/gh-release-view.1 man-pages-new/gh-release-view.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
48d44
< .PP
53d48
< .PP
70d64
< .PP
diff man-pages-old/gh-release.1 man-pages-new/gh-release.1
5d4
< .PP
10d8
< .PP
57d54
< .PP
74d70
< .PP
diff man-pages-old/gh-repo-archive.1 man-pages-new/gh-repo-archive.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
29d25
< .PP
46d41
< .PP
diff man-pages-old/gh-repo-clone.1 man-pages-new/gh-repo-clone.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
45d41
< .PP
83d78
< .PP
diff man-pages-old/gh-repo-create.1 man-pages-new/gh-repo-create.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
116d112
< .PP
121d116
< .PP
155d149
< .PP
diff man-pages-old/gh-repo-delete.1 man-pages-new/gh-repo-delete.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
33d29
< .PP
50d45
< .PP
diff man-pages-old/gh-repo-deploy-key-add.1 man-pages-new/gh-repo-deploy-key-add.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
41d37
< .PP
67d62
< .PP
diff man-pages-old/gh-repo-deploy-key-delete.1 man-pages-new/gh-repo-deploy-key-delete.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-repo-deploy-key-list.1 man-pages-new/gh-repo-deploy-key-list.1
5d4
< .PP
10d8
< .PP
35d32
< .PP
40d36
< .PP
45d40
< .PP
62d56
< .PP
diff man-pages-old/gh-repo-deploy-key.1 man-pages-new/gh-repo-deploy-key.1
5d4
< .PP
10d8
< .PP
35d32
< .PP
52d48
< .PP
diff man-pages-old/gh-repo-edit.1 man-pages-new/gh-repo-edit.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
100d96
< .PP
128d123
< .PP
diff man-pages-old/gh-repo-fork.1 man-pages-new/gh-repo-fork.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
61d57
< .PP
78d73
< .PP
diff man-pages-old/gh-repo-list.1 man-pages-new/gh-repo-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
71d67
< .PP
76d71
< .PP
81d75
< .PP
98d91
< .PP
diff man-pages-old/gh-repo-rename.1 man-pages-new/gh-repo-rename.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
33d29
< .PP
50d45
< .PP
diff man-pages-old/gh-repo-set-default.1 man-pages-new/gh-repo-set-default.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
21,22d17
< 
< .RS
34d28
< .RE
36d29
< 
48d40
< .PP
83d74
< .PP
diff man-pages-old/gh-repo-sync.1 man-pages-new/gh-repo-sync.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
45d41
< .PP
79d74
< .PP
diff man-pages-old/gh-repo-unarchive.1 man-pages-new/gh-repo-unarchive.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
29d25
< .PP
46d41
< .PP
diff man-pages-old/gh-repo-view.1 man-pages-new/gh-repo-view.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
51d47
< .PP
56d51
< .PP
73d67
< .PP
diff man-pages-old/gh-repo.1 man-pages-new/gh-repo.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
76d72
< .PP
102d97
< .PP
diff man-pages-old/gh-ruleset-check.1 man-pages-new/gh-ruleset-check.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
47d43
< .PP
84d79
< .PP
diff man-pages-old/gh-ruleset-list.1 man-pages-new/gh-ruleset-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
56d52
< .PP
61d56
< .PP
92d86
< .PP
diff man-pages-old/gh-ruleset-view.1 man-pages-new/gh-ruleset-view.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
49d45
< .PP
86d81
< .PP
diff man-pages-old/gh-ruleset.1 man-pages-new/gh-ruleset.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
41d37
< .PP
46d41
< .PP
72d66
< .PP
diff man-pages-old/gh-run-cancel.1 man-pages-new/gh-run-cancel.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-run-delete.1 man-pages-new/gh-run-delete.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
49d45
< .PP
diff man-pages-old/gh-run-download.1 man-pages-new/gh-run-download.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
50d46
< .PP
84d79
< .PP
diff man-pages-old/gh-run-list.1 man-pages-new/gh-run-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
80d76
< .PP
85d80
< .PP
90d84
< .PP
107d100
< .PP
diff man-pages-old/gh-run-rerun.1 man-pages-new/gh-run-rerun.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
56d52
< .PP
73d68
< .PP
diff man-pages-old/gh-run-view.1 man-pages-new/gh-run-view.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
72d68
< .PP
77d72
< .PP
117d111
< .PP
diff man-pages-old/gh-run-watch.1 man-pages-new/gh-run-watch.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
40d36
< .PP
68d63
< .PP
diff man-pages-old/gh-run.1 man-pages-new/gh-run.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
56d52
< .PP
73d68
< .PP
diff man-pages-old/gh-search-code.1 man-pages-new/gh-search-code.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
80d76
< .PP
85d80
< .PP
125d119
< .PP
diff man-pages-old/gh-search-commits.1 man-pages-new/gh-search-commits.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
119d115
< .PP
124d119
< .PP
164d158
< .PP
diff man-pages-old/gh-search-issues.1 man-pages-new/gh-search-issues.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
175d171
< .PP
180d175
< .PP
223d217
< .PP
diff man-pages-old/gh-search-prs.1 man-pages-new/gh-search-prs.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
207d203
< .PP
212d207
< .PP
255d249
< .PP
diff man-pages-old/gh-search-repos.1 man-pages-new/gh-search-repos.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
127d123
< .PP
132d127
< .PP
175d169
< .PP
diff man-pages-old/gh-search.1 man-pages-new/gh-search.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
42d38
< .PP
59d54
< .PP
diff man-pages-old/gh-secret-delete.1 man-pages-new/gh-secret-delete.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
48d44
< .PP
53d48
< .PP
70d64
< .PP
diff man-pages-old/gh-secret-list.1 man-pages-new/gh-secret-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
60d56
< .PP
65d60
< .PP
70d64
< .PP
87d80
< .PP
diff man-pages-old/gh-secret-set.1 man-pages-new/gh-secret-set.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
75d71
< .PP
127d122
< .PP
diff man-pages-old/gh-secret.1 man-pages-new/gh-secret.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
43d39
< .PP
60d55
< .PP
diff man-pages-old/gh-ssh-key-add.1 man-pages-new/gh-ssh-key-add.1
5d4
< .PP
10d8
< .PP
25d22
< .PP
42d38
< .PP
diff man-pages-old/gh-ssh-key-delete.1 man-pages-new/gh-ssh-key-delete.1
5d4
< .PP
10d8
< .PP
21d18
< .PP
38d34
< .PP
diff man-pages-old/gh-ssh-key-list.1 man-pages-new/gh-ssh-key-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
20d16
< .PP
37d32
< .PP
diff man-pages-old/gh-ssh-key.1 man-pages-new/gh-ssh-key.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
34d30
< .PP
51d46
< .PP
diff man-pages-old/gh-status.1 man-pages-new/gh-status.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
17,18d13
< 
< .RS
30d24
< .RE
32d25
< 
44d36
< .PP
69d60
< .PP
diff man-pages-old/gh-variable-delete.1 man-pages-new/gh-variable-delete.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
39d35
< .PP
44d39
< .PP
61d55
< .PP
diff man-pages-old/gh-variable-get.1 man-pages-new/gh-variable-get.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
51d47
< .PP
56d51
< .PP
73d67
< .PP
diff man-pages-old/gh-variable-list.1 man-pages-new/gh-variable-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
51d47
< .PP
56d51
< .PP
61d55
< .PP
78d71
< .PP
diff man-pages-old/gh-variable-set.1 man-pages-new/gh-variable-set.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
59d55
< .PP
102d97
< .PP
diff man-pages-old/gh-variable.1 man-pages-new/gh-variable.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
45d41
< .PP
62d57
< .PP
diff man-pages-old/gh-workflow-disable.1 man-pages-new/gh-workflow-disable.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
26d22
< .PP
43d38
< .PP
diff man-pages-old/gh-workflow-enable.1 man-pages-new/gh-workflow-enable.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
26d22
< .PP
43d38
< .PP
diff man-pages-old/gh-workflow-list.1 man-pages-new/gh-workflow-list.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
48d44
< .PP
53d48
< .PP
58d52
< .PP
75d68
< .PP
diff man-pages-old/gh-workflow-run.1 man-pages-new/gh-workflow-run.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
24,25d20
< 
< .RS
33d27
< .RE
35d28
< 
61d53
< .PP
98d89
< .PP
diff man-pages-old/gh-workflow-view.1 man-pages-new/gh-workflow-view.1
5d4
< .PP
10d8
< .PP
35d32
< .PP
63d59
< .PP
diff man-pages-old/gh-workflow.1 man-pages-new/gh-workflow.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
48d44
< .PP
65d60
< .PP
diff man-pages-old/gh.1 man-pages-new/gh.1
5d4
< .PP
10d8
< .PP
15d12
< .PP
140d136
< .PP

What I see is that the updated library still builds man-pages as we expect with some slight changes 👍

.PP omission

The key difference, which you may have seen in the diff output, is that the new library omits an unnecessary .PP (start paragraph) immediately after .SHs (section headers).

Clearer example from gh alias import's generated man page, comparing old (left) and new (right):

image

And here is that section actually rendered with man, comparing old (left) and new (right):

image

As you can see, there are no differences in how this is rendered now.

Conclusion

👍 I think this PR is good to merge. Everything works mostly as expected with the bumped dependency and it is a patch version bump with no API changes.

One could argue that the man-page generation has been improved with the omission of unnecessary .PP paragraph macros.

Note reference for man-page syntax: https://www.linuxhowtos.org/System/creatingman.htm

@BagToad BagToad merged commit 5be5999 into trunk Sep 23, 2024
16 checks passed
@BagToad BagToad deleted the dependabot/go_modules/github.com/cpuguy83/go-md2man/v2-2.0.5 branch September 23, 2024 20:42
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Oct 16, 2024
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cli/cli](https://github.com/cli/cli) | minor | `v2.57.0` -> `v2.58.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.58.0`](https://github.com/cli/cli/releases/tag/v2.58.0): GitHub CLI 2.58.0

[Compare Source](cli/cli@v2.57.0...v2.58.0)

#### What's Changed

-   Better messaging for `attestation verify` custom issuer mismatch error by [@&#8203;bdehamer](https://github.com/bdehamer) in cli/cli#9616
-   Enhance gh repo create docs, fix random cmd link by [@&#8203;andyfeller](https://github.com/andyfeller) in cli/cli#9630
-   Add HasActiveToken method to AuthConfig to refactor auth check for `attestation trusted-root` command by [@&#8203;BagToad](https://github.com/BagToad) in cli/cli#9635
-   Improve the suggested command for creating an issue when an extension doesn't have a binary for your platform by [@&#8203;timrogers](https://github.com/timrogers) in cli/cli#9608
-   Disable auth check for `attestation trusted-root` command by [@&#8203;bdehamer](https://github.com/bdehamer) in cli/cli#9610
-   build(deps): bump github.com/henvic/httpretty from 0.1.3 to 0.1.4 by [@&#8203;dependabot](https://github.com/dependabot) in cli/cli#9645
-   Fix tenant-awareness for `trusted-root` command by [@&#8203;bdehamer](https://github.com/bdehamer) in cli/cli#9638
-   Replace "GitHub Enterprise Server" option with "other" in gh auth login prompting by [@&#8203;jtmcg](https://github.com/jtmcg) in cli/cli#9642
-   build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.4 to 2.0.5 by [@&#8203;dependabot](https://github.com/dependabot) in cli/cli#9634
-   Add `dnf5` instructions to `docs/install_linux.md` by [@&#8203;its-miroma](https://github.com/its-miroma) in cli/cli#9660
-   build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0 to 2.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in cli/cli#9688

#### New Contributors

-   [@&#8203;its-miroma](https://github.com/its-miroma) made their first contribution in cli/cli#9660

**Full Changelog**: cli/cli@v2.57.0...v2.58.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0