mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 09:50:34 +01:00
Add comment why we prefer gls
This commit is contained in:
parent
0f5500adfc
commit
d91100e354
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ fn run() -> Result<ExitCode> {
|
|||
// MacOS
|
||||
use std::process::{Command, Stdio};
|
||||
|
||||
// Use GNU ls, if available
|
||||
// Use GNU ls, if available (support for --color=auto, better LS_COLORS support)
|
||||
let gnu_ls_exists = Command::new("gls")
|
||||
.arg("--version")
|
||||
.stdout(Stdio::null())
|
||||
|
|
Loading…
Reference in a new issue