Coverage for src/prisma/cli/custom.py: 100%
4 statements
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2024-08-27 18:25 +0000
1import click
3from .utils import PrismaCLI
6@click.command(cls=PrismaCLI, context_settings=dict(auto_envvar_prefix='PRISMA_PY'))
7def cli() -> None:
8 """Custom command line arguments specifically for
9 Prisma Client Python.
11 For other prisma commands, see prisma --help
12 """