diff options
| -rw-r--r-- | pyramid/scripts/pcreate.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyramid/scripts/pcreate.py b/pyramid/scripts/pcreate.py index 671233337..278727308 100644 --- a/pyramid/scripts/pcreate.py +++ b/pyramid/scripts/pcreate.py @@ -80,6 +80,8 @@ https://github.com/Pylons/?q=cookiecutter 'is the name of an already existing / importable ' 'package.') parser.add_argument('output_directory', + nargs = '?', + default = None, help='The directory where the project will be ' 'created.') |
