Entry point for parsing theme metadata

This commit is contained in:
Kovid Goyal
2023-05-04 10:14:58 +05:30
parent 8ba7258db9
commit 3eb18a416a
3 changed files with 48 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ func KittyToolEntryPoints(root *cli.Command) {
diff.EntryPoint(root)
// themes
themes.EntryPoint(root)
themes.ParseEntryPoint(root)
// __pytest__
pytest.EntryPoint(root)
// __hold_till_enter__