From 21b8fb9e3b847733ead51b56e997fbf4370c2e03 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 19 Oct 2022 23:46:56 -0300 Subject: bin/cl: Handle -l option --- bin/cl | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3