diff options
author | Paul Colomiets <paul@colomiets.name> | 2014-06-24 00:30:22 +0300 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-06-27 11:23:40 +0200 |
commit | 858b8f9760a81540b0a95068d96dc5c1628673c3 (patch) | |
tree | b21b484e44a9193c2575eabd691505b47e1734ff /doc | |
parent | 8504e7d60488cb12dd2597734ebd1d3cadf5d153 (diff) |
Add `--json` argument to `nix-instantiate`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/nix-instantiate.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/manual/nix-instantiate.xml b/doc/manual/nix-instantiate.xml index b388560a1..936f154dd 100644 --- a/doc/manual/nix-instantiate.xml +++ b/doc/manual/nix-instantiate.xml @@ -124,6 +124,15 @@ input.</para> </varlistentry> + <varlistentry><term><option>--json</option></term> + + <listitem><para>When used with <option>--parse</option> and + <option>--eval</option>, print the resulting expression as an + JSON representation of the abstract syntax tree rather than as an + ATerm.</para></listitem> + + </varlistentry> + <varlistentry><term><option>--strict</option></term> <listitem><para>When used with <option>--eval</option>, |