nixpkgs/lib
Profpatsch 582354d3b6 lib/cli: encodeGNUCommandLine -> toGNUCommandLineShell
The semantic difference between `encode` and `to` is not apparent.
Users are likely to confuse both functions (which leads to unexpected
error messages about the wrong types). Like in `generators.nix`, all
functions should be prefixed by `to`.

Furthermore, converting to a string depends on the target context. In
this case, it’s a POSIX shell, so we should name it that (compare
`escapeShellArg` in `strings.nix`).

We can later add versions that escape for embedding in e.g. python
scripts or similar.
2020-01-23 14:47:38 +01:00
..
systems
tests lib/cli: encodeGNUCommandLine -> toGNUCommandLineShell 2020-01-23 14:47:38 +01:00
asserts.nix
attrsets.nix lib/attrsets: Fix error in comment for getAttrFromPath 2020-01-20 22:42:38 +01:00
cli.nix lib/cli: encodeGNUCommandLine -> toGNUCommandLineShell 2020-01-23 14:47:38 +01:00
customisation.nix
debug.nix
default.nix lib/cli: unexport symbols & sort with generators 2020-01-23 14:47:38 +01:00
deprecated.nix
fetchers.nix
filesystem.nix
fixed-points.nix
generators.nix
kernel.nix
licenses.nix Notion custom license: exclude 2020-01-17 08:31:22 -03:00
lists.nix
meta.nix
minver.nix
modules.nix nixos/lib: Inherit type for doRename options 2020-01-20 22:06:20 +01:00
options.nix
sources.nix lib.commitIdFromGitRepo: fix support for git-submodule 2020-01-14 21:08:38 +01:00
strings-with-deps.nix
strings.nix
trivial.nix lib.commitIdFromGitRepo: support git-worktree 2020-01-10 22:29:48 +01:00
types.nix Replace short URL from #63103 with full URL. 2020-01-15 13:47:49 +00:00
versions.nix
zip-int-bits.nix