mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
fix(kmein.depp): add final newline in help
This commit is contained in:
@@ -24,6 +24,6 @@ in writeShellScriptBin "depp" ''
|
|||||||
if [ $# -gt 0 ]; then
|
if [ $# -gt 0 ]; then
|
||||||
git ${lib.concatStringsSep " " (lib.attrsets.mapAttrsToList aliasFlag aliases)} "$@"
|
git ${lib.concatStringsSep " " (lib.attrsets.mapAttrsToList aliasFlag aliases)} "$@"
|
||||||
else
|
else
|
||||||
printf "${lib.concatStringsSep "\n" (lib.attrsets.mapAttrsToList (n: v: n + " " + v) aliases)}"
|
printf "${lib.concatStringsSep "\n" (lib.attrsets.mapAttrsToList (n: v: n + " " + v) aliases)}\n"
|
||||||
fi
|
fi
|
||||||
''
|
''
|
||||||
|
|||||||
Reference in New Issue
Block a user