betty.console.project module¶
Project support for the Console.
- exception betty.console.project.ConfigurationFileNotFound¶
Bases:
HumanFacingExceptionRaised 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.Projectinto aprojectkeyword argument.