Skip to content
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

seq: move help strings to markdown file #4779

Merged
merged 3 commits into from
Apr 24, 2023

Conversation

m11o
Copy link
Contributor

@m11o m11o commented Apr 24, 2023

seq --help outputs follow.

$ ./target/debug/seq --help
Usage: ./target/debug/seq [OPTION]... LAST
       ./target/debug/seq [OPTION]... FIRST LAST
       ./target/debug/seq [OPTION]... FIRST INCREMENT LAST";

Arguments:
  [numbers]...

Options:
  -s, --separator <separator>    Separator character (defaults to \n)
  -t, --terminator <terminator>  Terminator character (defaults to \n)
  -w, --widths                   Equalize widths of all numbers by padding with zeros
  -f, --format <format>          use printf style floating-point FORMAT
  -h, --help                     Print help
  -V, --version                  Print version

@@ -2,7 +2,6 @@
// *
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
// TODO: Support -f flag
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-f options is implemented in #2918

@uutils uutils deleted a comment from github-actions bot Apr 24, 2023
@sylvestre sylvestre merged commit b8d70ec into uutils:main Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants