Skip to content

Commit

Permalink
update CLI api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Sep 19, 2024
1 parent adacbbf commit a305321
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/cli-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python -m wakepy
This starts wakepy in the *default mode* (`-k`), which corresponds to a call to `keep.running` with default arguments. The available options are:

```{code-block} output
wakepy [-h] [-k] [-p]
wakepy [-h | -r | -p]
options:
-h, --help show this help message and exit
Expand All @@ -30,4 +30,8 @@ options:
:class: note
If you just installed `wakepy`, you might need to restart shell / terminal application to make added to the PATH.
````
````

```{versionchanged} 0.10.0
Renamed `-k` to `-r` and `--presentation` to `--keep-presenting` ([wakepy/#355](https://github.com/fohrloop/wakepy/issues/355)).
```

0 comments on commit a305321

Please sign in to comment.