Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-01-23 | lib/cli: mkKey -> mkOptionName, use generators.mkValueStringDefault | Profpatsch | 1 | -11/+25 |
2020-01-23 | lib/cli: rename `renderX` options to `mkX` | Profpatsch | 1 | -17/+14 |
2020-01-23 | lib/cli,lib/tests/misc: somewhat more standard formatting | Profpatsch | 1 | -42/+36 |
2020-01-23 | lib/cli: encodeGNUCommandLine -> toGNUCommandLineShell | Profpatsch | 1 | -2/+24 |
2020-01-05 | Factor out a `toGNUCommandLine` utility | Gabriel Gonzalez | 1 | -7/+11 |
2019-12-15 | Use a more realistic example that exercises all encodings | Gabriel Gonzalez | 1 | -3/+18 |
2019-12-13 | Make behavior of `encodeGNUCommandLine` customizable | Gabriel Gonzalez | 1 | -13/+17 |
2019-12-13 | Rename `renderOptions` to `encodeGNUCommandLine` | Gabriel Gonzalez | 1 | -2/+2 |
2019-12-11 | Add `pkgs.lib.renderOptions` | Gabriel Gonzalez | 1 | -0/+33 |