mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Also hyperlink the :ac: role in CLI help output
This commit is contained in:
@@ -65,7 +65,7 @@ def resolve_ref(ref: str, website_url: Callable[[str], str] = website_url) -> st
|
||||
elif ref.startswith('action-group-'):
|
||||
href = f'{website_url("generated/actions")}#{ref}'
|
||||
elif ref.startswith('action-'):
|
||||
frag = ref.partition('-')[-1]
|
||||
frag = ref.partition('-')[-1].replace('_', '-')
|
||||
href = f'{website_url("generated/actions")}#{frag}'
|
||||
return href
|
||||
|
||||
|
||||
Reference in New Issue
Block a user