Files
lix/src
Eelco Dolstra b8283773bd nix: Make all options available as flags
Thus, instead of ‘--option <name> <value>’, you can write ‘--<name>
<value>’. So

  --option http-connections 100

becomes

  --http-connections 100

Apart from brevity, the difference is that it's not an error to set a
non-existent option via --option, but unrecognized arguments are
fatal.

Boolean options have special treatment: they're mapped to the
argument-less flags ‘--<name>’ and ‘--no-<name>’. E.g.

  --option auto-optimise-store false

becomes

  --no-auto-optimise-store
2017-06-07 16:17:17 +02:00
..
2017-04-14 14:42:20 +02:00
2017-04-24 14:21:36 +02:00
2017-05-10 18:37:42 +02:00
2017-05-24 11:33:42 +02:00
2017-05-16 16:09:57 +02:00
2017-05-16 16:09:57 +02:00
2017-05-16 16:09:57 +02:00
Doh
2017-04-26 17:58:09 +02:00