mirror of
https://github.com/simonw/datasette.git
synced 2026-06-05 08:37:00 +02:00
parent
7fe1e8b482
commit
ea183b2ae3
3 changed files with 3 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ def package(files, tag, metadata, extra_options, **extra_metadata):
|
|||
|
||||
@cli.command()
|
||||
@click.argument('files', type=click.Path(exists=True), nargs=-1)
|
||||
@click.option('-h', '--host', default='0.0.0.0', help='host for server, defaults to 0.0.0.0')
|
||||
@click.option('-h', '--host', default='127.0.0.1', help='host for server, defaults to 127.0.0.1')
|
||||
@click.option('-p', '--port', default=8001, help='port for server, defaults to 8001')
|
||||
@click.option('--debug', is_flag=True, help='Enable debug mode - useful for development')
|
||||
@click.option('--reload', is_flag=True, help='Automatically reload if code change detected - useful for development')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue