mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Merge pull request #191 from figsoda/github-link
add link to github to help message
This commit is contained in:
commit
f4979a521d
@ -5,7 +5,9 @@ use clap::{Parser, ValueHint};
|
||||
// Command line options
|
||||
/// 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)]
|
||||
#[clap(version)]
|
||||
pub struct Opts {
|
||||
|
Loading…
x
Reference in New Issue
Block a user