fix: Open editor on windows (#476)

This commit is contained in:
Solomon
2025-08-14 18:44:27 +01:00
committed by GitHub
parent 9b4ca9dc45
commit 605ac4a9ba
3 changed files with 25 additions and 1 deletions

View File

@@ -28,3 +28,4 @@ tokio = { workspace = true }
futures = "0.3.31"
tokio-stream = { version = "0.1.17", features = ["sync"] }
shellexpand = "3.1.1"
which = "8.0.0"