From a30532135bbe7045d9ff4a269f3f49d91aba9c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20F=C3=B6hr?= Date: Thu, 19 Sep 2024 21:45:12 +0300 Subject: [PATCH] update CLI api docs --- docs/source/cli-api.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/cli-api.md b/docs/source/cli-api.md index a9c3453..69cdf5c 100644 --- a/docs/source/cli-api.md +++ b/docs/source/cli-api.md @@ -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 @@ -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. -```` \ No newline at end of file +```` + +```{versionchanged} 0.10.0 +Renamed `-k` to `-r` and `--presentation` to `--keep-presenting` ([wakepy/#355](https://github.com/fohrloop/wakepy/issues/355)). +``` \ No newline at end of file