lib/cli: deprecate toGNUCommandLine

This commit is contained in:
Lukas Wurzinger
2025-10-21 15:02:59 +02:00
parent 73e8a483e6
commit 1f4c50ab81
28 changed files with 81 additions and 65 deletions

View File

@@ -10,7 +10,7 @@ let
ensurePrinter =
p:
let
args = lib.cli.toGNUCommandLineShell { } (
args = lib.cli.toCommandLineShellGNU { } (
{
p = p.name;
v = p.deviceUri;