-
-
Notifications
You must be signed in to change notification settings - Fork 199
Description
In #2047, I added a make readme command which runs a python script to update the readme with the latest --help output. This simplifies the workflow a little but when help options are updated, since you don't have to copy paste anymore.
The workflow could be simplified even more with an automatic Github action that runs make readme and pushes the result to PR branches. This would be very similar to the current "update TOC" workflow.
This is a ticket to think about doing that eventually (or decide not to, in case it might be too disruptive).
[...] Maybe there could be a ci task that generates the readme and pushes it, then we don't need the unit test and the developer doesn't have to think about it at all.
Originally posted by @katrinafyi in #2047 (comment)