-
Notifications
You must be signed in to change notification settings - Fork 141
Switch to hand-written man pages with auto option sync #1587
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
Conversation
78feb5a
to
a111f83
Compare
Besides closing the formatting bug, the big thing here is we can write a lot more text in the command man page. There's a lot of overlap between the currently hand-written |
Changes look good. CI fails with
|
f4d712b
to
93c164d
Compare
OK this is now architecturally closer to what's happening in e.g. https://github.com/containers/netavark/blob/main/docs/Makefile A nice thing is we can replace pandoc with |
ec59aad
to
4075943
Compare
4075943
to
51738db
Compare
OK this one should be ready for review! |
Is there a reason we cancelled the CI runs? |
51738db
to
60e9342
Compare
The GHA matrix there defaults to fail-fast; maybe we could change that. Anyways rebased on #1609 |
See the updates to `Justfile` for how to use this. Closes: bootc-dev#1428 Assisted-By: Claude Code (opus + sonnet) Signed-off-by: Colin Walters <walters@verbum.org>
60e9342
to
d438aaf
Compare
Fallout in #1616 |
Followup to bootc-dev#1587 Closes: bootc-dev#1616
Followup to bootc-dev#1587 Closes: bootc-dev#1616 Signed-off-by: Colin Walters <walters@verbum.org>
Followup to bootc-dev#1587 Closes: bootc-dev#1616 Signed-off-by: Colin Walters <walters@verbum.org>
Followup to bootc-dev#1587 Closes: bootc-dev#1616 Signed-off-by: Colin Walters <walters@verbum.org>
See the updates to
Justfile
for how to use this.Closes: #1428
Assisted-By: Claude Code (opus + sonnet)