Merge pull request #191 from figsoda/github-link

add link to github to help message
This commit is contained in:
João Marcos Bezerra 2021-11-11 11:32:51 -03:00 committed by GitHub
commit f4979a521d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,9 @@ use clap::{Parser, ValueHint};
// Command line options // Command line options
/// A command-line utility for easily compressing and decompressing files and directories. /// A command-line utility for easily compressing and decompressing files and directories.
/// ///
/// Supported formats: tar, zip, bz/bz2, gz, lz4, xz/lz/lzma, zst /// Supported formats: tar, zip, bz/bz2, gz, lz4, xz/lz/lzma, zst.
///
/// Repository: https://github.com/ouch-org/ouch
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
#[clap(version)] #[clap(version)]
pub struct Opts { pub struct Opts {