mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
--metadata or -m, refs #713
This commit is contained in:
parent
5170c31adc
commit
04ea17f8c2
1 changed files with 1 additions and 1 deletions
|
|
@ -287,6 +287,6 @@ Here's an example of a ``metadata.yml`` file, re-using an example from :ref:`can
|
|||
description_html: |-
|
||||
<p>This demonstrates <em>simple</em> LIKE search
|
||||
|
||||
The ``metadata.yml`` file is passed to Datasette using the same ``--metadata`` option::
|
||||
The ``metadata.yml`` file is passed to Datasette using the same ``--metadata`` or ``-m`` option::
|
||||
|
||||
datasette fixtures.db --metadata metadata.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue