diff options
author | Simon Rettberg | 2019-06-14 16:10:00 +0200 |
---|---|---|
committer | Simon Rettberg | 2019-06-14 16:10:00 +0200 |
commit | 00330d80a0982229016171cb7b872d110b899c96 (patch) | |
tree | dca22cbd893c2c6c70797e0f4917f26af4c6ee01 /slx-tools.template | |
parent | Fix typo (diff) | |
download | slx-tools-00330d80a0982229016171cb7b872d110b899c96.tar.gz slx-tools-00330d80a0982229016171cb7b872d110b899c96.tar.xz slx-tools-00330d80a0982229016171cb7b872d110b899c96.zip |
Exclude functions with wrong prefix; list available functions
Invoking slx-tools without arguments lists available functions now.
Diffstat (limited to 'slx-tools.template')
-rw-r--r-- | slx-tools.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slx-tools.template b/slx-tools.template index 0fb99b3..7adf6c0 100644 --- a/slx-tools.template +++ b/slx-tools.template @@ -17,6 +17,7 @@ if [ "${0##*/}" = "slx-tools" ]; then "$@" else echo "slx-tools [function] [args...]" + echo "Available functions:%FUNCTIONS%" fi else : |