.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH PCREATE3 "1" "January 2016" "pcreate3 1.6+dfsg-1" "User Commands" .SH NAME pcreate3 \- Python 3 Pyramid command .SH SYNOPSIS .B pcreate3 [\fI\,options\/\fR] \fI\,-s output_directory\/\fR .SH DESCRIPTION Render Pyramid scaffolding to an output directory .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-s\fR SCAFFOLD_NAME, \fB\-\-scaffold\fR=\fI\,SCAFFOLD_NAME\/\fR Add a scaffold to the create process (multiple \fB\-s\fR args accepted) .TP \fB\-t\fR SCAFFOLD_NAME, \fB\-\-template\fR=\fI\,SCAFFOLD_NAME\/\fR A backwards compatibility alias for \fB\-s\fR/\-\-scaffold. Add a scaffold to the create process (multiple \fB\-t\fR args accepted) .TP \fB\-l\fR, \fB\-\-list\fR List all available scaffold names .TP \fB\-\-list\-templates\fR A backwards compatibility alias for \fB\-l\fR/\-\-list. List all available scaffold names. .TP \fB\-\-simulate\fR Simulate but do no work .TP \fB\-\-overwrite\fR Always overwrite .TP \fB\-\-interactive\fR When a file would be overwritten, interrogate .TP \fB\-\-ignore\-conflicting\-name\fR Do create a project even if the chosen name is the name of an already existing / importable package.