Skip to content

Commit

Permalink
ls: mention config.hyperlink in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Dec 19, 2023
1 parent ebfbd8b commit d8f299e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uu/ls/src/ls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
/// 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`].
Expand Down

0 comments on commit d8f299e

Please sign in to comment.