mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-21 06:04:45 +00:00
interactive update
as well as --yes flag
This commit is contained in:
parent
7f0c462385
commit
3f422f9717
5 changed files with 360 additions and 78 deletions
|
|
@ -27,11 +27,12 @@ deskctl get-screen-size
|
|||
deskctl get-mouse-position
|
||||
```
|
||||
|
||||
`doctor` checks the runtime before daemon startup. `upgrade` refreshes an npm
|
||||
install and returns channel-specific guidance for other install methods.
|
||||
`snapshot` produces a screenshot plus window refs. `list-windows` is the same
|
||||
window tree without the side effect of writing a screenshot. The grouped `get`
|
||||
commands are the preferred read surface for focused state queries.
|
||||
`doctor` checks the runtime before daemon startup. `upgrade` checks for a newer
|
||||
published version, shows a short confirmation prompt when an update is
|
||||
available, and supports `--yes` for non-interactive use. `snapshot` produces a
|
||||
screenshot plus window refs. `list-windows` is the same window tree without the
|
||||
side effect of writing a screenshot. The grouped `get` commands are the
|
||||
preferred read surface for focused state queries.
|
||||
|
||||
## Wait for state transitions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue