fix: add ansi support and remove emoji

This commit is contained in:
2026-08-23 07:19:30 +05:00
parent 7dd2dd7f33
commit beab08cf67
5 changed files with 30 additions and 18 deletions
Generated
+10
View File
@@ -620,6 +620,15 @@ dependencies = [
"zeroize",
]
[[package]]
name = "enable-ansi-support"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea7457668b3da8a4b702f3d79e131aa3e81cd7e81cc95fb2d54fce9f182ecc77"
dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "enum_dispatch"
version = "0.3.13"
@@ -2360,6 +2369,7 @@ dependencies = [
"anyhow",
"clap",
"colored",
"enable-ansi-support",
"home",
"russh",
"russh-sftp",