Merge branch 'main' into remove-extension-display-implementation

This commit is contained in:
João Marcos Bezerra 2023-01-10 19:13:44 -03:00 committed by GitHub
commit 4c53bde44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ use clap::{Parser, ValueHint};
// Ouch command line options (docstrings below are part of --help)
/// 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/lzma, zst.
///
/// Repository: https://github.com/ouch-org/ouch
#[derive(Parser, Debug)]