mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
feat(utils): Support non-exe commands on Windows (#2019)
Have added support to the `utils::exec_cmd` to allow it to execute commands that are not `.exe` on Windows. Have also added a timer to measure how long a command took to execute.
This commit is contained in:
@@ -63,6 +63,7 @@ serde = { version = "1.0.118", features = ["derive"] }
|
||||
indexmap = "1.6.1"
|
||||
notify-rust = { version = "4.0.0", optional = true }
|
||||
semver = "0.11.0"
|
||||
which = "4.0.2"
|
||||
|
||||
# Optional/http:
|
||||
attohttpc = { version = "0.16.0", optional = true, default-features = false, features = ["tls", "form"] }
|
||||
|
||||
Reference in New Issue
Block a user