MCPcopy Create free account
hub / github.com/LaunchPlatform/beanhub-cli / cli

Route cli

beanhub_cli/cli.py:None–None  ·  view source on GitHub ↗
click.option(
    "-l",
    "--log-level",
    type=click.Choice(
        list(map(lambda key: key.value, LOG_LEVEL_MAP.keys())), case_sensitive=False
    ),
    default=lambda: os.environ.get("LOG_LE

Source from the content-addressed store, hash-verified

1import logging
2import os
3
4import click

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected