forked from retoor/snek
Add argparse-based CLI with --port, --host, and --db_path options to __main__.py, replacing hardcoded web.run_app call with a main() function. Register snek console script in pyproject.toml pointing to snek.__main__:main.