refactor: continue refactor to make the project can be built

This commit is contained in:
2025-07-31 22:25:14 +08:00
parent 5372af79f8
commit ce2b411b0b
30 changed files with 791 additions and 943 deletions

View File

@ -25,7 +25,7 @@ def escape_cmd_argument(arg):
def escape_sh_argument(arg):
return shlex.quote(arg)
@dataclass
@dataclass(frozen=True)
class ScriptSettings:
cpp_version: str
build_doc: bool