quart-shell - Man Page
quart-shell – Run a Python shell in the context of a Quart application.
Synopsis
quart shell [Options]
Description
Run an interactive Python shell in the context of a given Quart application. The application will populate the default namespace of this shell according to its configuration. This is useful for executing small snippets of management code without having to manually configure the application.
Options
Optional Arguments
- --help
Show a help message and exit
See Also
Referenced By
quart(1), quart-routes(1), quart-run(1).
February 2024