mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02:00
Solved wrong namings
This commit is contained in:
4
main.py
4
main.py
@@ -185,11 +185,11 @@ if __name__ == "__main__":
|
||||
Fore.CYAN
|
||||
))
|
||||
print(color_text(
|
||||
" e.g. `cymais generate defaults applications` →",
|
||||
" e.g. `cymais generate defaults users` →",
|
||||
Fore.CYAN
|
||||
))
|
||||
print(color_text(
|
||||
" corresponds to `cli/generate/defaults/applications.py`.",
|
||||
" corresponds to `cli/generate/defaults/users.py`.",
|
||||
Fore.CYAN
|
||||
))
|
||||
print()
|
||||
|
Reference in New Issue
Block a user