From d8f299eb48e4c2e39d5e996ed55be223e94aaac0 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 19 Dec 2023 10:26:23 +0100 Subject: [PATCH] ls: mention config.hyperlink in comment --- src/uu/ls/src/ls.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uu/ls/src/ls.rs b/src/uu/ls/src/ls.rs index 53397a4b73..7f67a8cf7b 100644 --- a/src/uu/ls/src/ls.rs +++ b/src/uu/ls/src/ls.rs @@ -3033,6 +3033,7 @@ fn classify_file(path: &PathData, out: &mut BufWriter) -> Option { /// * `config.format` to display symlink targets if `Format::Long`. This function is also /// 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.hyperlink` decides whether to hyperlink the item /// /// Note that non-unicode sequences in symlink targets are dealt with using /// [`std::path::Path::to_string_lossy`].