-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add example to manpage #7841
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
base: main
Are you sure you want to change the base?
Add example to manpage #7841
Conversation
could you please replace the screenshot by text? it is terrible for search and accessibility |
GNU testsuite comparison:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses issue #5094 by cleaning up the help message for the coreutils binary and adding an example to the manpage. The changes include:
- Adding the "dep:zip" dependency to the default feature in Cargo.toml.
- Updating the uudoc feature to use "dep:zip" for consistency.
- Adding a "required-features" constraint for the coreutils binary.
Comments suppressed due to low confidence (1)
Cargo.toml:545
- Consider adding tests to verify that the coreutils binary build fails when the default feature is disabled, ensuring the required-features constraint works as expected.
required-features = ["default"]
GNU testsuite comparison:
|
This PR do
coreutils
bin (why not using clap ?)Questions
coreutils
?coreutils
anduudoc
use zip)uucore
- not sure about the idea