Nicer formatting for exe_search_path in debug output
This commit is contained in:
parent
424199bb5a
commit
f38127b20a
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ def compare_opts(opts: KittyOpts, global_shortcuts: dict[str, SingleKey] | None,
|
|||
elif f == 'modify_font':
|
||||
for k in sorted(val):
|
||||
print(' ', val[k])
|
||||
elif f == 'exe_search_path':
|
||||
for k in val:
|
||||
print(' ', k)
|
||||
else:
|
||||
print(pformat(val))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue