Add --json argument to nix-instantiate
This commit is contained in:
parent
8504e7d604
commit
858b8f9760
2 changed files with 26 additions and 6 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue