You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To suppress the prompts asking for input, use `no_input`.
88
88
89
-
Basic: Using the Defaults
90
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
89
+
Basic Example: Using the Defaults
90
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
91
91
92
92
TODO: document `no_input`:
93
93
94
94
* As command-line argument
95
95
* As parameter of `cookiecutter()`
96
96
97
-
Advanced: Defaults + Extra Context
98
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97
+
TODO: document where context values come from in this example (`cookiecutter.json` and `.cookiecutterrc`)
98
+
99
+
Advanced Example: Defaults + Extra Context
100
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99
101
100
102
If you combine an `extra_context` dict with the `no_input` argument, you can programmatically create the project with a set list of context parameters and without any command line prompts::
0 commit comments