mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
Merge pull request #252 from jcgruenhage/fix-zsh-completions
fix: remove single quotes from clap doc comments
This commit is contained in:
commit
bf8c72df55
@ -120,7 +120,7 @@ pub fn run(
|
|||||||
let output_file = fs::File::create(&output_path)?;
|
let output_file = fs::File::create(&output_path)?;
|
||||||
|
|
||||||
if !represents_several_files(&files) {
|
if !represents_several_files(&files) {
|
||||||
// It's possible the file is already partially compressed so we don't want to compress it again
|
// It is possible the file is already partially compressed so we don't want to compress it again
|
||||||
// `ouch compress file.tar.gz file.tar.gz.xz` should produce `file.tar.gz.xz` and not `file.tar.gz.tar.gz.xz`
|
// `ouch compress file.tar.gz file.tar.gz.xz` should produce `file.tar.gz.xz` and not `file.tar.gz.tar.gz.xz`
|
||||||
let input_extensions = extension::extensions_from_path(&files[0]);
|
let input_extensions = extension::extensions_from_path(&files[0]);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user