Add meta field to README help section

This commit is contained in:
adisbladis 2022-01-06 13:51:00 +13:00
parent 909b7ab4c2
commit 2cc698ef4e

View file

@ -57,6 +57,7 @@ USAGE: nix-eval-jobs [options] expr
--include Add *path* to the list of locations used to look up `<...>` file names. --include Add *path* to the list of locations used to look up `<...>` file names.
--log-format Set the format of log output; one of `raw`, `internal-json`, `bar` or `bar-with-logs`. --log-format Set the format of log output; one of `raw`, `internal-json`, `bar` or `bar-with-logs`.
--max-memory-size maximum evaluation memory size --max-memory-size maximum evaluation memory size
--meta include derivation meta field in output
--option Set the Nix configuration setting *name* to *value* (overriding `nix.conf`). --option Set the Nix configuration setting *name* to *value* (overriding `nix.conf`).
--override-flake Override the flake registries, redirecting *original-ref* to *resolved-ref*. --override-flake Override the flake registries, redirecting *original-ref* to *resolved-ref*.
--quiet Decrease the logging verbosity level. --quiet Decrease the logging verbosity level.