refactor: use Cha for better cross-platform consistency (#3174)

This commit is contained in:
三咲雅 misaki masa 2025-09-17 23:18:54 +08:00 committed by GitHub
parent 6cfa92f112
commit ece59974fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 175 additions and 155 deletions

View file

@ -27,7 +27,7 @@ yazi-shared = { path = "../yazi-shared", version = "25.9.15" }
# External dependencies
clap = { workspace = true }
clap_complete = "4.5.57"
clap_complete = "4.5.58"
clap_complete_fig = "4.5.2"
clap_complete_nushell = "4.5.8"
vergen-gitcl = { version = "1.0.8", features = [ "build", "rustc" ] }