aboutsummaryrefslogtreecommitdiff
path: root/lib/cli.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/cli: mkKey -> mkOptionName, use generators.mkValueStringDefaultProfpatsch2020-01-231-11/+25
* lib/cli: rename `renderX` options to `mkX`Profpatsch2020-01-231-17/+14
* lib/cli,lib/tests/misc: somewhat more standard formattingProfpatsch2020-01-231-42/+36
* lib/cli: encodeGNUCommandLine -> toGNUCommandLineShellProfpatsch2020-01-231-2/+24
* Factor out a `toGNUCommandLine` utilityGabriel Gonzalez2020-01-051-7/+11
* Use a more realistic example that exercises all encodingsGabriel Gonzalez2019-12-151-3/+18
* Make behavior of `encodeGNUCommandLine` customizableGabriel Gonzalez2019-12-131-13/+17
* Rename `renderOptions` to `encodeGNUCommandLine`Gabriel Gonzalez2019-12-131-2/+2
* Add `pkgs.lib.renderOptions`Gabriel Gonzalez2019-12-111-0/+33