Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Sep 19, 2023
1 parent d2e4c2f commit ba15547
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion l2cu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -995,7 +1005,7 @@ parse_colors () {
frobulator.err "No color match for input" "[ ${input} ]"
echo

# DISPLAY COLOR HELP? //////////////////////////////////////////////////////
help_colors

frobulator.fwd "Exiting..."
echo
Expand Down

0 comments on commit ba15547

Please sign in to comment.