Get rid of enum boilerplate

This commit is contained in:
Kovid Goyal
2023-05-28 12:07:12 +05:30
parent e05902e8ee
commit 425e993ab7
2 changed files with 11 additions and 170 deletions

View File

@@ -170,6 +170,7 @@ def stringify_file(path: str) -> None:
def stringify() -> None:
for path in (
'tools/tui/graphics/command.go',
'kittens/transfer/ftc.go',
):
stringify_file(path)
# }}}