Skip to content

Commit

Permalink
Merge pull request #189 from figsoda/help-supported-formats
Browse files Browse the repository at this point in the history
add supported formats to help message
  • Loading branch information
marcospb19 authored Nov 11, 2021
2 parents d1de343 + 043a04b commit 6a56e1c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ use std::path::PathBuf;

use clap::{Parser, ValueHint};

/// Command line options
// 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
#[derive(Parser, Debug)]
#[clap(version, about)]
#[clap(version)]
pub struct Opts {
/// Skip [Y/n] questions positively.
#[clap(short, long, conflicts_with = "no")]
Expand Down

0 comments on commit 6a56e1c

Please sign in to comment.