Skip to content

Commit

Permalink
Fix Docs Interface Generator runtime command (#982)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallon authored Apr 27, 2024
1 parent d1b1878 commit 751b6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/interfaces.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The following command will run the ``interfaces`` generator.
.. code-tab:: bash
:caption: Bun

$ bunx @edgedb/generate queries
$ bunx @edgedb/generate interfaces

.. note:: Deno users

Expand Down Expand Up @@ -118,7 +118,7 @@ Pass a ``--file`` flag to specify the output file path.

.. code-block:: bash
$ npx @edgedb/generate queries --file schema.ts
$ npx @edgedb/generate interfaces --file schema.ts
If the value passed as ``--file`` is a relative path, it will be evaluated relative to the current working directory (``process.cwd()``). If the value is an absolute path, it will be used as-is.

Expand Down

0 comments on commit 751b6f2

Please sign in to comment.