add link to github to help message

This commit is contained in:
figsoda 2021-11-11 09:14:53 -05:00
parent 180f63209a
commit 6d393b3c97

View File

@ -6,6 +6,8 @@ use clap::{Parser, ValueHint};
/// 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 {