Consistent form of CLI arguments.

This commit is contained in:
2026-02-10 16:16:32 +00:00
parent d3b6fccce0
commit b87984af9a
+1 -1
View File
@@ -1503,7 +1503,7 @@ Examples:
fastapi-vue-setup my-new-project Create a new project from scratch fastapi-vue-setup my-new-project Create a new project from scratch
fastapi-vue-setup . Set up integration in current directory fastapi-vue-setup . Set up integration in current directory
fastapi-vue-setup . --dry-run Preview what would be done fastapi-vue-setup . --dry-run Preview what would be done
fastapi-vue-setup . --ports 8000,5173,8080 Custom ports (default,vite,dev) fastapi-vue-setup . --ports=8000,5173,8080 Custom ports (default,vite,dev)
""", """,
) )
parser.add_argument( parser.add_argument(