mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Update tljh-config --help
This commit is contained in:
@@ -227,7 +227,7 @@ it after an argument like `remove-item` gives information about this specific co
|
|||||||
```bash
|
```bash
|
||||||
sudo tljh-config --help
|
sudo tljh-config --help
|
||||||
|
|
||||||
usage: tljh-config [-h] [--config-path CONFIG_PATH] {show,unset,set,add-item,remove-item,reload} ...
|
usage: tljh-config [-h] [--config-path CONFIG_PATH] [--validate] [--no-validate] {show,unset,set,add-item,remove-item,reload} ...
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
{show,unset,set,add-item,remove-item,reload}
|
{show,unset,set,add-item,remove-item,reload}
|
||||||
@@ -238,10 +238,12 @@ positional arguments:
|
|||||||
remove-item Remove a value from a list for a configuration property
|
remove-item Remove a value from a list for a configuration property
|
||||||
reload Reload a component to apply configuration change
|
reload Reload a component to apply configuration change
|
||||||
|
|
||||||
optional arguments:
|
options:
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--config-path CONFIG_PATH
|
--config-path CONFIG_PATH
|
||||||
Path to TLJH config.yaml file
|
Path to TLJH config.yaml file
|
||||||
|
--validate Validate the TLJH config
|
||||||
|
--no-validate Do not validate the TLJH config
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user