From 07fd2152f41d1a65d9262691bbe896f8d84dabca Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 7 Dec 2022 04:28:43 -0500 Subject: docs: update changelog + docs for default expansion feature (#928) --- docs/content/configuration/command-line-flags.md | 1 + docs/content/configuration/config-file/flags.md | 1 + 2 files changed, 2 insertions(+) (limited to 'docs/content/configuration') diff --git a/docs/content/configuration/command-line-flags.md b/docs/content/configuration/command-line-flags.md index 36d18c0a..86fad044 100644 --- a/docs/content/configuration/command-line-flags.md +++ b/docs/content/configuration/command-line-flags.md @@ -46,3 +46,4 @@ The following flags can be provided to bottom in the command line to change the | `--enable_gpu_memory` | Enable collecting and displaying GPU memory usage. | | `--retention` | How much data is stored at once in terms of time. | | `-n`, `--unnormalized_cpu` | Show process CPU% without normalizing over the number of cores. | +| `-e`, `--expanded` | Expand the default widget upon starting the app. | diff --git a/docs/content/configuration/config-file/flags.md b/docs/content/configuration/config-file/flags.md index 606eef63..af84fcbd 100644 --- a/docs/content/configuration/config-file/flags.md +++ b/docs/content/configuration/config-file/flags.md @@ -39,3 +39,4 @@ Most of the [command line flags](../../command-line-flags) have config file equi | `enable_gpu_memory` | Boolean | Shows the GPU memory widget. | | `retention` | String (human readable time, such as "10m", "1h", etc.) | How much data is stored at once in terms of time. | | `unnormalized_cpu` | Boolean | Show process CPU% without normalizing over the number of cores. | +| `expanded_on_startup` | Boolean | Expand the default widget upon starting the app. | -- cgit v1.2.3