Renamed generate commands to build

This commit is contained in:
2025-07-12 17:11:41 +02:00
parent 3eb8b54a1a
commit adec2aed84
17 changed files with 14 additions and 14 deletions

View File

@@ -185,11 +185,11 @@ if __name__ == "__main__":
Fore.CYAN
))
print(color_text(
" e.g. `cymais generate defaults users` →",
" e.g. `cymais build defaults users` →",
Fore.CYAN
))
print(color_text(
" corresponds to `cli/generate/defaults/users.py`.",
" corresponds to `cli/build/defaults/users.py`.",
Fore.CYAN
))
print()