lib/cli: add toCommandLine

This commit is contained in:
Lukas Wurzinger
2025-10-21 15:02:15 +02:00
parent 344dfdae32
commit 73e8a483e6
3 changed files with 270 additions and 3 deletions

View File

@@ -360,3 +360,5 @@
See the neovim help page [`:help startup`](https://neovim.io/doc/user/starting.html#startup) for more information, as well as [the nixpkgs neovim wrapper documentation](#neovim-custom-configuration).
- `cloudflare-ddns`: Added package cloudflare-ddns.
- `lib.cli.toCommandLine`, `lib.cli.toCommandLineShell`, `lib.cli.toCommandLineGNU` and `lib.cli.toCommandLineShellGNU` have been added to address multiple issues in `lib.cli.toGNUCommandLine` and `lib.cli.toGNUCommandLineShell`.