sqlite-utils/sqlite_utils/cli.py

6 lines
75 B
Python
Raw Normal View History

import click
@click.command()
def cli(*args):
click.echo(repr(args))