mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
main: add --check-config command line option
This commit is contained in:
parent
d11d374252
commit
86e7cb04c4
4 changed files with 19 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
_arguments \
|
||||
-s -S -C \
|
||||
'(-c --config)'{-c,--config}'[path to configuration file (XDG_CONFIG_HOME/footrc)]:config:_files' \
|
||||
'--check-config[verify configuration and exit with 0 if ok, otherwise exit with 1]' \
|
||||
'(-f --font)'{-f,--font}'[font name and style in fontconfig format (monospace)]:font:->fonts' \
|
||||
'(-t --term)'{-t,--term}'[value to set the environment variable TERM to (foot)]:term:->terms' \
|
||||
'--title[initial window title]:()' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue