From ba1554728bbcd509abac57a3cdbe08ad16603283 Mon Sep 17 00:00:00 2001 From: nathaneltitane Date: Tue, 19 Sep 2023 12:43:05 -0400 Subject: [PATCH] Code & Features Update --- l2cu | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/l2cu b/l2cu index f0af441..48e0a13 100755 --- a/l2cu +++ b/l2cu @@ -933,6 +933,16 @@ parse_input () { done } +help_colors () { + + frobulator.inf "Official LDraw colors" "[ name / number / hexadecimal ]" + echo + + sed -e 's/^/ /g,s/_/ /g' ${colors} | cat + + echo +} + parse_colors () { parse_input @@ -995,7 +1005,7 @@ parse_colors () { frobulator.err "No color match for input" "[ ${input} ]" echo - # DISPLAY COLOR HELP? ////////////////////////////////////////////////////// + help_colors frobulator.fwd "Exiting..." echo