aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/cl6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/cl b/bin/cl
index 2135f5c..77f6fb6 100755
--- a/bin/cl
+++ b/bin/cl
@@ -163,6 +163,12 @@ while getopts 'e:f:pM:mI:nvlh' flag; do
v)
VERBOSE=true
;;
+ l)
+ for i in $IMPLEMENTATIONS; do
+ printf '%s\n' "$i"
+ done
+ exit
+ ;;
h)
usage
help