.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH PROUTES3 "1" "December 2022" "proutes3 2.0+dfsg-2" "User Commands" .SH NAME proutes3 \- Python 3 Pyramid command .SH DESCRIPTION usage: proutes3 [\-h] [\-g GLOB] [\-f FORMAT] [config_uri] [config_vars ...] .PP Print all URL dispatch routes used by a Pyramid application in the order in which they are evaluated. Each route includes the name of the route, the pattern of the route, and the view callable which will be invoked when the route is matched. .PP This command accepts one positional argument named 'config_uri'. It specifies the PasteDeploy config file to use for the interactive shell. The format is 'inifile#name'. If the name is left off, 'main' will be assumed. Example: 'proutes myapp.ini'. .SS "positional arguments:" .TP config_uri The URI to the configuration file. .TP config_vars Variables required by the config file. For example, `http_port=%(http_port)s` would expect `http_port=8080` to be passed here. .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-g\fR GLOB, \fB\-\-glob\fR GLOB Display routes matching glob pattern .TP \fB\-f\fR FORMAT, \fB\-\-format\fR FORMAT Choose which columns to display, this will override the format key in the [proutes] ini section