forked from external/yambar
main: add -c,--check-config
When this option is used, we exit after loading the configuration. Either with an error message and a non-zero exit code (bad config), or no messages and a zero exit code (good config).
This commit is contained in:
parent
cb0bc20b38
commit
55c5cfab46
2 changed files with 21 additions and 2 deletions
|
@ -8,6 +8,11 @@ f00bar - modular status panel for X11 and Wayland
|
|||
|
||||
# OPTIONS
|
||||
|
||||
*-c, --check-config*
|
||||
Verify the configuration and then quit. If no errors are detected,
|
||||
nothing is printed and the exit code is 0. If there are errors,
|
||||
these are printed on stdout and the exit code is non-zero.
|
||||
|
||||
*-v, --version*
|
||||
Show the version number and quit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue