mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-16 21:03:43 +00:00
grouped runtime reads and waits
selector modes
This commit is contained in:
parent
cc8f8e548a
commit
f87ac61790
11 changed files with 1285 additions and 67 deletions
|
|
@ -218,3 +218,7 @@ pub fn successful_json_response(output: Output) -> Result<serde_json::Value> {
|
|||
|
||||
serde_json::from_slice(&output.stdout).context("Failed to parse JSON output from deskctl")
|
||||
}
|
||||
|
||||
pub fn json_response(output: &Output) -> Result<serde_json::Value> {
|
||||
serde_json::from_slice(&output.stdout).context("Failed to parse JSON output from deskctl")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue