fix(cli): add monitor-information command

This commit adds a new monitor-information command to make it easier for
people to find the values they need to use the display_index_preferences
configuration option.

re #860
This commit is contained in:
LGUG2Z
2024-06-01 16:48:28 -07:00
parent 1320b7440e
commit aa24c41967
7 changed files with 31 additions and 15 deletions

5
Cargo.lock generated
View File

@@ -2408,6 +2408,7 @@ dependencies = [
"thiserror",
"uds_windows",
"which",
"win32-display-data",
"windows 0.54.0",
]
@@ -3819,9 +3820,9 @@ dependencies = [
[[package]]
name = "serde_json_lenient"
version = "0.1.8"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc61c66b53a4035fcce237ef38043f4b2f0ebf918fd0e69541a5166104065581"
checksum = "a5d0bae483150302560d7cb52e7932f39b69a6fbdd099e48d33ef060a8c9c078"
dependencies = [
"itoa",
"ryu",