mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
edd162a685
commit
ab5b56a824
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ impl Boot {
|
|||
writeln!(s, " Debug: {}", cfg!(debug_assertions))?;
|
||||
|
||||
writeln!(s, "\nYa")?;
|
||||
writeln!(s, " Version: {:?}", Command::new("ya").args(["--version"]).output())?;
|
||||
writeln!(s, " Version: {:?}", Command::new("ya").arg("--version").output())?;
|
||||
|
||||
writeln!(s, "\nEmulator")?;
|
||||
writeln!(s, " Emulator.via_env: {:?}", yazi_adaptor::Emulator::via_env())?;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue