mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
treewide: deprecate VERBOSE_ECHO
The shell function `verboseEcho` can be used in its stead.
This commit is contained in:
parent
190c6f4609
commit
e84811035d
12 changed files with 68 additions and 29 deletions
|
|
@ -410,12 +410,12 @@ in
|
|||
output to {file}`/dev/null`, otherwise prints the command to standard
|
||||
output.
|
||||
|
||||
A script block should also respect the
|
||||
{var}`VERBOSE` variable, and if set print
|
||||
information on standard out that may be useful for debugging
|
||||
any issue that may arise. The variable
|
||||
{var}`VERBOSE_ARG` is set to
|
||||
{option}`--verbose` if verbose output is enabled.
|
||||
A script block should also respect the {var}`VERBOSE` variable, and if
|
||||
set print information on standard out that may be useful for debugging
|
||||
any issue that may arise. The variable {var}`VERBOSE_ARG` is set to
|
||||
{option}`--verbose` if verbose output is enabled. You can also use the
|
||||
provided shell function {command}`verboseEcho`, which acts as
|
||||
{command}`echo` when verbose output is enabled.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue