fix_cmd_window: do not show cmd prompt window

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-07-21 21:58:42 +08:00
parent 416832a1ed
commit e06c373389
3 changed files with 15 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -378,9 +378,12 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
dependencies = [
"serde 1.0.139",
]
[[package]]
name = "cache-padded"
@@ -3964,6 +3967,7 @@ dependencies = [
"async-process",
"async-trait",
"base64",
"bytes",
"cc",
"cfg-if 1.0.0",
"clap 3.2.12",