about summary refs log tree commit diff
path: root/lib/cli.nix
AgeCommit message (Expand)AuthorFilesLines
2024-03-22doc: migrate lib.cli to use doc-commentsJohannes Kirschbauer1-37/+58
2020-01-23lib/cli: mkKey -> mkOptionName, use generators.mkValueStringDefaultProfpatsch1-11/+25
2020-01-23lib/cli: rename `renderX` options to `mkX`Profpatsch1-17/+14
2020-01-23lib/cli,lib/tests/misc: somewhat more standard formattingProfpatsch1-42/+36
2020-01-23lib/cli: encodeGNUCommandLine -> toGNUCommandLineShellProfpatsch1-2/+24
2020-01-05Factor out a `toGNUCommandLine` utilityGabriel Gonzalez1-7/+11
2019-12-15Use a more realistic example that exercises all encodingsGabriel Gonzalez1-3/+18
2019-12-13Make behavior of `encodeGNUCommandLine` customizableGabriel Gonzalez1-13/+17
2019-12-13Rename `renderOptions` to `encodeGNUCommandLine`Gabriel Gonzalez1-2/+2
2019-12-11Add `pkgs.lib.renderOptions`Gabriel Gonzalez1-0/+33