main
Main module for Pipewine CLI, containing the main entry point and the main CLI app.
pipewine_app = Typer(invoke_without_command=True, pretty_exceptions_enable=False, add_completion=False, no_args_is_help=True, callback=_main_callback)
module-attribute
Typer app for the main Pipewine CLI.
main()
Pipewine CLI entry point.