quart-routes - Man Page
quart-routes – Show all registered routes with endpoints and methods.
Synopsis
quart routes [Options]
Options
Optional Arguments
- -s, --sort [endpoint|methods|domain|rule|match]
Method to sort routes by. “match” is the order that Quart will match routes when dispatching a request. --all-methods Show HEAD and OPTIONS methods.
- --help
Show a help message and exit
See Also
Referenced By
quart(1), quart-run(1), quart-shell(1).
February 2024