MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove redundant header

+1 -2
+1 -1
meson/messages.py
··· 11 11 ) from exc 12 12 13 13 with open(sys.argv[1], "rb") as f: 14 - messages = tomllib.load(f)["messages"] 14 + messages = tomllib.load(f) 15 15 16 16 print("#ifndef MESSAGES_H") 17 17 print("#define MESSAGES_H")
-1
src/core/messages.toml
··· 1 - [messages] 2 1 ant_help_flags = "<bold>Flags:</>\n" 3 2 ant_command_extra = "\n <pad=18><command> <bold+cyan>--help</></pad> Print help text for command.\n" 4 3