mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
ls: mention config.hyperlink in comment
This commit is contained in:
parent
ebfbd8b1fe
commit
d8f299eb48
1 changed files with 1 additions and 0 deletions
|
@ -3033,6 +3033,7 @@ fn classify_file(path: &PathData, out: &mut BufWriter<Stdout>) -> Option<char> {
|
||||||
/// * `config.format` to display symlink targets if `Format::Long`. This function is also
|
/// * `config.format` to display symlink targets if `Format::Long`. This function is also
|
||||||
/// responsible for coloring symlink target names if `config.color` is specified.
|
/// responsible for coloring symlink target names if `config.color` is specified.
|
||||||
/// * `config.context` to prepend security context to `name` if compiled with `feat_selinux`.
|
/// * `config.context` to prepend security context to `name` if compiled with `feat_selinux`.
|
||||||
|
/// * `config.hyperlink` decides whether to hyperlink the item
|
||||||
///
|
///
|
||||||
/// Note that non-unicode sequences in symlink targets are dealt with using
|
/// Note that non-unicode sequences in symlink targets are dealt with using
|
||||||
/// [`std::path::Path::to_string_lossy`].
|
/// [`std::path::Path::to_string_lossy`].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue