query
On this page

toCommandLineShellGNU

lib.cli.toCommandLineShellGNU

Docs pulled from | This Revision | 15 minutes ago


Nixpkgs manual

Converts the given attributes into a single shell-escaped command-line string. Similar to toCommandLineGNU, but returns a single escaped string instead of a list of arguments. For further reference see: lib.cli.toCommandLineGNU

Noogle detected

Implementation

The following is the current implementation of this function.

toCommandLineShellGNU = options: attrs: escapeShellArgs (toCommandLineGNU options attrs);