Skip to content

__main__

Entry point for the junix CLI.

main()

Run the junix CLI and return the exit code.

Source code in src/junix/__main__.py
6
7
8
def main() -> int:
    """Run the junix CLI and return the exit code."""
    return cli.Junix.run()[1]