We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f31f58 commit 02c180aCopy full SHA for 02c180a
flake.nix
@@ -75,7 +75,7 @@
75
76
${shellFunctions}
77
78
- echo "Some convenient command functions:"
+ echo "Some convenient commands:"
79
echo "${shellFunctions}" | grep -E '^\s*[a-zA-Z_][a-zA-Z0-9_]*\(\)' | sed 's/().*//' | sed 's/^[[:space:]]*/ /' | while read func; do
80
body=$(echo "${shellFunctions}" | sed -n "/''${func}()/,/^[[:space:]]*}/p" | sed '1d;$d' | tr '\n' ';' | sed 's/;$//' | sed 's/[[:space:]]*$//')
81
echo " $func = $body"
@@ -86,4 +86,4 @@
86
87
formatter = pkgs.nixpkgs-fmt;
88
});
89
-}
+}
0 commit comments