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 21, 2023
1 parent 6a066d6 commit 08cda10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions l2cu
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ help_colors () {
frobulator.inf "Official LDraw colors" "[ name / number / hexadecimal ]"
echo

sed -e "s/^/${marker_nul}/g" -e "s/_/ /g" "${colors}" | cat
sed -e "s/^/${marker_idt}/g" -e "s/_/ /g" "${colors}" | cat

echo
}
Expand Down Expand Up @@ -1233,10 +1233,13 @@ if [ "${option}" = "export" ] || \
[ "${option}" = "instructions" ] || \
[ "${option}" = "modify" ]
then
frobulator.wrn "Extension option" "[ ${extension_option} ]"
frobulator.stp "Extension option" "[ ${extension_option} ]"
echo
fi

frobulator.inf "Option" "[ ${option} ]"
echo

if [ "${option}" = "download" ]
then
frobulator.inf "Download option" "[ ${download_option} ]"
Expand Down Expand Up @@ -1267,9 +1270,6 @@ then
echo
fi

frobulator.inf "Option" "[ ${option} ]"
echo

if [ "${overwrite_option}" = "overwrite" ]
then
frobulator.wrn "WARNING"
Expand Down

0 comments on commit 08cda10

Please sign in to comment.