mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Better copy for 'datasette plugins --help'
This commit is contained in:
parent
8f5c44a166
commit
8cf4b77a92
2 changed files with 3 additions and 3 deletions
|
|
@ -190,7 +190,7 @@ pm.hook.publish_subcommand(publish=publish)
|
|||
help="Path to directory containing custom plugins",
|
||||
)
|
||||
def plugins(all, plugins_dir):
|
||||
"""List currently available plugins"""
|
||||
"""List currently installed plugins"""
|
||||
app = Datasette([], plugins_dir=plugins_dir)
|
||||
click.echo(json.dumps(app._plugins(all=all), indent=4))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue