mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
...
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
from typing import TYPE_CHECKING, Optional
|
from typing import TYPE_CHECKING, Optional
|
||||||
|
|
||||||
|
from kitty.constants import appname
|
||||||
|
|
||||||
from .base import (
|
from .base import (
|
||||||
ArgsType,
|
ArgsType,
|
||||||
Boss,
|
Boss,
|
||||||
@@ -33,7 +35,7 @@ class LoadConfig(RemoteCommand):
|
|||||||
' Note that the specified paths must exist and be readable by the kitty process on the computer that process is running on.'
|
' Note that the specified paths must exist and be readable by the kitty process on the computer that process is running on.'
|
||||||
' Relative paths are resolved with respect to the kitty config directory on the computer running kitty.'
|
' Relative paths are resolved with respect to the kitty config directory on the computer running kitty.'
|
||||||
)
|
)
|
||||||
options_spec = '''\
|
options_spec = f'''\
|
||||||
--ignore-overrides
|
--ignore-overrides
|
||||||
type=bool-set
|
type=bool-set
|
||||||
By default, any config overrides previously specified at the kitty invocation command line
|
By default, any config overrides previously specified at the kitty invocation command line
|
||||||
|
|||||||
Reference in New Issue
Block a user