-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Automatically keep usage text in sync #23
Comments
Agree with this one: it's a pain to keep the usage output in sync. The reason I included this right away in the README is to allow potential users to get an idea of the capabilities without installing the package. I'll maintain it's still a good trade-off. But I'll welcome any hints on how we could automate this. |
CLI usage has moved to its own dedicated page in the documentation: https://maildir-deduplicate.readthedocs.io/en/develop/usage.html We now need to find a way to keep in sync the CLI help messages with the current implementation. |
Well, the build tools need to run |
This automation can be part of the mail-deduplicate/.github/workflows/autofix.yaml Lines 68 to 95 in 59ff12d
|
The old usage page in the documentation ( Still missing:
|
I'm not sure it's a good idea to copy'n'paste the usage text into the README because violation of the DRY rule makes it uncomfortably easy to forget to update it whenever the usage text is changed via changes in the code, and then they get out of sync. But if you are convinced neither you nor any future maintainer will ever forget then I guess you can ignore me and close this ;-)
The text was updated successfully, but these errors were encountered: