betty.console.project module

Project support for the Console.

exception betty.console.project.ConfigurationFileNotFound

Bases: HumanFacingException

Raised when no configuration file could be found.

async betty.console.project.add_project_argument(parser: ArgumentParser, command_function: CommandFunction, app: App, *, required: bool = True) CommandFunction

Add an argument to load a betty.project.Project into a project keyword argument.