mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Add comment
This commit is contained in:
parent
11ee27ea25
commit
b0ab145162
@ -327,7 +327,7 @@ fn compress_files(files: Vec<PathBuf>, formats: Vec<Extension>, output_file: fs:
|
||||
//
|
||||
// File at input_file_path is opened for reading, example: "archive.tar.gz"
|
||||
// formats contains each format necessary for decompression, example: [Gz, Tar] (in decompression order)
|
||||
// output_dir it's where the file will be decompressed to
|
||||
// output_dir it's where the file will be decompressed to, this function assumes that the directory exists
|
||||
// output_file_path is only used when extracting single file formats, not archive formats like .tar or .zip
|
||||
fn decompress_file(
|
||||
input_file_path: &Path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user