We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to support all of gzip's command line options by using clap to parse CLI arguments. Gzip's command line arguments are documented here.
clap
This issue only covers implementing the argument parser for CLI options. Implementing the options will be done later.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to support all of gzip's command line options by using
clap
to parse CLI arguments. Gzip's command line arguments are documented here.This issue only covers implementing the argument parser for CLI options. Implementing the options will be done later.
The text was updated successfully, but these errors were encountered: