summaryrefslogtreecommitdiff
path: root/lib/cli.nix
AgeCommit message (Expand)Author
2025-12-27lib/cli: document toCommandLineLukas Wurzinger
2025-11-29docs/lib: use backticks for nix namesAnton Mosich
2025-10-21lib/cli: deprecate toGNUCommandLineLukas Wurzinger
2025-10-21lib/cli: add toCommandLineLukas Wurzinger
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
2024-05-30cli.nix: improve documentation, including argumentsRob Pilling
2024-05-22cli.nix: permit separators between args -> `-a=b`, `--xyz=abc`, etcRob Pilling
2024-03-22doc: migrate lib.cli to use doc-commentsJohannes Kirschbauer
2020-01-23lib/cli: mkKey -> mkOptionName, use generators.mkValueStringDefaultProfpatsch
2020-01-23lib/cli: rename `renderX` options to `mkX`Profpatsch
2020-01-23lib/cli,lib/tests/misc: somewhat more standard formattingProfpatsch
2020-01-23lib/cli: encodeGNUCommandLine -> toGNUCommandLineShellProfpatsch
2020-01-05Factor out a `toGNUCommandLine` utilityGabriel Gonzalez
2019-12-15Use a more realistic example that exercises all encodingsGabriel Gonzalez
2019-12-13Make behavior of `encodeGNUCommandLine` customizableGabriel Gonzalez
2019-12-13Rename `renderOptions` to `encodeGNUCommandLine`Gabriel Gonzalez
2019-12-11Add `pkgs.lib.renderOptions`Gabriel Gonzalez