mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Initial project layout + database table creation tools
This commit is contained in:
parent
2f34da0ab2
commit
bd71be32ab
11 changed files with 458 additions and 0 deletions
6
sqlite_utils/cli.py
Normal file
6
sqlite_utils/cli.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import click
|
||||
|
||||
|
||||
@click.command()
|
||||
def cli(*args):
|
||||
click.echo(repr(args))
|
||||
Loading…
Add table
Add a link
Reference in a new issue