Skip to content

Commit 0767387

Browse files
Code & Features Update
1 parent 0a4ef4b commit 0767387

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

l2cu

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ script=$(basename -- "${BASH_SOURCE[0]}")
4343

4444
# version //////////////////////////////////////////////////////////////////////
4545

46-
version="05-02-2024"
46+
version="07-18-2024"
4747

4848
# usage ////////////////////////////////////////////////////////////////////////
4949

@@ -1245,7 +1245,7 @@ l2cu_help_colors () {
12451245

12461246
l2cu_parse_colors () {
12471247

1248-
parse_input
1248+
l2cu_parse_input
12491249

12501250
# set to lowercase for input match
12511251

@@ -1328,7 +1328,7 @@ l2cu_parse_parts () {
13281328

13291329
# read and parse part selection
13301330

1331-
parse_input
1331+
l2cu_parse_input
13321332

13331333
part_input="${input}"
13341334

@@ -1343,7 +1343,7 @@ l2cu_parse_modification () {
13431343
then
13441344
frobulator.ipt "Enter color to modify" "[ name / number / hexadecimal ]"
13451345

1346-
parse_colors
1346+
l2cu_parse_colors
13471347

13481348
# substitution:
13491349
# $? returning wrong arbitrary value
@@ -1352,7 +1352,7 @@ l2cu_parse_modification () {
13521352

13531353
frobulator.ipt "Enter color to set" "[ name / number / hexadecimal ]"
13541354

1355-
parse_colors
1355+
l2cu_parse_colors
13561356

13571357
# substitution:
13581358
# $? returning wrong arbitrary value
@@ -1364,7 +1364,7 @@ l2cu_parse_modification () {
13641364
then
13651365
frobulator.ipt "Enter part to modify" "[ number ]"
13661366

1367-
parse_parts
1367+
l2cu_parse_parts
13681368

13691369
# substitution:
13701370
# $? returning wrong arbitrary value
@@ -1373,7 +1373,7 @@ l2cu_parse_modification () {
13731373

13741374
frobulator.ipt "Enter part to set" "[ number ]"
13751375

1376-
parse_parts
1376+
l2cu_parse_parts
13771377

13781378
# substitution:
13791379
# $? returning wrong arbitrary value
@@ -1385,7 +1385,7 @@ l2cu_parse_modification () {
13851385
then
13861386
frobulator.ipt "Enter part to modify" "[ number ]"
13871387

1388-
parse_parts
1388+
l2cu_parse_parts
13891389

13901390
# substitution:
13911391
# $? returning wrong arbitrary value
@@ -1394,15 +1394,15 @@ l2cu_parse_modification () {
13941394

13951395
frobulator.ipt "Enter part color to modify" "[ name / number / hexadecimal ]"
13961396

1397-
parse_colors
1397+
l2cu_parse_colors
13981398
# substitution:
13991399
# $? returning wrong arbitrary value
14001400

14011401
old_color="${ldraw_color_value}"
14021402

14031403
frobulator.ipt "Enter part color to set" "[ name / number / hexadecimal ]"
14041404

1405-
parse_colors
1405+
l2cu_parse_colors
14061406

14071407
# substitution:
14081408
# $? returning wrong arbitrary value
@@ -2171,7 +2171,7 @@ if [[ "${option}" = "modify" ]]
21712171
then
21722172
# get input
21732173

2174-
parse_modification
2174+
l2cu_parse_modification
21752175

21762176
# substitution
21772177

0 commit comments

Comments
 (0)