Coverage for src/prisma/cli/custom.py: 100%

4 statements  

« prev     ^ index     » next       coverage.py v7.2.7, created at 2024-04-28 15:17 +0000

1import click 

2 

3from .utils import PrismaCLI 

4 

5 

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. 

10 

11 For other prisma commands, see prisma --help 

12 """