mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
ptx: add documentation to read_char_filter_file function
This commit is contained in:
parent
994dedd6d9
commit
4889128ede
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ fn read_word_filter_file(
|
||||||
Ok(words)
|
Ok(words)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// reads contents of file as unique set of characters to be used with the break-file option
|
||||||
fn read_char_filter_file(
|
fn read_char_filter_file(
|
||||||
matches: &clap::ArgMatches,
|
matches: &clap::ArgMatches,
|
||||||
option: &str,
|
option: &str,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue