mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
ptx: add documentation to read_char_filter_file function
This commit is contained in:
@@ -88,6 +88,7 @@ fn read_word_filter_file(
|
||||
Ok(words)
|
||||
}
|
||||
|
||||
/// reads contents of file as unique set of characters to be used with the break-file option
|
||||
fn read_char_filter_file(
|
||||
matches: &clap::ArgMatches,
|
||||
option: &str,
|
||||
|
||||
Reference in New Issue
Block a user