@@ -18,6 +18,7 @@ Options:
1818 --editor NAME Write editor config files for the specified editor.
1919 --hooks Set up pre-commit hooks (default in non-interactive mode)
2020 --no-hooks Skip pre-commit hooks setup
21+ --verbose Show detailed scaffolding output
2122 --no-interactive Run in non-interactive mode
2223 --list List all available templates
2324 -h, --help Show this help message
@@ -69,6 +70,7 @@ Options:
6970 --editor NAME Write editor config files for the specified editor.
7071 --hooks Set up pre-commit hooks (default in non-interactive mode)
7172 --no-hooks Skip pre-commit hooks setup
73+ --verbose Show detailed scaffolding output
7274 --no-interactive Run in non-interactive mode
7375 --list List all available templates
7476 -h, --help Show this help message
@@ -120,6 +122,7 @@ Options:
120122 --editor NAME Write editor config files for the specified editor.
121123 --hooks Set up pre-commit hooks (default in non-interactive mode)
122124 --no-hooks Skip pre-commit hooks setup
125+ --verbose Show detailed scaffolding output
123126 --no-interactive Run in non-interactive mode
124127 --list List all available templates
125128 -h, --help Show this help message
0 commit comments