mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
186c513a61
commit
a0bb9da17f
2 changed files with 50 additions and 50 deletions
|
|
@ -11,8 +11,9 @@ def cli():
|
|||
|
||||
|
||||
@cli.command()
|
||||
def build():
|
||||
ensure_build_metadata(True)
|
||||
@click.argument('files', type=click.Path(exists=True), nargs=-1)
|
||||
def build(files):
|
||||
ensure_build_metadata(files, True)
|
||||
|
||||
|
||||
@cli.command()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue