-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
test: move help strings to markdown file #4816
Conversation
GNU testsuite comparison:
|
Thanks for your PR. Can you please use some markdown lists? The rendered markdown currently looks a bit messy: https://github.com/uutils/coreutils/blob/7b23281b06011ff7838d8c2cab6bb084fdfc46f4/src/uu/test/test.md |
src/uu/test/test.md
Outdated
INTEGER1 -lt INTEGER2 `INTEGER1` is less than `INTEGER2` | ||
INTEGER1 -ne INTEGER2 `INTEGER1` is not equal to `INTEGER2` | ||
|
||
FILE1 -ef FILE2 `FILE1` and `FILE2` have the same device and inode numbers |
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.
same here and below
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.
Please add * in the other places
Co-authored-by: Sylvestre Ledru <[email protected]>
Co-authored-by: Sylvestre Ledru <[email protected]>
Co-authored-by: Sylvestre Ledru <[email protected]>
Co-authored-by: Sylvestre Ledru <[email protected]>
Co-authored-by: Sylvestre Ledru <[email protected]>
Co-authored-by: Sylvestre Ledru <[email protected]>
issue: #4368
This PR contains bellow contents.
This command has two util names (
test
or[
). And, the format_usage method replaces {} with a util name. So, we changedUSAGE
as strings that do not contain{}
.If there are better ideas, please tell me.
before
after