docs: add CLI documentation section with translations and code snippets; refactor mock/ to examples/, improve CLI module (bug fixes, DX, error handling)

This commit is contained in:
2026-07-25 19:22:04 +03:00
parent 311b312ab4
commit 6b9bea155f
21 changed files with 824 additions and 219 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ def build_handler(entry_point: str, output_name: str | None = None) -> None:
"--standalone",
"--onefile",
f"--output-filename={name}",
f"--jobs={os.cpu_count()}",
f"--jobs={os.cpu_count() or 1}",
"--lto=no",
"--include-windows-runtime-dlls=no",
]