mini_arcade.main
Mini Arcade CLI entry point.
Functions
main([argv])
|
Main entry point for the Mini Arcade CLI. |
Module Contents
-
mini_arcade.main.main(argv: list[str] | None = None)[source]
Main entry point for the Mini Arcade CLI.
- Parameters:
argv (Optional[list[str]]) – Optional list of command-line arguments. If None, uses sys.argv[1:].
- Raises:
SystemExit – Exits with the appropriate exit code after running the command.