mrs-toolbox-cli 0.0.72 → 0.0.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clikt-clikt-js-ir.js +983 -983
- package/clikt-clikt-js-ir.js.hash +1 -1
- package/com.mrs.platform.configuration.dto.js +107 -69
- package/com.mrs.platform.configuration.dto.js.hash +1 -1
- package/com.mrs.platform.configuration.dto.js.map +1 -1
- package/com.mrs.platform.configuration.dto.js.map.hash +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js +67 -67
- package/kotlin-kotlin-stdlib-js-ir.js.hash +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js.map +1 -1
- package/kotlin-kotlin-stdlib-js-ir.js.map.hash +1 -1
- package/kotlin-logging-js-ir.js +34 -49
- package/kotlin-logging-js-ir.js.hash +1 -1
- package/kotlin-logging-js-ir.js.map +1 -1
- package/kotlin-logging-js-ir.js.map.hash +1 -1
- package/mrs-toolbox-cli.d.ts +6 -6
- package/mrs-toolbox-cli.d.ts.hash +1 -1
- package/mrs-toolbox-cli.js +65 -65
- package/mrs-toolbox-cli.js.hash +1 -1
- package/package.json +1 -1
- package/toolbox.js +1685 -2058
- package/toolbox.js.hash +1 -1
- package/toolbox.js.map +1 -1
- package/toolbox.js.map.hash +1 -1
package/clikt-clikt-js-ir.js
CHANGED
|
@@ -148,19 +148,19 @@
|
|
|
148
148
|
if (this.p4b()) {
|
|
149
149
|
tmp = null;
|
|
150
150
|
} else {
|
|
151
|
-
var tmp_0 = this.
|
|
152
|
-
var tmp_1 = this.
|
|
153
|
-
var tmp_2 = this.
|
|
154
|
-
var tmp_3 = this.
|
|
155
|
-
var tmp_4 = this.
|
|
156
|
-
var tmp_5 = this.
|
|
151
|
+
var tmp_0 = this.d4v();
|
|
152
|
+
var tmp_1 = this.e4v();
|
|
153
|
+
var tmp_2 = this.j55(context);
|
|
154
|
+
var tmp_3 = this.i4w();
|
|
155
|
+
var tmp_4 = this.z4v();
|
|
156
|
+
var tmp_5 = this.h55();
|
|
157
157
|
var tmp0_safe_receiver = isInterface(this, StaticallyGroupedOption) ? this : null;
|
|
158
|
-
var tmp3_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
158
|
+
var tmp3_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.v4y();
|
|
159
159
|
var tmp_6;
|
|
160
160
|
if (tmp3_elvis_lhs == null) {
|
|
161
161
|
var tmp1_safe_receiver = isInterface(this, GroupableOption) ? this : null;
|
|
162
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
163
|
-
tmp_6 = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
162
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.u4y();
|
|
163
|
+
tmp_6 = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.v4y();
|
|
164
164
|
} else {
|
|
165
165
|
tmp_6 = tmp3_elvis_lhs;
|
|
166
166
|
}
|
|
@@ -334,8 +334,8 @@
|
|
|
334
334
|
setMetadataFor(ProcessedArgument, 'ProcessedArgument', classMeta, VOID, [Argument_0]);
|
|
335
335
|
setMetadataFor(ArgumentTransformContext, 'ArgumentTransformContext', classMeta, VOID, [Argument_0]);
|
|
336
336
|
function parameterHelp_0(context) {
|
|
337
|
-
var n = this.
|
|
338
|
-
var h = this.
|
|
337
|
+
var n = this.v4y();
|
|
338
|
+
var h = this.x54();
|
|
339
339
|
return (n == null ? true : h == null) ? null : new Group(n, h);
|
|
340
340
|
}
|
|
341
341
|
setMetadataFor(ParameterGroup, 'ParameterGroup', interfaceMeta);
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
setMetadataFor(BrowserCliktConsole, 'BrowserCliktConsole', classMeta);
|
|
369
369
|
//endregion
|
|
370
370
|
function commandCompletionFuncName($this, command) {
|
|
371
|
-
var tmp = command.
|
|
371
|
+
var tmp = command.c4v();
|
|
372
372
|
var tmp_0 = generateSequence(tmp, BashCompletionGenerator$commandCompletionFuncName$lambda);
|
|
373
373
|
var ancestors = asReversed(toList(map(tmp_0, BashCompletionGenerator$commandCompletionFuncName$lambda_0)));
|
|
374
374
|
var isTopLevel = ancestors.i() === 1;
|
|
@@ -379,22 +379,22 @@
|
|
|
379
379
|
return '_' + commandFuncName + '_complete_' + Regex_init_$Create$('[^a-zA-Z0-9]').zh(name, '_');
|
|
380
380
|
}
|
|
381
381
|
function _get_allNames__eplh1g(_this__u8e3s4, $this) {
|
|
382
|
-
return plus(_this__u8e3s4.
|
|
382
|
+
return plus(_this__u8e3s4.d4v(), _this__u8e3s4.e4v());
|
|
383
383
|
}
|
|
384
384
|
function BashCompletionGenerator$generateBashOrZshCompletion$lambda(it) {
|
|
385
385
|
return "'" + it + "'";
|
|
386
386
|
}
|
|
387
387
|
function BashCompletionGenerator$commandCompletionFuncName$lambda(it) {
|
|
388
|
-
return it.
|
|
388
|
+
return it.f4v_1;
|
|
389
389
|
}
|
|
390
390
|
function BashCompletionGenerator$commandCompletionFuncName$lambda_0(it) {
|
|
391
|
-
return it.
|
|
391
|
+
return it.g4v_1.s4u_1;
|
|
392
392
|
}
|
|
393
393
|
function BashCompletionGenerator() {
|
|
394
394
|
BashCompletionGenerator_instance = this;
|
|
395
395
|
}
|
|
396
|
-
protoOf(BashCompletionGenerator).
|
|
397
|
-
var commandName = command.
|
|
396
|
+
protoOf(BashCompletionGenerator).x4v = function (command, zsh) {
|
|
397
|
+
var commandName = command.s4u_1;
|
|
398
398
|
var tmp0_container = commandCompletionFuncName(this, command);
|
|
399
399
|
var isTopLevel = tmp0_container.q4();
|
|
400
400
|
var funcName = tmp0_container.r4();
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
// Inline function 'kotlin.collections.map' call
|
|
403
403
|
var tmp$ret$2;
|
|
404
404
|
// Inline function 'kotlin.collections.filterNot' call
|
|
405
|
-
var tmp1_filterNot = command.
|
|
405
|
+
var tmp1_filterNot = command.w4u_1;
|
|
406
406
|
var tmp$ret$1;
|
|
407
407
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
408
408
|
var tmp0_filterNotTo = ArrayList_init_$Create$();
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
var item = tmp0_iterator_0.h();
|
|
428
428
|
var tmp$ret$3;
|
|
429
429
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
430
|
-
tmp$ret$3 = new Triple(_get_allNames__eplh1g(item, BashCompletionGenerator_getInstance()), item.
|
|
430
|
+
tmp$ret$3 = new Triple(_get_allNames__eplh1g(item, BashCompletionGenerator_getInstance()), item.y4v(), item.z4v());
|
|
431
431
|
tmp2_mapTo.a(tmp$ret$3);
|
|
432
432
|
}
|
|
433
433
|
tmp$ret$4 = tmp2_mapTo;
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
var options = tmp$ret$5;
|
|
436
436
|
var tmp$ret$8;
|
|
437
437
|
// Inline function 'kotlin.collections.map' call
|
|
438
|
-
var tmp5_map = command.
|
|
438
|
+
var tmp5_map = command.x4u_1;
|
|
439
439
|
var tmp$ret$7;
|
|
440
440
|
// Inline function 'kotlin.collections.mapTo' call
|
|
441
441
|
var tmp4_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp5_map, 10));
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
var item_0 = tmp0_iterator_1.h();
|
|
445
445
|
var tmp$ret$6;
|
|
446
446
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
447
|
-
tmp$ret$6 = to(item_0.oj(), item_0.
|
|
447
|
+
tmp$ret$6 = to(item_0.oj(), item_0.y4v());
|
|
448
448
|
tmp4_mapTo.a(tmp$ret$6);
|
|
449
449
|
}
|
|
450
450
|
tmp$ret$7 = tmp4_mapTo;
|
|
@@ -452,7 +452,7 @@
|
|
|
452
452
|
var arguments_0 = tmp$ret$8;
|
|
453
453
|
var tmp$ret$11;
|
|
454
454
|
// Inline function 'kotlin.collections.map' call
|
|
455
|
-
var tmp7_map = command.
|
|
455
|
+
var tmp7_map = command.v4u_1;
|
|
456
456
|
var tmp$ret$10;
|
|
457
457
|
// Inline function 'kotlin.collections.mapTo' call
|
|
458
458
|
var tmp6_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp7_map, 10));
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
var item_1 = tmp0_iterator_2.h();
|
|
462
462
|
var tmp$ret$9;
|
|
463
463
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
464
|
-
tmp$ret$9 = item_1.
|
|
464
|
+
tmp$ret$9 = item_1.s4u_1;
|
|
465
465
|
tmp6_mapTo.a(tmp$ret$9);
|
|
466
466
|
}
|
|
467
467
|
tmp$ret$10 = tmp6_mapTo;
|
|
@@ -471,14 +471,14 @@
|
|
|
471
471
|
// Inline function 'kotlin.collections.flatMap' call
|
|
472
472
|
var tmp$ret$13;
|
|
473
473
|
// Inline function 'kotlin.collections.takeWhile' call
|
|
474
|
-
var tmp8_takeWhile = command.
|
|
474
|
+
var tmp8_takeWhile = command.x4u_1;
|
|
475
475
|
var list = ArrayList_init_$Create$();
|
|
476
476
|
var tmp0_iterator_3 = tmp8_takeWhile.f();
|
|
477
477
|
$l$loop: while (tmp0_iterator_3.g()) {
|
|
478
478
|
var item_2 = tmp0_iterator_3.h();
|
|
479
479
|
var tmp$ret$12;
|
|
480
480
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
481
|
-
tmp$ret$12 = item_2.
|
|
481
|
+
tmp$ret$12 = item_2.z4v() > 0;
|
|
482
482
|
if (!tmp$ret$12)
|
|
483
483
|
break $l$loop;
|
|
484
484
|
list.a(item_2);
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
496
496
|
var tmp$ret$16;
|
|
497
497
|
// Inline function 'kotlin.collections.map' call
|
|
498
|
-
var tmp1_map = numberRangeToNumber(1, element_0.
|
|
498
|
+
var tmp1_map = numberRangeToNumber(1, element_0.z4v());
|
|
499
499
|
var tmp$ret$15;
|
|
500
500
|
// Inline function 'kotlin.collections.mapTo' call
|
|
501
501
|
var tmp0_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
// Inline function 'kotlin.text.orEmpty' call
|
|
525
525
|
var tmp$ret$22;
|
|
526
526
|
// Inline function 'kotlin.collections.find' call
|
|
527
|
-
var tmp11_find = command.
|
|
527
|
+
var tmp11_find = command.x4u_1;
|
|
528
528
|
var tmp$ret$21;
|
|
529
529
|
$l$block: {
|
|
530
530
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
var element_1 = tmp0_iterator_5.h();
|
|
534
534
|
var tmp$ret$20;
|
|
535
535
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
536
|
-
tmp$ret$20 = element_1.
|
|
536
|
+
tmp$ret$20 = element_1.z4v() < 0;
|
|
537
537
|
if (tmp$ret$20) {
|
|
538
538
|
tmp$ret$21 = element_1;
|
|
539
539
|
break $l$block;
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
var name = tmp1_loop_parameter.q4();
|
|
620
620
|
var candidate = tmp1_loop_parameter.r4();
|
|
621
621
|
var tmp2_safe_receiver = candidate instanceof Custom ? candidate : null;
|
|
622
|
-
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
622
|
+
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.a4w_1;
|
|
623
623
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : tmp3_safe_receiver(ShellType_BASH_getInstance());
|
|
624
624
|
var tmp;
|
|
625
625
|
if (tmp4_elvis_lhs == null) {
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
tmp14_apply.p9(' esac\n fi\n case "${COMP_WORDS[$i]}" in\n');
|
|
684
684
|
var tmp$ret$33;
|
|
685
685
|
// Inline function 'kotlin.collections.iterator' call
|
|
686
|
-
var tmp1_iterator = command.
|
|
686
|
+
var tmp1_iterator = command.b4w();
|
|
687
687
|
tmp$ret$33 = tmp1_iterator.w().f();
|
|
688
688
|
var tmp7_iterator = tmp$ret$33;
|
|
689
689
|
while (tmp7_iterator.g()) {
|
|
@@ -700,18 +700,18 @@
|
|
|
700
700
|
joinTo(toks, tmp14_apply, ' ', ' ', VOID, VOID, VOID, BashCompletionGenerator$generateBashOrZshCompletion$lambda);
|
|
701
701
|
tmp14_apply.p9(' "${COMP_WORDS[@]:${i}}" )').p9('\n');
|
|
702
702
|
tmp14_apply.p9(' (( COMP_CWORD = COMP_CWORD + ' + toks.i() + ' ))\n');
|
|
703
|
-
if (!command.
|
|
703
|
+
if (!command.c4v().h4v_1) {
|
|
704
704
|
tmp14_apply.p9(' can_parse_options=0\n');
|
|
705
705
|
}
|
|
706
706
|
tmp14_apply.p9(' ;;\n');
|
|
707
707
|
}
|
|
708
|
-
var tmp9_iterator = command.
|
|
708
|
+
var tmp9_iterator = command.v4u_1.f();
|
|
709
709
|
while (tmp9_iterator.g()) {
|
|
710
710
|
var sub = tmp9_iterator.h();
|
|
711
|
-
tmp14_apply.p9(trimMargin('\n | ' + sub.
|
|
711
|
+
tmp14_apply.p9(trimMargin('\n | ' + sub.s4u_1 + ')\n | ' + commandCompletionFuncName(BashCompletionGenerator_getInstance(), sub).p4_1 + ' $(( i + 1 ))\n | return\n | ;;\n |\n '));
|
|
712
712
|
}
|
|
713
713
|
tmp14_apply.p9(' *)\n (( i = i + 1 ))\n # drop the head of the array\n fixed_arg_names=("${fixed_arg_names[@]:1}")\n');
|
|
714
|
-
if (!command.
|
|
714
|
+
if (!command.c4v().h4v_1) {
|
|
715
715
|
tmp14_apply.p9(' can_parse_options=0\n');
|
|
716
716
|
}
|
|
717
717
|
tmp14_apply.p9(' ;;\n esac\n done\n local word="${COMP_WORDS[$COMP_CWORD]}"\n');
|
|
@@ -793,11 +793,11 @@
|
|
|
793
793
|
} else {
|
|
794
794
|
if (tmp12_subject instanceof Fixed) {
|
|
795
795
|
tmp14_apply.p9(" COMPREPLY=($(compgen -W '");
|
|
796
|
-
joinTo(completion.
|
|
796
|
+
joinTo(completion.c4w_1, tmp14_apply, ' ');
|
|
797
797
|
tmp14_apply.p9('\' -- "${word}"))\n');
|
|
798
798
|
} else {
|
|
799
799
|
if (tmp12_subject instanceof Custom) {
|
|
800
|
-
if (!(completion.
|
|
800
|
+
if (!(completion.a4w_1(ShellType_BASH_getInstance()) == null)) {
|
|
801
801
|
var fname = customParamCompletionName(BashCompletionGenerator_getInstance(), funcName, name_1);
|
|
802
802
|
tmp14_apply.p9(' COMPREPLY=($(compgen -F ' + fname + ' 2>/dev/null))\n');
|
|
803
803
|
}
|
|
@@ -818,10 +818,10 @@
|
|
|
818
818
|
tmp14_apply.p9('\' -- "${word}"))\n ;;\n');
|
|
819
819
|
}
|
|
820
820
|
tmp14_apply.p9(' esac\n}\n');
|
|
821
|
-
var tmp13_iterator = command.
|
|
821
|
+
var tmp13_iterator = command.v4u_1.f();
|
|
822
822
|
while (tmp13_iterator.g()) {
|
|
823
823
|
var subcommand = tmp13_iterator.h();
|
|
824
|
-
tmp14_apply.p9(BashCompletionGenerator_getInstance().
|
|
824
|
+
tmp14_apply.p9(BashCompletionGenerator_getInstance().x4v(subcommand, zsh));
|
|
825
825
|
}
|
|
826
826
|
if (isTopLevel) {
|
|
827
827
|
tmp14_apply.p9('\ncomplete -F ' + funcName + ' ' + commandName);
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
function CompletionGenerator() {
|
|
909
909
|
CompletionGenerator_instance = this;
|
|
910
910
|
}
|
|
911
|
-
protoOf(CompletionGenerator).
|
|
911
|
+
protoOf(CompletionGenerator).d4w = function (command, shell) {
|
|
912
912
|
var tmp$ret$2;
|
|
913
913
|
// Inline function 'kotlin.text.lowercase' call
|
|
914
914
|
var tmp$ret$0;
|
|
@@ -924,13 +924,13 @@
|
|
|
924
924
|
var message;
|
|
925
925
|
switch (tmp0_subject) {
|
|
926
926
|
case 'fish':
|
|
927
|
-
message = FishCompletionGenerator_getInstance().
|
|
927
|
+
message = FishCompletionGenerator_getInstance().e4w(command);
|
|
928
928
|
break;
|
|
929
929
|
case 'zsh':
|
|
930
|
-
message = BashCompletionGenerator_getInstance().
|
|
930
|
+
message = BashCompletionGenerator_getInstance().x4v(command, true);
|
|
931
931
|
break;
|
|
932
932
|
default:
|
|
933
|
-
message = BashCompletionGenerator_getInstance().
|
|
933
|
+
message = BashCompletionGenerator_getInstance().x4v(command, false);
|
|
934
934
|
break;
|
|
935
935
|
}
|
|
936
936
|
}
|
|
@@ -951,13 +951,13 @@
|
|
|
951
951
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
952
952
|
// Inline function 'kotlin.contracts.contract' call
|
|
953
953
|
// Inline function 'com.github.ajalt.clikt.completion.FishCompletionGenerator.generateFishCompletionForCommand.<anonymous>' call
|
|
954
|
-
var parentCommandName = lastOrNull(command.
|
|
955
|
-
var rootCommandName = first_0(command.
|
|
954
|
+
var parentCommandName = lastOrNull(command.c4v().f4w());
|
|
955
|
+
var rootCommandName = first_0(command.c4v().g4w());
|
|
956
956
|
var isTopLevel = parentCommandName == null;
|
|
957
|
-
var commandName = command.
|
|
957
|
+
var commandName = command.s4u_1;
|
|
958
958
|
var tmp$ret$2;
|
|
959
959
|
// Inline function 'kotlin.collections.filterNot' call
|
|
960
|
-
var tmp1_filterNot = command.
|
|
960
|
+
var tmp1_filterNot = command.w4u_1;
|
|
961
961
|
var tmp$ret$1;
|
|
962
962
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
963
963
|
var tmp0_filterNotTo = ArrayList_init_$Create$();
|
|
@@ -974,14 +974,14 @@
|
|
|
974
974
|
tmp$ret$1 = tmp0_filterNotTo;
|
|
975
975
|
tmp$ret$2 = tmp$ret$1;
|
|
976
976
|
var options = tmp$ret$2;
|
|
977
|
-
var arguments_0 = command.
|
|
978
|
-
var subcommands = command.
|
|
977
|
+
var arguments_0 = command.x4u_1;
|
|
978
|
+
var subcommands = command.v4u_1;
|
|
979
979
|
var tmp$ret$3;
|
|
980
980
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
981
981
|
tmp$ret$3 = !subcommands.l();
|
|
982
982
|
var hasSubcommands = tmp$ret$3;
|
|
983
|
-
var subcommandsVarName_0 = subcommandsVarName(command.
|
|
984
|
-
var parentSubcommandsVarName = isTopLevel ? subcommandsVarName_0 : subcommandsVarName(command.
|
|
983
|
+
var subcommandsVarName_0 = subcommandsVarName(command.c4v().g4w(), FishCompletionGenerator_getInstance());
|
|
984
|
+
var parentSubcommandsVarName = isTopLevel ? subcommandsVarName_0 : subcommandsVarName(command.c4v().f4w(), FishCompletionGenerator_getInstance());
|
|
985
985
|
if (isTopLevel) {
|
|
986
986
|
var tmp$ret$5;
|
|
987
987
|
// Inline function 'kotlin.text.appendLine' call
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
tmp0_apply.p9('-n "__fish_seen_subcommand_from ' + parentCommandName + '; and not __fish_seen_subcommand_from $' + parentSubcommandsVarName + '" ');
|
|
1022
1022
|
}
|
|
1023
1023
|
tmp0_apply.p9('-a ' + commandName + ' ');
|
|
1024
|
-
var help = replace_0(command.
|
|
1024
|
+
var help = replace_0(command.h4w(), "'", "\\'");
|
|
1025
1025
|
var tmp$ret$10;
|
|
1026
1026
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
1027
1027
|
tmp$ret$10 = !isBlank(help);
|
|
@@ -1137,8 +1137,8 @@
|
|
|
1137
1137
|
if (option instanceof OptionWithValues) {
|
|
1138
1138
|
tmp0_apply.p9(' -r');
|
|
1139
1139
|
}
|
|
1140
|
-
appendParamCompletion(tmp0_apply, FishCompletionGenerator_getInstance(), option.
|
|
1141
|
-
appendHelp(tmp0_apply, FishCompletionGenerator_getInstance(), option.
|
|
1140
|
+
appendParamCompletion(tmp0_apply, FishCompletionGenerator_getInstance(), option.y4v());
|
|
1141
|
+
appendHelp(tmp0_apply, FishCompletionGenerator_getInstance(), option.i4w());
|
|
1142
1142
|
var tmp$ret$21;
|
|
1143
1143
|
// Inline function 'kotlin.text.appendLine' call
|
|
1144
1144
|
tmp$ret$21 = tmp0_apply.s8(_Char___init__impl__6a9atx(10));
|
|
@@ -1160,8 +1160,8 @@
|
|
|
1160
1160
|
while (tmp2_iterator.g()) {
|
|
1161
1161
|
var argument = tmp2_iterator.h();
|
|
1162
1162
|
appendCompleteCall(tmp0_apply, FishCompletionGenerator_getInstance(), rootCommandName, isTopLevel, hasSubcommands, commandName);
|
|
1163
|
-
appendParamCompletion(tmp0_apply, FishCompletionGenerator_getInstance(), argument.
|
|
1164
|
-
appendHelp(tmp0_apply, FishCompletionGenerator_getInstance(), argument.
|
|
1163
|
+
appendParamCompletion(tmp0_apply, FishCompletionGenerator_getInstance(), argument.y4v());
|
|
1164
|
+
appendHelp(tmp0_apply, FishCompletionGenerator_getInstance(), argument.j4w());
|
|
1165
1165
|
var tmp$ret$25;
|
|
1166
1166
|
// Inline function 'kotlin.text.appendLine' call
|
|
1167
1167
|
tmp$ret$25 = tmp0_apply.s8(_Char___init__impl__6a9atx(10));
|
|
@@ -1235,10 +1235,10 @@
|
|
|
1235
1235
|
_this__u8e3s4.p9(' -fa "(__fish_complete_users)"');
|
|
1236
1236
|
} else {
|
|
1237
1237
|
if (tmp0_subject instanceof Fixed) {
|
|
1238
|
-
joinTo(completion.
|
|
1238
|
+
joinTo(completion.c4w_1, _this__u8e3s4, ' ', ' -fa "', '"');
|
|
1239
1239
|
} else {
|
|
1240
1240
|
if (tmp0_subject instanceof Custom) {
|
|
1241
|
-
var customCompletion = completion.
|
|
1241
|
+
var customCompletion = completion.a4w_1(ShellType_FISH_getInstance());
|
|
1242
1242
|
_this__u8e3s4.p9(' -fa ' + customCompletion);
|
|
1243
1243
|
}
|
|
1244
1244
|
}
|
|
@@ -1255,14 +1255,14 @@
|
|
|
1255
1255
|
var tmp_0;
|
|
1256
1256
|
var tmp$ret$0;
|
|
1257
1257
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1258
|
-
var tmp0_isNotEmpty = _this__u8e3s4.
|
|
1258
|
+
var tmp0_isNotEmpty = _this__u8e3s4.x4u_1;
|
|
1259
1259
|
tmp$ret$0 = !tmp0_isNotEmpty.l();
|
|
1260
1260
|
if (tmp$ret$0) {
|
|
1261
1261
|
tmp_0 = true;
|
|
1262
1262
|
} else {
|
|
1263
1263
|
var tmp$ret$1;
|
|
1264
1264
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1265
|
-
var tmp1_isNotEmpty = _this__u8e3s4.
|
|
1265
|
+
var tmp1_isNotEmpty = _this__u8e3s4.v4u_1;
|
|
1266
1266
|
tmp$ret$1 = !tmp1_isNotEmpty.l();
|
|
1267
1267
|
tmp_0 = tmp$ret$1;
|
|
1268
1268
|
}
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
// Inline function 'kotlin.collections.any' call
|
|
1275
1275
|
var tmp$ret$4;
|
|
1276
1276
|
// Inline function 'kotlin.collections.flatMap' call
|
|
1277
|
-
var tmp3_flatMap = _this__u8e3s4.
|
|
1277
|
+
var tmp3_flatMap = _this__u8e3s4.w4u_1;
|
|
1278
1278
|
var tmp$ret$3;
|
|
1279
1279
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
1280
1280
|
var tmp2_flatMapTo = ArrayList_init_$Create$();
|
|
@@ -1321,10 +1321,10 @@
|
|
|
1321
1321
|
return startsWith_0(_this__u8e3s4, _Char___init__impl__6a9atx(45));
|
|
1322
1322
|
}
|
|
1323
1323
|
function _get_allNames__eplh1g_0(_this__u8e3s4, $this) {
|
|
1324
|
-
return plus(_this__u8e3s4.
|
|
1324
|
+
return plus(_this__u8e3s4.d4v(), _this__u8e3s4.e4v());
|
|
1325
1325
|
}
|
|
1326
1326
|
function FishCompletionGenerator$generateFishCompletionForCommand$lambda(it) {
|
|
1327
|
-
return it.
|
|
1327
|
+
return it.s4u_1;
|
|
1328
1328
|
}
|
|
1329
1329
|
function FishCompletionGenerator$subcommandsVarName$lambda(it) {
|
|
1330
1330
|
var tmp$ret$0;
|
|
@@ -1336,7 +1336,7 @@
|
|
|
1336
1336
|
function FishCompletionGenerator() {
|
|
1337
1337
|
FishCompletionGenerator_instance = this;
|
|
1338
1338
|
}
|
|
1339
|
-
protoOf(FishCompletionGenerator).
|
|
1339
|
+
protoOf(FishCompletionGenerator).e4w = function (command) {
|
|
1340
1340
|
if (!_get_hasFishCompletionRequirements__qhz0b7(command, this))
|
|
1341
1341
|
return '';
|
|
1342
1342
|
return generateFishCompletionForCommand(this, command);
|
|
@@ -1350,7 +1350,7 @@
|
|
|
1350
1350
|
function registeredOptionNames($this) {
|
|
1351
1351
|
var tmp$ret$2;
|
|
1352
1352
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
1353
|
-
var tmp0_flatMapTo = $this.
|
|
1353
|
+
var tmp0_flatMapTo = $this.w4u_1;
|
|
1354
1354
|
var tmp$ret$0;
|
|
1355
1355
|
// Inline function 'kotlin.collections.mutableSetOf' call
|
|
1356
1356
|
tmp$ret$0 = LinkedHashSet_init_$Create$();
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
var element = tmp0_iterator.h();
|
|
1361
1361
|
var tmp$ret$1;
|
|
1362
1362
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.registeredOptionNames.<anonymous>' call
|
|
1363
|
-
tmp$ret$1 = element.
|
|
1363
|
+
tmp$ret$1 = element.d4v();
|
|
1364
1364
|
var list = tmp$ret$1;
|
|
1365
1365
|
addAll(tmp1_flatMapTo, list);
|
|
1366
1366
|
}
|
|
@@ -1368,19 +1368,19 @@
|
|
|
1368
1368
|
return tmp$ret$2;
|
|
1369
1369
|
}
|
|
1370
1370
|
function createContext($this, argv, parent, ancestors) {
|
|
1371
|
-
$this.
|
|
1372
|
-
if ($this.
|
|
1371
|
+
$this.a4v_1 = Companion_getInstance().k4w($this, parent, argv, $this.z4u_1);
|
|
1372
|
+
if ($this.p4u_1) {
|
|
1373
1373
|
// Inline function 'kotlin.require' call
|
|
1374
1374
|
var tmp$ret$1;
|
|
1375
1375
|
$l$block: {
|
|
1376
1376
|
// Inline function 'kotlin.sequences.none' call
|
|
1377
|
-
var tmp0_none = drop($this.
|
|
1377
|
+
var tmp0_none = drop($this.c4v().l4w(), 1);
|
|
1378
1378
|
var tmp0_iterator = tmp0_none.f();
|
|
1379
1379
|
while (tmp0_iterator.g()) {
|
|
1380
1380
|
var element = tmp0_iterator.h();
|
|
1381
1381
|
var tmp$ret$0;
|
|
1382
1382
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.createContext.<anonymous>' call
|
|
1383
|
-
tmp$ret$0 = element.
|
|
1383
|
+
tmp$ret$0 = element.g4v_1.p4u_1;
|
|
1384
1384
|
if (tmp$ret$0) {
|
|
1385
1385
|
tmp$ret$1 = false;
|
|
1386
1386
|
break $l$block;
|
|
@@ -1400,43 +1400,43 @@
|
|
|
1400
1400
|
}
|
|
1401
1401
|
var tmp$ret$3;
|
|
1402
1402
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1403
|
-
var tmp2_isNotEmpty = $this.
|
|
1403
|
+
var tmp2_isNotEmpty = $this.c4v().k4v_1;
|
|
1404
1404
|
tmp$ret$3 = !tmp2_isNotEmpty.l();
|
|
1405
1405
|
if (tmp$ret$3) {
|
|
1406
|
-
var names = minus($this.
|
|
1406
|
+
var names = minus($this.c4v().k4v_1, registeredOptionNames($this));
|
|
1407
1407
|
var tmp$ret$4;
|
|
1408
1408
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1409
1409
|
tmp$ret$4 = !names.l();
|
|
1410
1410
|
if (tmp$ret$4) {
|
|
1411
1411
|
var tmp0_this = $this;
|
|
1412
1412
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1413
|
-
var tmp3_plusAssign = tmp0_this.
|
|
1414
|
-
var tmp4_plusAssign = helpOption(names, $this.
|
|
1413
|
+
var tmp3_plusAssign = tmp0_this.w4u_1;
|
|
1414
|
+
var tmp4_plusAssign = helpOption(names, $this.c4v().s4v_1.m4w());
|
|
1415
1415
|
tmp3_plusAssign.a(tmp4_plusAssign);
|
|
1416
1416
|
}
|
|
1417
1417
|
}
|
|
1418
|
-
var tmp1_iterator = $this.
|
|
1418
|
+
var tmp1_iterator = $this.v4u_1.f();
|
|
1419
1419
|
while (tmp1_iterator.g()) {
|
|
1420
1420
|
var command = tmp1_iterator.h();
|
|
1421
1421
|
var tmp2_safe_receiver = parent;
|
|
1422
|
-
var a = filterNotNull(plus_1(ancestors, tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
1422
|
+
var a = filterNotNull(plus_1(ancestors, tmp2_safe_receiver == null ? null : tmp2_safe_receiver.g4v_1));
|
|
1423
1423
|
// Inline function 'kotlin.check' call
|
|
1424
1424
|
var tmp5_check = !a.m(command);
|
|
1425
1425
|
// Inline function 'kotlin.contracts.contract' call
|
|
1426
1426
|
if (!tmp5_check) {
|
|
1427
1427
|
var tmp$ret$5;
|
|
1428
1428
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.createContext.<anonymous>' call
|
|
1429
|
-
tmp$ret$5 = 'Command ' + command.
|
|
1429
|
+
tmp$ret$5 = 'Command ' + command.s4u_1 + ' already registered';
|
|
1430
1430
|
var message_0 = tmp$ret$5;
|
|
1431
1431
|
throw IllegalStateException_init_$Create$(toString_0(message_0));
|
|
1432
1432
|
}
|
|
1433
|
-
createContext(command, argv, $this.
|
|
1433
|
+
createContext(command, argv, $this.c4v(), a);
|
|
1434
1434
|
}
|
|
1435
1435
|
}
|
|
1436
1436
|
function allHelpParams($this) {
|
|
1437
1437
|
var tmp$ret$3;
|
|
1438
1438
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1439
|
-
var tmp1_mapNotNull = $this.
|
|
1439
|
+
var tmp1_mapNotNull = $this.w4u_1;
|
|
1440
1440
|
var tmp$ret$2;
|
|
1441
1441
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1442
1442
|
var tmp0_mapNotNullTo = ArrayList_init_$Create$();
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1448
1448
|
var tmp$ret$0;
|
|
1449
1449
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1450
|
-
tmp$ret$0 = element.
|
|
1450
|
+
tmp$ret$0 = element.n4w($this.c4v());
|
|
1451
1451
|
var tmp0_safe_receiver = tmp$ret$0;
|
|
1452
1452
|
if (tmp0_safe_receiver == null)
|
|
1453
1453
|
null;
|
|
@@ -1464,7 +1464,7 @@
|
|
|
1464
1464
|
var tmp = tmp$ret$3;
|
|
1465
1465
|
var tmp$ret$7;
|
|
1466
1466
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1467
|
-
var tmp3_mapNotNull = $this.
|
|
1467
|
+
var tmp3_mapNotNull = $this.x4u_1;
|
|
1468
1468
|
var tmp$ret$6;
|
|
1469
1469
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1470
1470
|
var tmp2_mapNotNullTo = ArrayList_init_$Create$();
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1476
1476
|
var tmp$ret$4;
|
|
1477
1477
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1478
|
-
tmp$ret$4 = element_0.
|
|
1478
|
+
tmp$ret$4 = element_0.n4w($this.c4v());
|
|
1479
1479
|
var tmp0_safe_receiver_0 = tmp$ret$4;
|
|
1480
1480
|
if (tmp0_safe_receiver_0 == null)
|
|
1481
1481
|
null;
|
|
@@ -1492,7 +1492,7 @@
|
|
|
1492
1492
|
var tmp_0 = plus_0(tmp, tmp$ret$7);
|
|
1493
1493
|
var tmp$ret$11;
|
|
1494
1494
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1495
|
-
var tmp5_mapNotNull = $this.
|
|
1495
|
+
var tmp5_mapNotNull = $this.y4u_1;
|
|
1496
1496
|
var tmp$ret$10;
|
|
1497
1497
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1498
1498
|
var tmp4_mapNotNullTo = ArrayList_init_$Create$();
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1504
1504
|
var tmp$ret$8;
|
|
1505
1505
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1506
|
-
tmp$ret$8 = element_1.
|
|
1506
|
+
tmp$ret$8 = element_1.n4w($this.c4v());
|
|
1507
1507
|
var tmp0_safe_receiver_1 = tmp$ret$8;
|
|
1508
1508
|
if (tmp0_safe_receiver_1 == null)
|
|
1509
1509
|
null;
|
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
var tmp_1 = plus_0(tmp_0, tmp$ret$11);
|
|
1521
1521
|
var tmp$ret$15;
|
|
1522
1522
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1523
|
-
var tmp7_mapNotNull = $this.
|
|
1523
|
+
var tmp7_mapNotNull = $this.v4u_1;
|
|
1524
1524
|
var tmp$ret$14;
|
|
1525
1525
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1526
1526
|
var tmp6_mapNotNullTo = ArrayList_init_$Create$();
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1532
1532
|
var tmp$ret$12;
|
|
1533
1533
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1534
|
-
tmp$ret$12 = element_2.
|
|
1534
|
+
tmp$ret$12 = element_2.r4u_1 ? null : new Subcommand(element_2.s4u_1, element_2.o4w(), element_2.n4u_1);
|
|
1535
1535
|
var tmp0_safe_receiver_2 = tmp$ret$12;
|
|
1536
1536
|
if (tmp0_safe_receiver_2 == null)
|
|
1537
1537
|
null;
|
|
@@ -1548,29 +1548,29 @@
|
|
|
1548
1548
|
return plus_0(tmp_1, tmp$ret$15);
|
|
1549
1549
|
}
|
|
1550
1550
|
function getCommandNameWithParents($this) {
|
|
1551
|
-
if ($this.
|
|
1551
|
+
if ($this.a4v_1 == null) {
|
|
1552
1552
|
createContext($this, emptyList(), null, emptyList());
|
|
1553
1553
|
}
|
|
1554
|
-
return joinToString($this.
|
|
1554
|
+
return joinToString($this.c4v().g4w(), ' ');
|
|
1555
1555
|
}
|
|
1556
1556
|
function generateCompletion($this) {
|
|
1557
|
-
if ($this.
|
|
1557
|
+
if ($this.o4u_1 == null)
|
|
1558
1558
|
return Unit_getInstance();
|
|
1559
1559
|
var tmp;
|
|
1560
|
-
if (isBlank($this.
|
|
1560
|
+
if (isBlank($this.o4u_1)) {
|
|
1561
1561
|
var tmp$ret$1;
|
|
1562
1562
|
// Inline function 'kotlin.text.uppercase' call
|
|
1563
|
-
var tmp0_uppercase = replace_0($this.
|
|
1563
|
+
var tmp0_uppercase = replace_0($this.s4u_1, '-', '_');
|
|
1564
1564
|
var tmp$ret$0;
|
|
1565
1565
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1566
1566
|
tmp$ret$0 = tmp0_uppercase;
|
|
1567
1567
|
tmp$ret$1 = tmp$ret$0.toUpperCase();
|
|
1568
1568
|
tmp = '_' + tmp$ret$1 + '_COMPLETE';
|
|
1569
1569
|
} else {
|
|
1570
|
-
tmp = $this.
|
|
1570
|
+
tmp = $this.o4u_1;
|
|
1571
1571
|
}
|
|
1572
1572
|
var envvar = tmp;
|
|
1573
|
-
var tmp0_elvis_lhs = $this.
|
|
1573
|
+
var tmp0_elvis_lhs = $this.c4v().t4v_1(envvar);
|
|
1574
1574
|
var tmp_0;
|
|
1575
1575
|
if (tmp0_elvis_lhs == null) {
|
|
1576
1576
|
return Unit_getInstance();
|
|
@@ -1578,7 +1578,7 @@
|
|
|
1578
1578
|
tmp_0 = tmp0_elvis_lhs;
|
|
1579
1579
|
}
|
|
1580
1580
|
var envval = tmp_0;
|
|
1581
|
-
CompletionGenerator_getInstance().
|
|
1581
|
+
CompletionGenerator_getInstance().d4w($this, envval);
|
|
1582
1582
|
}
|
|
1583
1583
|
function CliktCommand$_contextConfig$lambda($this$null) {
|
|
1584
1584
|
return Unit_getInstance();
|
|
@@ -1594,54 +1594,54 @@
|
|
|
1594
1594
|
allowMultipleSubcommands = allowMultipleSubcommands === VOID ? false : allowMultipleSubcommands;
|
|
1595
1595
|
treatUnknownOptionsAsArgs = treatUnknownOptionsAsArgs === VOID ? false : treatUnknownOptionsAsArgs;
|
|
1596
1596
|
hidden = hidden === VOID ? false : hidden;
|
|
1597
|
-
this.
|
|
1598
|
-
this.
|
|
1599
|
-
this.
|
|
1600
|
-
this.
|
|
1601
|
-
this.
|
|
1602
|
-
this.
|
|
1603
|
-
this.
|
|
1597
|
+
this.l4u_1 = invokeWithoutSubcommand;
|
|
1598
|
+
this.m4u_1 = printHelpOnEmptyArgs;
|
|
1599
|
+
this.n4u_1 = helpTags;
|
|
1600
|
+
this.o4u_1 = autoCompleteEnvvar;
|
|
1601
|
+
this.p4u_1 = allowMultipleSubcommands;
|
|
1602
|
+
this.q4u_1 = treatUnknownOptionsAsArgs;
|
|
1603
|
+
this.r4u_1 = hidden;
|
|
1604
1604
|
var tmp = this;
|
|
1605
1605
|
var tmp0_elvis_lhs = name;
|
|
1606
|
-
tmp.
|
|
1607
|
-
this.
|
|
1608
|
-
this.
|
|
1609
|
-
this.
|
|
1606
|
+
tmp.s4u_1 = tmp0_elvis_lhs == null ? inferCommandName(this) : tmp0_elvis_lhs;
|
|
1607
|
+
this.t4u_1 = help;
|
|
1608
|
+
this.u4u_1 = epilog;
|
|
1609
|
+
this.v4u_1 = emptyList();
|
|
1610
1610
|
var tmp_0 = this;
|
|
1611
1611
|
var tmp$ret$0;
|
|
1612
1612
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1613
1613
|
tmp$ret$0 = ArrayList_init_$Create$();
|
|
1614
|
-
tmp_0.
|
|
1614
|
+
tmp_0.w4u_1 = tmp$ret$0;
|
|
1615
1615
|
var tmp_1 = this;
|
|
1616
1616
|
var tmp$ret$1;
|
|
1617
1617
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1618
1618
|
tmp$ret$1 = ArrayList_init_$Create$();
|
|
1619
|
-
tmp_1.
|
|
1619
|
+
tmp_1.x4u_1 = tmp$ret$1;
|
|
1620
1620
|
var tmp_2 = this;
|
|
1621
1621
|
var tmp$ret$2;
|
|
1622
1622
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1623
1623
|
tmp$ret$2 = ArrayList_init_$Create$();
|
|
1624
|
-
tmp_2.
|
|
1624
|
+
tmp_2.y4u_1 = tmp$ret$2;
|
|
1625
1625
|
var tmp_3 = this;
|
|
1626
|
-
tmp_3.
|
|
1627
|
-
this.
|
|
1626
|
+
tmp_3.z4u_1 = CliktCommand$_contextConfig$lambda;
|
|
1627
|
+
this.a4v_1 = null;
|
|
1628
1628
|
var tmp_4 = this;
|
|
1629
1629
|
var tmp$ret$3;
|
|
1630
1630
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1631
1631
|
tmp$ret$3 = ArrayList_init_$Create$();
|
|
1632
|
-
tmp_4.
|
|
1632
|
+
tmp_4.b4v_1 = tmp$ret$3;
|
|
1633
1633
|
}
|
|
1634
|
-
protoOf(CliktCommand).
|
|
1635
|
-
return this.
|
|
1634
|
+
protoOf(CliktCommand).h4w = function () {
|
|
1635
|
+
return this.t4u_1;
|
|
1636
1636
|
};
|
|
1637
|
-
protoOf(CliktCommand).
|
|
1638
|
-
return this.
|
|
1637
|
+
protoOf(CliktCommand).p4w = function () {
|
|
1638
|
+
return this.u4u_1;
|
|
1639
1639
|
};
|
|
1640
|
-
protoOf(CliktCommand).
|
|
1640
|
+
protoOf(CliktCommand).c4v = function () {
|
|
1641
1641
|
var tmp$ret$1;
|
|
1642
1642
|
$l$block: {
|
|
1643
1643
|
// Inline function 'kotlin.checkNotNull' call
|
|
1644
|
-
var tmp0_checkNotNull = this.
|
|
1644
|
+
var tmp0_checkNotNull = this.a4v_1;
|
|
1645
1645
|
// Inline function 'kotlin.contracts.contract' call
|
|
1646
1646
|
if (tmp0_checkNotNull == null) {
|
|
1647
1647
|
var tmp$ret$0;
|
|
@@ -1654,21 +1654,21 @@
|
|
|
1654
1654
|
break $l$block;
|
|
1655
1655
|
}
|
|
1656
1656
|
}
|
|
1657
|
-
return ensureNotNull(this.
|
|
1657
|
+
return ensureNotNull(this.a4v_1);
|
|
1658
1658
|
};
|
|
1659
|
-
protoOf(CliktCommand).
|
|
1660
|
-
return this.
|
|
1659
|
+
protoOf(CliktCommand).q4w = function () {
|
|
1660
|
+
return this.b4v_1;
|
|
1661
1661
|
};
|
|
1662
|
-
protoOf(CliktCommand).
|
|
1663
|
-
var tmp0_safe_receiver = Regex_init_$Create$('\\s*(?:```)?\\s*(.+)').vh(this.
|
|
1662
|
+
protoOf(CliktCommand).o4w = function () {
|
|
1663
|
+
var tmp0_safe_receiver = Regex_init_$Create$('\\s*(?:```)?\\s*(.+)').vh(this.h4w());
|
|
1664
1664
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.ei();
|
|
1665
1665
|
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.k(1);
|
|
1666
1666
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.di_1;
|
|
1667
1667
|
return tmp3_elvis_lhs == null ? '' : tmp3_elvis_lhs;
|
|
1668
1668
|
};
|
|
1669
|
-
protoOf(CliktCommand).
|
|
1669
|
+
protoOf(CliktCommand).r4w = function (option) {
|
|
1670
1670
|
var names = registeredOptionNames(this);
|
|
1671
|
-
var tmp0_iterator = option.
|
|
1671
|
+
var tmp0_iterator = option.d4v().f();
|
|
1672
1672
|
while (tmp0_iterator.g()) {
|
|
1673
1673
|
var name = tmp0_iterator.h();
|
|
1674
1674
|
// Inline function 'kotlin.require' call
|
|
@@ -1684,22 +1684,22 @@
|
|
|
1684
1684
|
}
|
|
1685
1685
|
var tmp1_this = this;
|
|
1686
1686
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1687
|
-
var tmp1_plusAssign = tmp1_this.
|
|
1687
|
+
var tmp1_plusAssign = tmp1_this.w4u_1;
|
|
1688
1688
|
tmp1_plusAssign.a(option);
|
|
1689
1689
|
};
|
|
1690
|
-
protoOf(CliktCommand).
|
|
1691
|
-
return this.
|
|
1690
|
+
protoOf(CliktCommand).s4w = function (option) {
|
|
1691
|
+
return this.r4w(isInterface(option, Option_0) ? option : THROW_CCE());
|
|
1692
1692
|
};
|
|
1693
|
-
protoOf(CliktCommand).
|
|
1693
|
+
protoOf(CliktCommand).t4w = function (argument) {
|
|
1694
1694
|
// Inline function 'kotlin.require' call
|
|
1695
1695
|
var tmp;
|
|
1696
|
-
if (argument.
|
|
1696
|
+
if (argument.z4v() > 0) {
|
|
1697
1697
|
tmp = true;
|
|
1698
1698
|
} else {
|
|
1699
1699
|
var tmp$ret$0;
|
|
1700
1700
|
$l$block_0: {
|
|
1701
1701
|
// Inline function 'kotlin.collections.none' call
|
|
1702
|
-
var tmp0_none = this.
|
|
1702
|
+
var tmp0_none = this.x4u_1;
|
|
1703
1703
|
var tmp_0;
|
|
1704
1704
|
if (isInterface(tmp0_none, Collection)) {
|
|
1705
1705
|
tmp_0 = tmp0_none.l();
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
var element = tmp0_iterator.h();
|
|
1716
1716
|
var tmp$ret$1;
|
|
1717
1717
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.registerArgument.<anonymous>' call
|
|
1718
|
-
tmp$ret$1 = element.
|
|
1718
|
+
tmp$ret$1 = element.z4v() < 0;
|
|
1719
1719
|
if (tmp$ret$1) {
|
|
1720
1720
|
tmp$ret$0 = false;
|
|
1721
1721
|
break $l$block_0;
|
|
@@ -1736,90 +1736,90 @@
|
|
|
1736
1736
|
}
|
|
1737
1737
|
var tmp0_this = this;
|
|
1738
1738
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1739
|
-
var tmp2_plusAssign = tmp0_this.
|
|
1739
|
+
var tmp2_plusAssign = tmp0_this.x4u_1;
|
|
1740
1740
|
tmp2_plusAssign.a(argument);
|
|
1741
1741
|
};
|
|
1742
|
-
protoOf(CliktCommand).
|
|
1742
|
+
protoOf(CliktCommand).u4w = function () {
|
|
1743
1743
|
var programName = getCommandNameWithParents(this);
|
|
1744
|
-
return this.
|
|
1744
|
+
return this.c4v().l4v_1.v4w(allHelpParams(this), programName);
|
|
1745
1745
|
};
|
|
1746
|
-
protoOf(CliktCommand).
|
|
1746
|
+
protoOf(CliktCommand).w4w = function () {
|
|
1747
1747
|
var programName = getCommandNameWithParents(this);
|
|
1748
|
-
return this.
|
|
1748
|
+
return this.c4v().l4v_1.x4w(this.h4w(), this.p4w(), allHelpParams(this), programName);
|
|
1749
1749
|
};
|
|
1750
|
-
protoOf(CliktCommand).
|
|
1750
|
+
protoOf(CliktCommand).b4w = function () {
|
|
1751
1751
|
return emptyMap();
|
|
1752
1752
|
};
|
|
1753
|
-
protoOf(CliktCommand).
|
|
1754
|
-
TermUi_getInstance().
|
|
1753
|
+
protoOf(CliktCommand).y4w = function (message, trailingNewline, err, lineSeparator) {
|
|
1754
|
+
TermUi_getInstance().z4w(message, trailingNewline, err, this.c4v().n4v_1, lineSeparator);
|
|
1755
1755
|
};
|
|
1756
|
-
protoOf(CliktCommand).
|
|
1756
|
+
protoOf(CliktCommand).a4x = function (message, trailingNewline, err, lineSeparator, $super) {
|
|
1757
1757
|
trailingNewline = trailingNewline === VOID ? true : trailingNewline;
|
|
1758
1758
|
err = err === VOID ? false : err;
|
|
1759
|
-
lineSeparator = lineSeparator === VOID ? this.
|
|
1759
|
+
lineSeparator = lineSeparator === VOID ? this.c4v().n4v_1.b4x() : lineSeparator;
|
|
1760
1760
|
var tmp;
|
|
1761
1761
|
if ($super === VOID) {
|
|
1762
|
-
this.
|
|
1762
|
+
this.y4w(message, trailingNewline, err, lineSeparator);
|
|
1763
1763
|
tmp = Unit_getInstance();
|
|
1764
1764
|
} else {
|
|
1765
|
-
tmp = $super.
|
|
1765
|
+
tmp = $super.y4w.call(this, message, trailingNewline, err, lineSeparator);
|
|
1766
1766
|
}
|
|
1767
1767
|
return tmp;
|
|
1768
1768
|
};
|
|
1769
|
-
protoOf(CliktCommand).
|
|
1769
|
+
protoOf(CliktCommand).c4x = function (argv, parentContext) {
|
|
1770
1770
|
createContext(this, argv, parentContext, emptyList());
|
|
1771
1771
|
generateCompletion(this);
|
|
1772
|
-
Parser_getInstance().
|
|
1772
|
+
Parser_getInstance().d4x(argv, this.c4v());
|
|
1773
1773
|
};
|
|
1774
|
-
protoOf(CliktCommand).
|
|
1774
|
+
protoOf(CliktCommand).e4x = function (argv, parentContext, $super) {
|
|
1775
1775
|
parentContext = parentContext === VOID ? null : parentContext;
|
|
1776
1776
|
var tmp;
|
|
1777
1777
|
if ($super === VOID) {
|
|
1778
|
-
this.
|
|
1778
|
+
this.c4x(argv, parentContext);
|
|
1779
1779
|
tmp = Unit_getInstance();
|
|
1780
1780
|
} else {
|
|
1781
|
-
tmp = $super.
|
|
1781
|
+
tmp = $super.c4x.call(this, argv, parentContext);
|
|
1782
1782
|
}
|
|
1783
1783
|
return tmp;
|
|
1784
1784
|
};
|
|
1785
|
-
protoOf(CliktCommand).
|
|
1785
|
+
protoOf(CliktCommand).f4x = function (argv) {
|
|
1786
1786
|
try {
|
|
1787
|
-
this.
|
|
1787
|
+
this.e4x(argv);
|
|
1788
1788
|
} catch ($p) {
|
|
1789
1789
|
if ($p instanceof ProgramResult) {
|
|
1790
1790
|
var e = $p;
|
|
1791
|
-
exitProcessMpp(e.
|
|
1791
|
+
exitProcessMpp(e.u4x_1);
|
|
1792
1792
|
} else {
|
|
1793
1793
|
if ($p instanceof PrintHelpMessage) {
|
|
1794
1794
|
var e_0 = $p;
|
|
1795
|
-
this.
|
|
1796
|
-
exitProcessMpp(e_0.
|
|
1795
|
+
this.a4x(e_0.s4x_1.w4w());
|
|
1796
|
+
exitProcessMpp(e_0.t4x_1 ? 1 : 0);
|
|
1797
1797
|
} else {
|
|
1798
1798
|
if ($p instanceof PrintCompletionMessage) {
|
|
1799
1799
|
var e_1 = $p;
|
|
1800
|
-
var s = e_1.
|
|
1801
|
-
this.
|
|
1800
|
+
var s = e_1.r4x_1 ? '\n' : this.c4v().n4v_1.b4x();
|
|
1801
|
+
this.a4x(e_1.message, VOID, VOID, s);
|
|
1802
1802
|
exitProcessMpp(0);
|
|
1803
1803
|
} else {
|
|
1804
1804
|
if ($p instanceof PrintMessage) {
|
|
1805
1805
|
var e_2 = $p;
|
|
1806
|
-
this.
|
|
1807
|
-
exitProcessMpp(e_2.
|
|
1806
|
+
this.a4x(e_2.message);
|
|
1807
|
+
exitProcessMpp(e_2.p4x_1 ? 1 : 0);
|
|
1808
1808
|
} else {
|
|
1809
1809
|
if ($p instanceof UsageError) {
|
|
1810
1810
|
var e_3 = $p;
|
|
1811
|
-
this.
|
|
1812
|
-
exitProcessMpp(e_3.
|
|
1811
|
+
this.a4x(e_3.o4x(), VOID, true);
|
|
1812
|
+
exitProcessMpp(e_3.n4x_1);
|
|
1813
1813
|
} else {
|
|
1814
1814
|
if ($p instanceof CliktError) {
|
|
1815
1815
|
var e_4 = $p;
|
|
1816
|
-
this.
|
|
1816
|
+
this.a4x(e_4.message, VOID, true);
|
|
1817
1817
|
exitProcessMpp(1);
|
|
1818
1818
|
} else {
|
|
1819
1819
|
if ($p instanceof Abort) {
|
|
1820
1820
|
var e_5 = $p;
|
|
1821
|
-
this.
|
|
1822
|
-
exitProcessMpp(e_5.
|
|
1821
|
+
this.a4x(this.c4v().s4v_1.g4x(), VOID, true);
|
|
1822
|
+
exitProcessMpp(e_5.h4x_1 ? 1 : 0);
|
|
1823
1823
|
} else {
|
|
1824
1824
|
throw $p;
|
|
1825
1825
|
}
|
|
@@ -1831,8 +1831,8 @@
|
|
|
1831
1831
|
}
|
|
1832
1832
|
}
|
|
1833
1833
|
};
|
|
1834
|
-
protoOf(CliktCommand).
|
|
1835
|
-
return this.
|
|
1834
|
+
protoOf(CliktCommand).v4x = function (argv) {
|
|
1835
|
+
return this.f4x(asList(argv));
|
|
1836
1836
|
};
|
|
1837
1837
|
protoOf(CliktCommand).toString = function () {
|
|
1838
1838
|
var tmp$ret$7;
|
|
@@ -1843,19 +1843,19 @@
|
|
|
1843
1843
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
1844
1844
|
// Inline function 'kotlin.contracts.contract' call
|
|
1845
1845
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.toString.<anonymous>' call
|
|
1846
|
-
tmp0_apply.p9('<' + classSimpleName(this) + ' name=' + this.
|
|
1846
|
+
tmp0_apply.p9('<' + classSimpleName(this) + ' name=' + this.s4u_1);
|
|
1847
1847
|
var tmp;
|
|
1848
1848
|
var tmp_0;
|
|
1849
1849
|
var tmp$ret$0;
|
|
1850
1850
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1851
|
-
var tmp0_isNotEmpty = this.
|
|
1851
|
+
var tmp0_isNotEmpty = this.w4u_1;
|
|
1852
1852
|
tmp$ret$0 = !tmp0_isNotEmpty.l();
|
|
1853
1853
|
if (tmp$ret$0) {
|
|
1854
1854
|
tmp_0 = true;
|
|
1855
1855
|
} else {
|
|
1856
1856
|
var tmp$ret$1;
|
|
1857
1857
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1858
|
-
var tmp1_isNotEmpty = this.
|
|
1858
|
+
var tmp1_isNotEmpty = this.x4u_1;
|
|
1859
1859
|
tmp$ret$1 = !tmp1_isNotEmpty.l();
|
|
1860
1860
|
tmp_0 = tmp$ret$1;
|
|
1861
1861
|
}
|
|
@@ -1864,7 +1864,7 @@
|
|
|
1864
1864
|
} else {
|
|
1865
1865
|
var tmp$ret$2;
|
|
1866
1866
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1867
|
-
var tmp2_isNotEmpty = this.
|
|
1867
|
+
var tmp2_isNotEmpty = this.v4u_1;
|
|
1868
1868
|
tmp$ret$2 = !tmp2_isNotEmpty.l();
|
|
1869
1869
|
tmp = tmp$ret$2;
|
|
1870
1870
|
}
|
|
@@ -1873,11 +1873,11 @@
|
|
|
1873
1873
|
}
|
|
1874
1874
|
var tmp$ret$3;
|
|
1875
1875
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1876
|
-
var tmp3_isNotEmpty = this.
|
|
1876
|
+
var tmp3_isNotEmpty = this.w4u_1;
|
|
1877
1877
|
tmp$ret$3 = !tmp3_isNotEmpty.l();
|
|
1878
1878
|
if (tmp$ret$3) {
|
|
1879
1879
|
tmp0_apply.p9('options=[');
|
|
1880
|
-
var iterator = this.
|
|
1880
|
+
var iterator = this.w4u_1.f();
|
|
1881
1881
|
var index = 0;
|
|
1882
1882
|
while (iterator.g()) {
|
|
1883
1883
|
var i = index;
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
}
|
|
1889
1889
|
tmp0_apply.p9(longestName(option));
|
|
1890
1890
|
var tmp_1;
|
|
1891
|
-
if (!(this.
|
|
1891
|
+
if (!(this.a4v_1 == null)) {
|
|
1892
1892
|
tmp_1 = isInterface(option, OptionDelegate);
|
|
1893
1893
|
} else {
|
|
1894
1894
|
tmp_1 = false;
|
|
@@ -1910,11 +1910,11 @@
|
|
|
1910
1910
|
}
|
|
1911
1911
|
var tmp$ret$4;
|
|
1912
1912
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1913
|
-
var tmp4_isNotEmpty = this.
|
|
1913
|
+
var tmp4_isNotEmpty = this.x4u_1;
|
|
1914
1914
|
tmp$ret$4 = !tmp4_isNotEmpty.l();
|
|
1915
1915
|
if (tmp$ret$4) {
|
|
1916
1916
|
tmp0_apply.p9(' arguments=[');
|
|
1917
|
-
var iterator_0 = this.
|
|
1917
|
+
var iterator_0 = this.x4u_1.f();
|
|
1918
1918
|
var index_0 = 0;
|
|
1919
1919
|
while (iterator_0.g()) {
|
|
1920
1920
|
var i_0 = index_0;
|
|
@@ -1925,7 +1925,7 @@
|
|
|
1925
1925
|
}
|
|
1926
1926
|
tmp0_apply.p9(argument.oj());
|
|
1927
1927
|
var tmp_2;
|
|
1928
|
-
if (!(this.
|
|
1928
|
+
if (!(this.a4v_1 == null)) {
|
|
1929
1929
|
tmp_2 = argument instanceof ProcessedArgument;
|
|
1930
1930
|
} else {
|
|
1931
1931
|
tmp_2 = false;
|
|
@@ -1947,10 +1947,10 @@
|
|
|
1947
1947
|
}
|
|
1948
1948
|
var tmp$ret$5;
|
|
1949
1949
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1950
|
-
var tmp5_isNotEmpty = this.
|
|
1950
|
+
var tmp5_isNotEmpty = this.v4u_1;
|
|
1951
1951
|
tmp$ret$5 = !tmp5_isNotEmpty.l();
|
|
1952
1952
|
if (tmp$ret$5) {
|
|
1953
|
-
joinTo(this.
|
|
1953
|
+
joinTo(this.v4u_1, tmp0_apply, ' ', ' subcommands=[', ']');
|
|
1954
1954
|
}
|
|
1955
1955
|
tmp0_apply.p9('>');
|
|
1956
1956
|
tmp$ret$6 = tmp0_apply;
|
|
@@ -1962,7 +1962,7 @@
|
|
|
1962
1962
|
// Inline function 'kotlin.apply' call
|
|
1963
1963
|
// Inline function 'kotlin.contracts.contract' call
|
|
1964
1964
|
// Inline function 'com.github.ajalt.clikt.core.subcommands.<anonymous>' call
|
|
1965
|
-
_this__u8e3s4.
|
|
1965
|
+
_this__u8e3s4.v4u_1 = plus_2(_this__u8e3s4.v4u_1, commands);
|
|
1966
1966
|
tmp$ret$0 = _this__u8e3s4;
|
|
1967
1967
|
return tmp$ret$0;
|
|
1968
1968
|
}
|
|
@@ -2015,32 +2015,32 @@
|
|
|
2015
2015
|
parent = parent === VOID ? null : parent;
|
|
2016
2016
|
var tmp = this;
|
|
2017
2017
|
var tmp0_safe_receiver = parent;
|
|
2018
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2019
|
-
tmp.
|
|
2018
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.h4v_1;
|
|
2019
|
+
tmp.g4y_1 = tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
|
|
2020
2020
|
var tmp_0 = this;
|
|
2021
2021
|
var tmp0_safe_receiver_0 = parent;
|
|
2022
|
-
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
2023
|
-
tmp_0.
|
|
2022
|
+
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.j4v_1;
|
|
2023
|
+
tmp_0.h4y_1 = tmp1_elvis_lhs_0 == null ? true : tmp1_elvis_lhs_0;
|
|
2024
2024
|
var tmp_1 = this;
|
|
2025
2025
|
var tmp0_safe_receiver_1 = parent;
|
|
2026
|
-
var tmp1_elvis_lhs_1 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1.
|
|
2027
|
-
tmp_1.
|
|
2026
|
+
var tmp1_elvis_lhs_1 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1.k4v_1;
|
|
2027
|
+
tmp_1.i4y_1 = tmp1_elvis_lhs_1 == null ? setOf(['-h', '--help']) : tmp1_elvis_lhs_1;
|
|
2028
2028
|
var tmp_2 = this;
|
|
2029
2029
|
var tmp0_safe_receiver_2 = parent;
|
|
2030
|
-
tmp_2.
|
|
2030
|
+
tmp_2.j4y_1 = tmp0_safe_receiver_2 == null ? null : tmp0_safe_receiver_2.l4v_1;
|
|
2031
2031
|
var tmp_3 = this;
|
|
2032
2032
|
var tmp0_safe_receiver_3 = parent;
|
|
2033
|
-
var tmp1_elvis_lhs_2 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3.
|
|
2033
|
+
var tmp1_elvis_lhs_2 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3.m4v_1;
|
|
2034
2034
|
var tmp_4;
|
|
2035
2035
|
if (tmp1_elvis_lhs_2 == null) {
|
|
2036
2036
|
tmp_4 = Context$Builder$tokenTransformer$lambda;
|
|
2037
2037
|
} else {
|
|
2038
2038
|
tmp_4 = tmp1_elvis_lhs_2;
|
|
2039
2039
|
}
|
|
2040
|
-
tmp_3.
|
|
2040
|
+
tmp_3.k4y_1 = tmp_4;
|
|
2041
2041
|
var tmp_5 = this;
|
|
2042
2042
|
var tmp0_safe_receiver_4 = parent;
|
|
2043
|
-
var tmp1_safe_receiver = tmp0_safe_receiver_4 == null ? null : tmp0_safe_receiver_4.
|
|
2043
|
+
var tmp1_safe_receiver = tmp0_safe_receiver_4 == null ? null : tmp0_safe_receiver_4.i4v_1;
|
|
2044
2044
|
var tmp_6;
|
|
2045
2045
|
if (tmp1_safe_receiver == null) {
|
|
2046
2046
|
tmp_6 = null;
|
|
@@ -2055,7 +2055,7 @@
|
|
|
2055
2055
|
// Inline function 'kotlin.text.uppercase' call
|
|
2056
2056
|
var tmp$ret$0;
|
|
2057
2057
|
// Inline function 'kotlin.text.replace' call
|
|
2058
|
-
var tmp0_replace = command.
|
|
2058
|
+
var tmp0_replace = command.s4u_1;
|
|
2059
2059
|
var tmp1_replace = Regex_init_$Create$('\\W');
|
|
2060
2060
|
tmp$ret$0 = tmp1_replace.zh(tmp0_replace, '_');
|
|
2061
2061
|
var tmp2_uppercase = tmp$ret$0;
|
|
@@ -2067,46 +2067,46 @@
|
|
|
2067
2067
|
tmp$ret$4 = tmp$ret$3;
|
|
2068
2068
|
tmp_6 = tmp$ret$4;
|
|
2069
2069
|
}
|
|
2070
|
-
tmp_5.
|
|
2070
|
+
tmp_5.l4y_1 = tmp_6;
|
|
2071
2071
|
var tmp_8 = this;
|
|
2072
2072
|
var tmp0_safe_receiver_5 = parent;
|
|
2073
|
-
var tmp1_elvis_lhs_3 = tmp0_safe_receiver_5 == null ? null : tmp0_safe_receiver_5.
|
|
2074
|
-
tmp_8.
|
|
2073
|
+
var tmp1_elvis_lhs_3 = tmp0_safe_receiver_5 == null ? null : tmp0_safe_receiver_5.n4v_1;
|
|
2074
|
+
tmp_8.m4y_1 = tmp1_elvis_lhs_3 == null ? defaultCliktConsole() : tmp1_elvis_lhs_3;
|
|
2075
2075
|
var tmp_9 = this;
|
|
2076
2076
|
var tmp0_safe_receiver_6 = parent;
|
|
2077
|
-
var tmp1_elvis_lhs_4 = tmp0_safe_receiver_6 == null ? null : tmp0_safe_receiver_6.
|
|
2078
|
-
tmp_9.
|
|
2077
|
+
var tmp1_elvis_lhs_4 = tmp0_safe_receiver_6 == null ? null : tmp0_safe_receiver_6.o4v_1;
|
|
2078
|
+
tmp_9.n4y_1 = tmp1_elvis_lhs_4 == null ? true : tmp1_elvis_lhs_4;
|
|
2079
2079
|
var tmp_10 = this;
|
|
2080
2080
|
var tmp0_safe_receiver_7 = parent;
|
|
2081
|
-
var tmp1_elvis_lhs_5 = tmp0_safe_receiver_7 == null ? null : tmp0_safe_receiver_7.
|
|
2082
|
-
tmp_10.
|
|
2081
|
+
var tmp1_elvis_lhs_5 = tmp0_safe_receiver_7 == null ? null : tmp0_safe_receiver_7.p4v_1;
|
|
2082
|
+
tmp_10.o4y_1 = tmp1_elvis_lhs_5 == null ? true : tmp1_elvis_lhs_5;
|
|
2083
2083
|
var tmp_11 = this;
|
|
2084
2084
|
var tmp0_safe_receiver_8 = parent;
|
|
2085
|
-
tmp_11.
|
|
2086
|
-
this.
|
|
2087
|
-
this.
|
|
2085
|
+
tmp_11.p4y_1 = tmp0_safe_receiver_8 == null ? null : tmp0_safe_receiver_8.q4v_1;
|
|
2086
|
+
this.q4y_1 = get_DEFAULT_CORRECTION_SUGGESTOR();
|
|
2087
|
+
this.r4y_1 = get_defaultLocalization();
|
|
2088
2088
|
var tmp_12 = this;
|
|
2089
2089
|
var tmp0_safe_receiver_9 = parent;
|
|
2090
|
-
var tmp1_elvis_lhs_6 = tmp0_safe_receiver_9 == null ? null : tmp0_safe_receiver_9.
|
|
2090
|
+
var tmp1_elvis_lhs_6 = tmp0_safe_receiver_9 == null ? null : tmp0_safe_receiver_9.t4v_1;
|
|
2091
2091
|
var tmp_13;
|
|
2092
2092
|
if (tmp1_elvis_lhs_6 == null) {
|
|
2093
2093
|
tmp_13 = readEnvvar$ref();
|
|
2094
2094
|
} else {
|
|
2095
2095
|
tmp_13 = tmp1_elvis_lhs_6;
|
|
2096
2096
|
}
|
|
2097
|
-
tmp_12.
|
|
2097
|
+
tmp_12.s4y_1 = tmp_13;
|
|
2098
2098
|
}
|
|
2099
2099
|
function Companion() {
|
|
2100
2100
|
Companion_instance = this;
|
|
2101
2101
|
}
|
|
2102
|
-
protoOf(Companion).
|
|
2102
|
+
protoOf(Companion).k4w = function (command, parent, argv, block) {
|
|
2103
2103
|
var tmp$ret$4;
|
|
2104
2104
|
// Inline function 'kotlin.with' call
|
|
2105
2105
|
var tmp0_with = new Builder(command, parent);
|
|
2106
2106
|
// Inline function 'kotlin.contracts.contract' call
|
|
2107
2107
|
block(tmp0_with);
|
|
2108
2108
|
var tmp;
|
|
2109
|
-
if (tmp0_with.
|
|
2109
|
+
if (tmp0_with.g4y_1 ? !command.p4u_1 : false) {
|
|
2110
2110
|
var tmp0_safe_receiver = parent;
|
|
2111
2111
|
var tmp_0;
|
|
2112
2112
|
if (tmp0_safe_receiver == null) {
|
|
@@ -2120,13 +2120,13 @@
|
|
|
2120
2120
|
var tmp$ret$1;
|
|
2121
2121
|
$l$block: {
|
|
2122
2122
|
// Inline function 'kotlin.sequences.any' call
|
|
2123
|
-
var tmp0_any = tmp0_safe_receiver.
|
|
2123
|
+
var tmp0_any = tmp0_safe_receiver.l4w();
|
|
2124
2124
|
var tmp0_iterator = tmp0_any.f();
|
|
2125
2125
|
while (tmp0_iterator.g()) {
|
|
2126
2126
|
var element = tmp0_iterator.h();
|
|
2127
2127
|
var tmp$ret$0;
|
|
2128
2128
|
// Inline function 'com.github.ajalt.clikt.core.Companion.build.<anonymous>.<anonymous>.<anonymous>' call
|
|
2129
|
-
tmp$ret$0 = element.
|
|
2129
|
+
tmp$ret$0 = element.g4v_1.p4u_1;
|
|
2130
2130
|
if (tmp$ret$0) {
|
|
2131
2131
|
tmp$ret$1 = true;
|
|
2132
2132
|
break $l$block;
|
|
@@ -2143,9 +2143,9 @@
|
|
|
2143
2143
|
tmp = false;
|
|
2144
2144
|
}
|
|
2145
2145
|
var interspersed = tmp;
|
|
2146
|
-
var tmp1_elvis_lhs = tmp0_with.
|
|
2147
|
-
var formatter = tmp1_elvis_lhs == null ? new CliktHelpFormatter(tmp0_with.
|
|
2148
|
-
return new Context(parent, command, interspersed, tmp0_with.
|
|
2146
|
+
var tmp1_elvis_lhs = tmp0_with.j4y_1;
|
|
2147
|
+
var formatter = tmp1_elvis_lhs == null ? new CliktHelpFormatter(tmp0_with.r4y_1) : tmp1_elvis_lhs;
|
|
2148
|
+
return new Context(parent, command, interspersed, tmp0_with.l4y_1, tmp0_with.h4y_1, tmp0_with.i4y_1, formatter, tmp0_with.k4y_1, tmp0_with.m4y_1, tmp0_with.n4y_1, tmp0_with.o4y_1, tmp0_with.p4y_1, tmp0_with.q4y_1, tmp0_with.r4y_1, tmp0_with.s4y_1, argv);
|
|
2149
2149
|
};
|
|
2150
2150
|
var Companion_instance;
|
|
2151
2151
|
function Companion_getInstance() {
|
|
@@ -2161,10 +2161,10 @@
|
|
|
2161
2161
|
return l;
|
|
2162
2162
|
}
|
|
2163
2163
|
function Context$parentNames$lambda(it) {
|
|
2164
|
-
return it.
|
|
2164
|
+
return it.g4v_1.s4u_1;
|
|
2165
2165
|
}
|
|
2166
2166
|
function Context$ancestors$lambda(it) {
|
|
2167
|
-
return it.
|
|
2167
|
+
return it.f4v_1;
|
|
2168
2168
|
}
|
|
2169
2169
|
function Context(parent, command, allowInterspersedArgs, autoEnvvarPrefix, printExtraMessages, helpOptionNames, helpFormatter, tokenTransformer, console, expandArgumentFiles, readEnvvarBeforeValueSource, valueSource, correctionSuggestor, localization, readEnvvar, originalArgv) {
|
|
2170
2170
|
Companion_getInstance();
|
|
@@ -2176,33 +2176,33 @@
|
|
|
2176
2176
|
}
|
|
2177
2177
|
readEnvvar = tmp;
|
|
2178
2178
|
originalArgv = originalArgv === VOID ? emptyList() : originalArgv;
|
|
2179
|
-
this.
|
|
2180
|
-
this.
|
|
2181
|
-
this.
|
|
2182
|
-
this.
|
|
2183
|
-
this.
|
|
2184
|
-
this.
|
|
2185
|
-
this.
|
|
2186
|
-
this.
|
|
2187
|
-
this.
|
|
2188
|
-
this.
|
|
2189
|
-
this.
|
|
2190
|
-
this.
|
|
2191
|
-
this.
|
|
2192
|
-
this.
|
|
2193
|
-
this.
|
|
2194
|
-
this.
|
|
2195
|
-
this.
|
|
2196
|
-
this.
|
|
2197
|
-
}
|
|
2198
|
-
protoOf(Context).
|
|
2199
|
-
var tmp = drop(this.
|
|
2179
|
+
this.f4v_1 = parent;
|
|
2180
|
+
this.g4v_1 = command;
|
|
2181
|
+
this.h4v_1 = allowInterspersedArgs;
|
|
2182
|
+
this.i4v_1 = autoEnvvarPrefix;
|
|
2183
|
+
this.j4v_1 = printExtraMessages;
|
|
2184
|
+
this.k4v_1 = helpOptionNames;
|
|
2185
|
+
this.l4v_1 = helpFormatter;
|
|
2186
|
+
this.m4v_1 = tokenTransformer;
|
|
2187
|
+
this.n4v_1 = console;
|
|
2188
|
+
this.o4v_1 = expandArgumentFiles;
|
|
2189
|
+
this.p4v_1 = readEnvvarBeforeValueSource;
|
|
2190
|
+
this.q4v_1 = valueSource;
|
|
2191
|
+
this.r4v_1 = correctionSuggestor;
|
|
2192
|
+
this.s4v_1 = localization;
|
|
2193
|
+
this.t4v_1 = readEnvvar;
|
|
2194
|
+
this.u4v_1 = originalArgv;
|
|
2195
|
+
this.v4v_1 = null;
|
|
2196
|
+
this.w4v_1 = null;
|
|
2197
|
+
}
|
|
2198
|
+
protoOf(Context).f4w = function () {
|
|
2199
|
+
var tmp = drop(this.l4w(), 1);
|
|
2200
2200
|
return asReversed(toList(map(tmp, Context$parentNames$lambda)));
|
|
2201
2201
|
};
|
|
2202
|
-
protoOf(Context).
|
|
2203
|
-
return plus_1(this.
|
|
2202
|
+
protoOf(Context).g4w = function () {
|
|
2203
|
+
return plus_1(this.f4w(), this.g4v_1.s4u_1);
|
|
2204
2204
|
};
|
|
2205
|
-
protoOf(Context).
|
|
2205
|
+
protoOf(Context).l4w = function () {
|
|
2206
2206
|
return generateSequence(this, Context$ancestors$lambda);
|
|
2207
2207
|
};
|
|
2208
2208
|
function DEFAULT_CORRECTION_SUGGESTOR$lambda(enteredValue, possibleValues) {
|
|
@@ -2267,10 +2267,10 @@
|
|
|
2267
2267
|
return tmp$ret$10;
|
|
2268
2268
|
}
|
|
2269
2269
|
function sam$kotlin_Comparator$0(function_0) {
|
|
2270
|
-
this.
|
|
2270
|
+
this.t4y_1 = function_0;
|
|
2271
2271
|
}
|
|
2272
2272
|
protoOf(sam$kotlin_Comparator$0).ui = function (a, b) {
|
|
2273
|
-
return this.
|
|
2273
|
+
return this.t4y_1(a, b);
|
|
2274
2274
|
};
|
|
2275
2275
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
2276
2276
|
return this.ui(a, b);
|
|
@@ -2401,19 +2401,19 @@
|
|
|
2401
2401
|
error = error === VOID ? false : error;
|
|
2402
2402
|
CliktError.call(this);
|
|
2403
2403
|
captureStack(this, PrintHelpMessage);
|
|
2404
|
-
this.
|
|
2405
|
-
this.
|
|
2404
|
+
this.s4x_1 = command;
|
|
2405
|
+
this.t4x_1 = error;
|
|
2406
2406
|
}
|
|
2407
2407
|
function PrintCompletionMessage(message, forceUnixLineEndings) {
|
|
2408
2408
|
PrintMessage.call(this, message);
|
|
2409
2409
|
captureStack(this, PrintCompletionMessage);
|
|
2410
|
-
this.
|
|
2410
|
+
this.r4x_1 = forceUnixLineEndings;
|
|
2411
2411
|
}
|
|
2412
2412
|
function PrintMessage(message, error) {
|
|
2413
2413
|
error = error === VOID ? false : error;
|
|
2414
2414
|
CliktError.call(this, message);
|
|
2415
2415
|
captureStack(this, PrintMessage);
|
|
2416
|
-
this.
|
|
2416
|
+
this.p4x_1 = error;
|
|
2417
2417
|
}
|
|
2418
2418
|
function UsageError_init_$Init$(text, paramName, context, statusCode, $this) {
|
|
2419
2419
|
paramName = paramName === VOID ? null : paramName;
|
|
@@ -2453,14 +2453,14 @@
|
|
|
2453
2453
|
statusCode = statusCode === VOID ? 1 : statusCode;
|
|
2454
2454
|
CliktError.call(this);
|
|
2455
2455
|
captureStack(this, UsageError);
|
|
2456
|
-
this.
|
|
2457
|
-
this.
|
|
2458
|
-
this.
|
|
2459
|
-
this.
|
|
2460
|
-
this.
|
|
2461
|
-
this.
|
|
2462
|
-
}
|
|
2463
|
-
protoOf(UsageError).
|
|
2456
|
+
this.i4x_1 = text;
|
|
2457
|
+
this.j4x_1 = paramName;
|
|
2458
|
+
this.k4x_1 = option;
|
|
2459
|
+
this.l4x_1 = argument;
|
|
2460
|
+
this.m4x_1 = context;
|
|
2461
|
+
this.n4x_1 = statusCode;
|
|
2462
|
+
}
|
|
2463
|
+
protoOf(UsageError).o4x = function () {
|
|
2464
2464
|
var tmp$ret$3;
|
|
2465
2465
|
// Inline function 'kotlin.text.buildString' call
|
|
2466
2466
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -2469,7 +2469,7 @@
|
|
|
2469
2469
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
2470
2470
|
// Inline function 'kotlin.contracts.contract' call
|
|
2471
2471
|
// Inline function 'com.github.ajalt.clikt.core.UsageError.helpMessage.<anonymous>' call
|
|
2472
|
-
var tmp0_safe_receiver = this.
|
|
2472
|
+
var tmp0_safe_receiver = this.m4x_1;
|
|
2473
2473
|
if (tmp0_safe_receiver == null)
|
|
2474
2474
|
null;
|
|
2475
2475
|
else {
|
|
@@ -2478,39 +2478,39 @@
|
|
|
2478
2478
|
// Inline function 'kotlin.contracts.contract' call
|
|
2479
2479
|
var tmp$ret$0;
|
|
2480
2480
|
// Inline function 'com.github.ajalt.clikt.core.UsageError.helpMessage.<anonymous>.<anonymous>' call
|
|
2481
|
-
tmp$ret$0 = tmp0_apply.p9(tmp0_safe_receiver.
|
|
2481
|
+
tmp$ret$0 = tmp0_apply.p9(tmp0_safe_receiver.g4v_1.u4w()).p9('\n\n');
|
|
2482
2482
|
tmp$ret$1 = tmp$ret$0;
|
|
2483
2483
|
}
|
|
2484
|
-
tmp0_apply.p9(this.
|
|
2484
|
+
tmp0_apply.p9(this.w4y().y4y(this.x4y()));
|
|
2485
2485
|
tmp$ret$2 = tmp0_apply;
|
|
2486
2486
|
tmp$ret$3 = tmp$ret$2.toString();
|
|
2487
2487
|
return tmp$ret$3;
|
|
2488
2488
|
};
|
|
2489
2489
|
protoOf(UsageError).ia = function () {
|
|
2490
|
-
return this.
|
|
2490
|
+
return this.x4y();
|
|
2491
2491
|
};
|
|
2492
|
-
protoOf(UsageError).
|
|
2493
|
-
var tmp0_elvis_lhs = this.
|
|
2492
|
+
protoOf(UsageError).x4y = function () {
|
|
2493
|
+
var tmp0_elvis_lhs = this.i4x_1;
|
|
2494
2494
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2495
2495
|
};
|
|
2496
|
-
protoOf(UsageError).
|
|
2496
|
+
protoOf(UsageError).z4y = function () {
|
|
2497
2497
|
var tmp;
|
|
2498
|
-
if (!(this.
|
|
2499
|
-
tmp = ensureNotNull(this.
|
|
2500
|
-
} else if (!(this.
|
|
2501
|
-
var tmp0_safe_receiver = this.
|
|
2498
|
+
if (!(this.j4x_1 == null)) {
|
|
2499
|
+
tmp = ensureNotNull(this.j4x_1);
|
|
2500
|
+
} else if (!(this.k4x_1 == null)) {
|
|
2501
|
+
var tmp0_safe_receiver = this.k4x_1;
|
|
2502
2502
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : longestName(tmp0_safe_receiver);
|
|
2503
2503
|
tmp = tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
2504
|
-
} else if (!(this.
|
|
2505
|
-
tmp = ensureNotNull(this.
|
|
2504
|
+
} else if (!(this.l4x_1 == null)) {
|
|
2505
|
+
tmp = ensureNotNull(this.l4x_1).oj();
|
|
2506
2506
|
} else {
|
|
2507
2507
|
tmp = '';
|
|
2508
2508
|
}
|
|
2509
2509
|
return tmp;
|
|
2510
2510
|
};
|
|
2511
|
-
protoOf(UsageError).
|
|
2512
|
-
var tmp0_safe_receiver = this.
|
|
2513
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2511
|
+
protoOf(UsageError).w4y = function () {
|
|
2512
|
+
var tmp0_safe_receiver = this.m4x_1;
|
|
2513
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.s4v_1;
|
|
2514
2514
|
return tmp1_elvis_lhs == null ? get_defaultLocalization() : tmp1_elvis_lhs;
|
|
2515
2515
|
};
|
|
2516
2516
|
defineProp(protoOf(UsageError), 'message', function () {
|
|
@@ -2526,7 +2526,7 @@
|
|
|
2526
2526
|
error = error === VOID ? true : error;
|
|
2527
2527
|
RuntimeException_init_$Init$_0(this);
|
|
2528
2528
|
captureStack(this, Abort);
|
|
2529
|
-
this.
|
|
2529
|
+
this.h4x_1 = error;
|
|
2530
2530
|
}
|
|
2531
2531
|
function BadParameterValue_init_$Init$(text, option, context, $this) {
|
|
2532
2532
|
context = context === VOID ? null : context;
|
|
@@ -2539,10 +2539,10 @@
|
|
|
2539
2539
|
captureStack(tmp, BadParameterValue_init_$Create$);
|
|
2540
2540
|
return tmp;
|
|
2541
2541
|
}
|
|
2542
|
-
protoOf(BadParameterValue).
|
|
2542
|
+
protoOf(BadParameterValue).x4y = function () {
|
|
2543
2543
|
var tmp$ret$2;
|
|
2544
2544
|
// Inline function 'kotlin.takeUnless' call
|
|
2545
|
-
var tmp0_takeUnless = this.
|
|
2545
|
+
var tmp0_takeUnless = this.i4x_1;
|
|
2546
2546
|
// Inline function 'kotlin.contracts.contract' call
|
|
2547
2547
|
var tmp;
|
|
2548
2548
|
var tmp$ret$1;
|
|
@@ -2561,7 +2561,7 @@
|
|
|
2561
2561
|
var m = tmp$ret$2;
|
|
2562
2562
|
var tmp$ret$5;
|
|
2563
2563
|
// Inline function 'kotlin.takeIf' call
|
|
2564
|
-
var tmp1_takeIf = this.
|
|
2564
|
+
var tmp1_takeIf = this.z4y();
|
|
2565
2565
|
// Inline function 'kotlin.contracts.contract' call
|
|
2566
2566
|
var tmp_0;
|
|
2567
2567
|
var tmp$ret$4;
|
|
@@ -2579,13 +2579,13 @@
|
|
|
2579
2579
|
var p = tmp$ret$5;
|
|
2580
2580
|
var tmp_1;
|
|
2581
2581
|
if (m == null ? p == null : false) {
|
|
2582
|
-
tmp_1 = this.
|
|
2582
|
+
tmp_1 = this.w4y().j4z();
|
|
2583
2583
|
} else if (m == null ? !(p == null) : false) {
|
|
2584
|
-
tmp_1 = this.
|
|
2584
|
+
tmp_1 = this.w4y().i4z(p);
|
|
2585
2585
|
} else if (!(m == null) ? p == null : false) {
|
|
2586
|
-
tmp_1 = this.
|
|
2586
|
+
tmp_1 = this.w4y().h4z(m);
|
|
2587
2587
|
} else if (!(m == null) ? !(p == null) : false) {
|
|
2588
|
-
tmp_1 = this.
|
|
2588
|
+
tmp_1 = this.w4y().g4z(p, m);
|
|
2589
2589
|
} else {
|
|
2590
2590
|
throw IllegalStateException_init_$Create$('impossible');
|
|
2591
2591
|
}
|
|
@@ -2598,69 +2598,69 @@
|
|
|
2598
2598
|
context = context === VOID ? null : context;
|
|
2599
2599
|
UsageError_init_$Init$_1('', option, context, VOID, this);
|
|
2600
2600
|
captureStack(this, IncorrectOptionValueCount);
|
|
2601
|
-
this.
|
|
2601
|
+
this.q4z_1 = givenName;
|
|
2602
2602
|
}
|
|
2603
|
-
protoOf(IncorrectOptionValueCount).
|
|
2604
|
-
return this.
|
|
2603
|
+
protoOf(IncorrectOptionValueCount).x4y = function () {
|
|
2604
|
+
return this.w4y().r4z(this.q4z_1, ensureNotNull(this.k4x_1).z4v());
|
|
2605
2605
|
};
|
|
2606
2606
|
function NoSuchSubcommand(givenName, possibilities, context) {
|
|
2607
2607
|
possibilities = possibilities === VOID ? emptyList() : possibilities;
|
|
2608
2608
|
context = context === VOID ? null : context;
|
|
2609
2609
|
NoSuchParameter.call(this, context);
|
|
2610
2610
|
captureStack(this, NoSuchSubcommand);
|
|
2611
|
-
this.
|
|
2612
|
-
this.
|
|
2611
|
+
this.y4z_1 = givenName;
|
|
2612
|
+
this.z4z_1 = possibilities;
|
|
2613
2613
|
}
|
|
2614
|
-
protoOf(NoSuchSubcommand).
|
|
2615
|
-
return this.
|
|
2614
|
+
protoOf(NoSuchSubcommand).x4y = function () {
|
|
2615
|
+
return this.w4y().a50(this.y4z_1, this.z4z_1);
|
|
2616
2616
|
};
|
|
2617
2617
|
function NoSuchOption(givenName, possibilities, context) {
|
|
2618
2618
|
possibilities = possibilities === VOID ? emptyList() : possibilities;
|
|
2619
2619
|
context = context === VOID ? null : context;
|
|
2620
2620
|
NoSuchParameter.call(this, context);
|
|
2621
2621
|
captureStack(this, NoSuchOption);
|
|
2622
|
-
this.
|
|
2623
|
-
this.
|
|
2622
|
+
this.h50_1 = givenName;
|
|
2623
|
+
this.i50_1 = possibilities;
|
|
2624
2624
|
}
|
|
2625
|
-
protoOf(NoSuchOption).
|
|
2626
|
-
return this.
|
|
2625
|
+
protoOf(NoSuchOption).x4y = function () {
|
|
2626
|
+
return this.w4y().j50(this.h50_1, this.i50_1);
|
|
2627
2627
|
};
|
|
2628
2628
|
function MissingArgument(argument, context) {
|
|
2629
2629
|
context = context === VOID ? null : context;
|
|
2630
2630
|
UsageError_init_$Init$_0('', argument, context, VOID, this);
|
|
2631
2631
|
captureStack(this, MissingArgument);
|
|
2632
2632
|
}
|
|
2633
|
-
protoOf(MissingArgument).
|
|
2634
|
-
return this.
|
|
2633
|
+
protoOf(MissingArgument).x4y = function () {
|
|
2634
|
+
return this.w4y().q50(this.z4y());
|
|
2635
2635
|
};
|
|
2636
2636
|
function IncorrectArgumentValueCount(argument, context) {
|
|
2637
2637
|
context = context === VOID ? null : context;
|
|
2638
2638
|
UsageError_init_$Init$_0('', argument, context, VOID, this);
|
|
2639
2639
|
captureStack(this, IncorrectArgumentValueCount);
|
|
2640
2640
|
}
|
|
2641
|
-
protoOf(IncorrectArgumentValueCount).
|
|
2642
|
-
return this.
|
|
2641
|
+
protoOf(IncorrectArgumentValueCount).x4y = function () {
|
|
2642
|
+
return this.w4y().x50(this.z4y(), ensureNotNull(this.l4x_1).z4v());
|
|
2643
2643
|
};
|
|
2644
2644
|
function FileNotFound(filename, context) {
|
|
2645
2645
|
context = context === VOID ? null : context;
|
|
2646
2646
|
UsageError_init_$Init$('', VOID, context, VOID, this);
|
|
2647
2647
|
captureStack(this, FileNotFound);
|
|
2648
|
-
this.
|
|
2648
|
+
this.e51_1 = filename;
|
|
2649
2649
|
}
|
|
2650
|
-
protoOf(FileNotFound).
|
|
2651
|
-
return this.
|
|
2650
|
+
protoOf(FileNotFound).x4y = function () {
|
|
2651
|
+
return this.w4y().f51(this.e51_1);
|
|
2652
2652
|
};
|
|
2653
2653
|
function InvalidFileFormat(filename, message, lineno, context) {
|
|
2654
2654
|
lineno = lineno === VOID ? null : lineno;
|
|
2655
2655
|
context = context === VOID ? null : context;
|
|
2656
2656
|
UsageError_init_$Init$(message, VOID, context, VOID, this);
|
|
2657
2657
|
captureStack(this, InvalidFileFormat);
|
|
2658
|
-
this.
|
|
2659
|
-
this.
|
|
2658
|
+
this.m51_1 = filename;
|
|
2659
|
+
this.n51_1 = lineno;
|
|
2660
2660
|
}
|
|
2661
|
-
protoOf(InvalidFileFormat).
|
|
2662
|
-
var tmp0_subject = this.
|
|
2663
|
-
return tmp0_subject == null ? this.
|
|
2661
|
+
protoOf(InvalidFileFormat).x4y = function () {
|
|
2662
|
+
var tmp0_subject = this.n51_1;
|
|
2663
|
+
return tmp0_subject == null ? this.w4y().p51(this.m51_1, ensureNotNull(this.i4x_1)) : this.w4y().o51(this.m51_1, this.n51_1, ensureNotNull(this.i4x_1));
|
|
2664
2664
|
};
|
|
2665
2665
|
function NoSuchParameter(context) {
|
|
2666
2666
|
UsageError_init_$Init$('', VOID, context, VOID, this);
|
|
@@ -2681,7 +2681,7 @@
|
|
|
2681
2681
|
// Inline function 'kotlin.collections.component2' call
|
|
2682
2682
|
tmp$ret$2 = tmp1_loop_parameter.y();
|
|
2683
2683
|
var invocations = tmp$ret$2;
|
|
2684
|
-
option.
|
|
2684
|
+
option.q51(context, invocations);
|
|
2685
2685
|
}
|
|
2686
2686
|
var tmp$ret$3;
|
|
2687
2687
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
@@ -2714,7 +2714,7 @@
|
|
|
2714
2714
|
while (tmp2_iterator.g()) {
|
|
2715
2715
|
var o = tmp2_iterator.h();
|
|
2716
2716
|
try {
|
|
2717
|
-
o.
|
|
2717
|
+
o.q51(context, emptyList());
|
|
2718
2718
|
} catch ($p) {
|
|
2719
2719
|
if ($p instanceof IllegalStateException) {
|
|
2720
2720
|
var e = $p;
|
|
@@ -2728,7 +2728,7 @@
|
|
|
2728
2728
|
var tmp3_iterator = retries.f();
|
|
2729
2729
|
while (tmp3_iterator.g()) {
|
|
2730
2730
|
var o_0 = tmp3_iterator.h();
|
|
2731
|
-
o_0.
|
|
2731
|
+
o_0.q51(context, emptyList());
|
|
2732
2732
|
}
|
|
2733
2733
|
}
|
|
2734
2734
|
function get_ANSI_CODE_RE() {
|
|
@@ -2761,13 +2761,13 @@
|
|
|
2761
2761
|
var tmp$ret$1;
|
|
2762
2762
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.measureFirstColumn.<anonymous>' call
|
|
2763
2763
|
var tmp0__anonymous__q1qw7t = maxElem;
|
|
2764
|
-
tmp$ret$1 = $this.
|
|
2764
|
+
tmp$ret$1 = $this.c52(tmp0__anonymous__q1qw7t.r51_1);
|
|
2765
2765
|
var maxValue = tmp$ret$1;
|
|
2766
2766
|
do {
|
|
2767
2767
|
var e = iterator.h();
|
|
2768
2768
|
var tmp$ret$2;
|
|
2769
2769
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.measureFirstColumn.<anonymous>' call
|
|
2770
|
-
tmp$ret$2 = $this.
|
|
2770
|
+
tmp$ret$2 = $this.c52(e.r51_1);
|
|
2771
2771
|
var v = tmp$ret$2;
|
|
2772
2772
|
if (compareTo(maxValue, v) < 0) {
|
|
2773
2773
|
maxElem = e;
|
|
@@ -2778,36 +2778,36 @@
|
|
|
2778
2778
|
tmp$ret$0 = maxElem;
|
|
2779
2779
|
}
|
|
2780
2780
|
var tmp0_safe_receiver = tmp$ret$0;
|
|
2781
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2782
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : $this.
|
|
2783
|
-
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : coerceAtMost(tmp2_safe_receiver, $this.
|
|
2784
|
-
return tmp3_elvis_lhs == null ? $this.
|
|
2781
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r51_1;
|
|
2782
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : $this.c52(tmp1_safe_receiver);
|
|
2783
|
+
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : coerceAtMost(tmp2_safe_receiver, $this.b52_1);
|
|
2784
|
+
return tmp3_elvis_lhs == null ? $this.b52_1 : tmp3_elvis_lhs;
|
|
2785
2785
|
}
|
|
2786
2786
|
function section(_this__u8e3s4, $this, title) {
|
|
2787
|
-
_this__u8e3s4.p9('\n').p9($this.
|
|
2787
|
+
_this__u8e3s4.p9('\n').p9($this.d52(title)).p9('\n');
|
|
2788
2788
|
}
|
|
2789
2789
|
function DefinitionRow(col1, col2, marker) {
|
|
2790
2790
|
marker = marker === VOID ? null : marker;
|
|
2791
|
-
this.
|
|
2792
|
-
this.
|
|
2793
|
-
this.
|
|
2791
|
+
this.r51_1 = col1;
|
|
2792
|
+
this.s51_1 = col2;
|
|
2793
|
+
this.t51_1 = marker;
|
|
2794
2794
|
}
|
|
2795
2795
|
protoOf(DefinitionRow).q4 = function () {
|
|
2796
|
-
return this.
|
|
2796
|
+
return this.r51_1;
|
|
2797
2797
|
};
|
|
2798
2798
|
protoOf(DefinitionRow).r4 = function () {
|
|
2799
|
-
return this.
|
|
2799
|
+
return this.s51_1;
|
|
2800
2800
|
};
|
|
2801
2801
|
protoOf(DefinitionRow).na = function () {
|
|
2802
|
-
return this.
|
|
2802
|
+
return this.t51_1;
|
|
2803
2803
|
};
|
|
2804
2804
|
protoOf(DefinitionRow).toString = function () {
|
|
2805
|
-
return 'DefinitionRow(col1=' + this.
|
|
2805
|
+
return 'DefinitionRow(col1=' + this.r51_1 + ', col2=' + this.s51_1 + ', marker=' + this.t51_1 + ')';
|
|
2806
2806
|
};
|
|
2807
2807
|
protoOf(DefinitionRow).hashCode = function () {
|
|
2808
|
-
var result = getStringHashCode(this.
|
|
2809
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2810
|
-
result = imul(result, 31) + (this.
|
|
2808
|
+
var result = getStringHashCode(this.r51_1);
|
|
2809
|
+
result = imul(result, 31) + getStringHashCode(this.s51_1) | 0;
|
|
2810
|
+
result = imul(result, 31) + (this.t51_1 == null ? 0 : getStringHashCode(this.t51_1)) | 0;
|
|
2811
2811
|
return result;
|
|
2812
2812
|
};
|
|
2813
2813
|
protoOf(DefinitionRow).equals = function (other) {
|
|
@@ -2816,28 +2816,28 @@
|
|
|
2816
2816
|
if (!(other instanceof DefinitionRow))
|
|
2817
2817
|
return false;
|
|
2818
2818
|
var tmp0_other_with_cast = other instanceof DefinitionRow ? other : THROW_CCE();
|
|
2819
|
-
if (!(this.
|
|
2819
|
+
if (!(this.r51_1 === tmp0_other_with_cast.r51_1))
|
|
2820
2820
|
return false;
|
|
2821
|
-
if (!(this.
|
|
2821
|
+
if (!(this.s51_1 === tmp0_other_with_cast.s51_1))
|
|
2822
2822
|
return false;
|
|
2823
|
-
if (!(this.
|
|
2823
|
+
if (!(this.t51_1 == tmp0_other_with_cast.t51_1))
|
|
2824
2824
|
return false;
|
|
2825
2825
|
return true;
|
|
2826
2826
|
};
|
|
2827
2827
|
function sam$kotlin_Comparator$0_0(function_0) {
|
|
2828
|
-
this.
|
|
2828
|
+
this.e52_1 = function_0;
|
|
2829
2829
|
}
|
|
2830
2830
|
protoOf(sam$kotlin_Comparator$0_0).ui = function (a, b) {
|
|
2831
|
-
return this.
|
|
2831
|
+
return this.e52_1(a, b);
|
|
2832
2832
|
};
|
|
2833
2833
|
protoOf(sam$kotlin_Comparator$0_0).compare = function (a, b) {
|
|
2834
2834
|
return this.ui(a, b);
|
|
2835
2835
|
};
|
|
2836
2836
|
function sam$kotlin_Comparator$0_1(function_0) {
|
|
2837
|
-
this.
|
|
2837
|
+
this.f52_1 = function_0;
|
|
2838
2838
|
}
|
|
2839
2839
|
protoOf(sam$kotlin_Comparator$0_1).ui = function (a, b) {
|
|
2840
|
-
return this.
|
|
2840
|
+
return this.f52_1(a, b);
|
|
2841
2841
|
};
|
|
2842
2842
|
protoOf(sam$kotlin_Comparator$0_1).compare = function (a, b) {
|
|
2843
2843
|
return this.ui(a, b);
|
|
@@ -2865,7 +2865,7 @@
|
|
|
2865
2865
|
// Inline function 'kotlin.collections.component2' call
|
|
2866
2866
|
tmp$ret$1 = _name_for_destructuring_parameter_0__wldtmu.y();
|
|
2867
2867
|
var v = tmp$ret$1;
|
|
2868
|
-
return this$0.
|
|
2868
|
+
return this$0.g52(k, v);
|
|
2869
2869
|
};
|
|
2870
2870
|
}
|
|
2871
2871
|
function CliktHelpFormatter$renderHelpText$lambda_0(this$0) {
|
|
@@ -2878,7 +2878,7 @@
|
|
|
2878
2878
|
// Inline function 'kotlin.collections.component2' call
|
|
2879
2879
|
tmp$ret$1 = _name_for_destructuring_parameter_0__wldtmu.y();
|
|
2880
2880
|
var v = tmp$ret$1;
|
|
2881
|
-
return this$0.
|
|
2881
|
+
return this$0.h52(k, v);
|
|
2882
2882
|
};
|
|
2883
2883
|
}
|
|
2884
2884
|
function CliktHelpFormatter$joinNamesForOption$lambda(a, b) {
|
|
@@ -2896,7 +2896,7 @@
|
|
|
2896
2896
|
}
|
|
2897
2897
|
function CliktHelpFormatter$joinNamesForOption$lambda_0(this$0) {
|
|
2898
2898
|
return function (it) {
|
|
2899
|
-
return this$0.
|
|
2899
|
+
return this$0.i52(it);
|
|
2900
2900
|
};
|
|
2901
2901
|
}
|
|
2902
2902
|
function CliktHelpFormatter(localization, indent, width, maxWidth, maxColWidth, colSpacing, requiredOptionMarker, showDefaultValues, showRequiredTag) {
|
|
@@ -2909,12 +2909,12 @@
|
|
|
2909
2909
|
requiredOptionMarker = requiredOptionMarker === VOID ? null : requiredOptionMarker;
|
|
2910
2910
|
showDefaultValues = showDefaultValues === VOID ? false : showDefaultValues;
|
|
2911
2911
|
showRequiredTag = showRequiredTag === VOID ? false : showRequiredTag;
|
|
2912
|
-
this.
|
|
2913
|
-
this.
|
|
2914
|
-
this.
|
|
2915
|
-
this.
|
|
2916
|
-
this.
|
|
2917
|
-
this.
|
|
2912
|
+
this.u51_1 = localization;
|
|
2913
|
+
this.v51_1 = indent;
|
|
2914
|
+
this.w51_1 = colSpacing;
|
|
2915
|
+
this.x51_1 = requiredOptionMarker;
|
|
2916
|
+
this.y51_1 = showDefaultValues;
|
|
2917
|
+
this.z51_1 = showRequiredTag;
|
|
2918
2918
|
var tmp = this;
|
|
2919
2919
|
var tmp0_subject = width;
|
|
2920
2920
|
var tmp_0;
|
|
@@ -2929,12 +2929,12 @@
|
|
|
2929
2929
|
} else {
|
|
2930
2930
|
tmp_0 = width;
|
|
2931
2931
|
}
|
|
2932
|
-
tmp.
|
|
2932
|
+
tmp.a52_1 = tmp_0;
|
|
2933
2933
|
var tmp_1 = this;
|
|
2934
2934
|
var tmp0_elvis_lhs = maxColWidth;
|
|
2935
|
-
tmp_1.
|
|
2935
|
+
tmp_1.b52_1 = tmp0_elvis_lhs == null ? numberToInt(this.a52_1 / 2.5) : tmp0_elvis_lhs;
|
|
2936
2936
|
}
|
|
2937
|
-
protoOf(CliktHelpFormatter).
|
|
2937
|
+
protoOf(CliktHelpFormatter).v4w = function (parameters, programName) {
|
|
2938
2938
|
var tmp$ret$1;
|
|
2939
2939
|
// Inline function 'kotlin.text.buildString' call
|
|
2940
2940
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -2943,12 +2943,12 @@
|
|
|
2943
2943
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
2944
2944
|
// Inline function 'kotlin.contracts.contract' call
|
|
2945
2945
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.formatUsage.<anonymous>' call
|
|
2946
|
-
this.
|
|
2946
|
+
this.j52(tmp0_apply, parameters, programName);
|
|
2947
2947
|
tmp$ret$0 = tmp0_apply;
|
|
2948
2948
|
tmp$ret$1 = tmp$ret$0.toString();
|
|
2949
2949
|
return tmp$ret$1;
|
|
2950
2950
|
};
|
|
2951
|
-
protoOf(CliktHelpFormatter).
|
|
2951
|
+
protoOf(CliktHelpFormatter).x4w = function (prolog, epilog, parameters, programName) {
|
|
2952
2952
|
var tmp$ret$1;
|
|
2953
2953
|
// Inline function 'kotlin.text.buildString' call
|
|
2954
2954
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -2957,18 +2957,18 @@
|
|
|
2957
2957
|
var tmp0_apply = StringBuilder_init_$Create$();
|
|
2958
2958
|
// Inline function 'kotlin.contracts.contract' call
|
|
2959
2959
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.formatHelp.<anonymous>' call
|
|
2960
|
-
this.
|
|
2961
|
-
this.
|
|
2962
|
-
this.j52(tmp0_apply, parameters);
|
|
2963
|
-
this.k52(tmp0_apply, parameters);
|
|
2960
|
+
this.j52(tmp0_apply, parameters, programName);
|
|
2961
|
+
this.k52(tmp0_apply, prolog);
|
|
2964
2962
|
this.l52(tmp0_apply, parameters);
|
|
2965
|
-
this.m52(tmp0_apply,
|
|
2963
|
+
this.m52(tmp0_apply, parameters);
|
|
2964
|
+
this.n52(tmp0_apply, parameters);
|
|
2965
|
+
this.o52(tmp0_apply, epilog);
|
|
2966
2966
|
tmp$ret$0 = tmp0_apply;
|
|
2967
2967
|
tmp$ret$1 = tmp$ret$0.toString();
|
|
2968
2968
|
return tmp$ret$1;
|
|
2969
2969
|
};
|
|
2970
|
-
protoOf(CliktHelpFormatter).
|
|
2971
|
-
var prog = this.
|
|
2970
|
+
protoOf(CliktHelpFormatter).j52 = function (_this__u8e3s4, parameters, programName) {
|
|
2971
|
+
var prog = this.d52(this.u51_1.p52()) + ' ' + programName;
|
|
2972
2972
|
var tmp$ret$7;
|
|
2973
2973
|
// Inline function 'kotlin.text.buildString' call
|
|
2974
2974
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
tmp$ret$0 = false;
|
|
3005
3005
|
}
|
|
3006
3006
|
if (tmp$ret$0) {
|
|
3007
|
-
tmp0_apply.p9(this.
|
|
3007
|
+
tmp0_apply.p9(this.u51_1.q52());
|
|
3008
3008
|
}
|
|
3009
3009
|
// Inline function 'kotlin.collections.forEach' call
|
|
3010
3010
|
var tmp$ret$3;
|
|
@@ -3027,14 +3027,14 @@
|
|
|
3027
3027
|
var element_1 = tmp0_iterator_1.h();
|
|
3028
3028
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.addUsage.<anonymous>.<anonymous>' call
|
|
3029
3029
|
tmp0_apply.p9(' ');
|
|
3030
|
-
if (!element_1.
|
|
3030
|
+
if (!element_1.t52_1) {
|
|
3031
3031
|
tmp0_apply.p9('[');
|
|
3032
3032
|
}
|
|
3033
|
-
tmp0_apply.p9(element_1.
|
|
3034
|
-
if (!element_1.
|
|
3033
|
+
tmp0_apply.p9(element_1.r52_1);
|
|
3034
|
+
if (!element_1.t52_1) {
|
|
3035
3035
|
tmp0_apply.p9(']');
|
|
3036
3036
|
}
|
|
3037
|
-
if (element_1.
|
|
3037
|
+
if (element_1.u52_1) {
|
|
3038
3038
|
tmp0_apply.p9('...');
|
|
3039
3039
|
}
|
|
3040
3040
|
}
|
|
@@ -3065,7 +3065,7 @@
|
|
|
3065
3065
|
tmp$ret$4 = false;
|
|
3066
3066
|
}
|
|
3067
3067
|
if (tmp$ret$4) {
|
|
3068
|
-
tmp0_apply.p9(' ').p9(this.
|
|
3068
|
+
tmp0_apply.p9(' ').p9(this.u51_1.w52());
|
|
3069
3069
|
}
|
|
3070
3070
|
tmp$ret$6 = tmp0_apply;
|
|
3071
3071
|
tmp$ret$7 = tmp$ret$6.toString();
|
|
@@ -3076,30 +3076,30 @@
|
|
|
3076
3076
|
if (tmp$ret$8) {
|
|
3077
3077
|
_this__u8e3s4.p9(prog);
|
|
3078
3078
|
} else {
|
|
3079
|
-
if (this.
|
|
3079
|
+
if (this.c52(prog) >= (this.a52_1 - 20 | 0) ? (this.c52(prog) + this.c52(usage) | 0) > (this.a52_1 - 2 | 0) : false) {
|
|
3080
3080
|
_this__u8e3s4.p9(prog).p9('\n');
|
|
3081
3081
|
var tmp$ret$9;
|
|
3082
3082
|
// Inline function 'kotlin.comparisons.minOf' call
|
|
3083
|
-
var tmp1_minOf = this.
|
|
3083
|
+
var tmp1_minOf = this.a52_1 / 3 | 0;
|
|
3084
3084
|
tmp$ret$9 = Math.min(tmp1_minOf, 11);
|
|
3085
3085
|
var usageIndent = repeat(' ', tmp$ret$9);
|
|
3086
|
-
wrapText(usage, _this__u8e3s4, this.
|
|
3086
|
+
wrapText(usage, _this__u8e3s4, this.a52_1, usageIndent, usageIndent);
|
|
3087
3087
|
} else {
|
|
3088
3088
|
var usageIndent_0 = repeat(' ', prog.length + 1 | 0);
|
|
3089
|
-
wrapText(usage, _this__u8e3s4, this.
|
|
3089
|
+
wrapText(usage, _this__u8e3s4, this.a52_1, prog + ' ', usageIndent_0);
|
|
3090
3090
|
}
|
|
3091
3091
|
}
|
|
3092
3092
|
};
|
|
3093
|
-
protoOf(CliktHelpFormatter).
|
|
3093
|
+
protoOf(CliktHelpFormatter).k52 = function (_this__u8e3s4, prolog) {
|
|
3094
3094
|
var tmp$ret$0;
|
|
3095
3095
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
3096
3096
|
tmp$ret$0 = charSequenceLength(prolog) > 0;
|
|
3097
3097
|
if (tmp$ret$0) {
|
|
3098
3098
|
_this__u8e3s4.p9('\n\n');
|
|
3099
|
-
wrapText(prolog, _this__u8e3s4, this.
|
|
3099
|
+
wrapText(prolog, _this__u8e3s4, this.a52_1, ' ', ' ');
|
|
3100
3100
|
}
|
|
3101
3101
|
};
|
|
3102
|
-
protoOf(CliktHelpFormatter).
|
|
3102
|
+
protoOf(CliktHelpFormatter).l52 = function (_this__u8e3s4, parameters) {
|
|
3103
3103
|
var tmp$ret$4;
|
|
3104
3104
|
// Inline function 'kotlin.collections.associateBy' call
|
|
3105
3105
|
var tmp$ret$1;
|
|
@@ -3126,7 +3126,7 @@
|
|
|
3126
3126
|
var element_0 = tmp0_iterator_0.h();
|
|
3127
3127
|
var tmp$ret$2;
|
|
3128
3128
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.addOptions.<anonymous>' call
|
|
3129
|
-
tmp$ret$2 = element_0.
|
|
3129
|
+
tmp$ret$2 = element_0.x52_1;
|
|
3130
3130
|
tmp1_associateByTo.i4(tmp$ret$2, element_0);
|
|
3131
3131
|
}
|
|
3132
3132
|
tmp$ret$3 = tmp1_associateByTo;
|
|
@@ -3160,7 +3160,7 @@
|
|
|
3160
3160
|
var element_2 = tmp0_iterator_2.h();
|
|
3161
3161
|
var tmp$ret$7;
|
|
3162
3162
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.addOptions.<anonymous>' call
|
|
3163
|
-
tmp$ret$7 = element_2.
|
|
3163
|
+
tmp$ret$7 = element_2.f53_1;
|
|
3164
3164
|
var key = tmp$ret$7;
|
|
3165
3165
|
var tmp$ret$9;
|
|
3166
3166
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
@@ -3210,15 +3210,15 @@
|
|
|
3210
3210
|
tmp_1 = tmp$ret$15;
|
|
3211
3211
|
}
|
|
3212
3212
|
var tmp1_elvis_lhs = tmp_1;
|
|
3213
|
-
var tmp_2 = tmp1_elvis_lhs == null ? this.
|
|
3213
|
+
var tmp_2 = tmp1_elvis_lhs == null ? this.u51_1.g53() : tmp1_elvis_lhs;
|
|
3214
3214
|
var tmp$ret$16;
|
|
3215
3215
|
// Inline function 'kotlin.collections.get' call
|
|
3216
3216
|
tmp$ret$16 = (isInterface(groupsByName, Map) ? groupsByName : THROW_CCE()).p2(title);
|
|
3217
3217
|
var tmp2_safe_receiver = tmp$ret$16;
|
|
3218
|
-
this.
|
|
3218
|
+
this.h53(_this__u8e3s4, tmp_2, tmp2_safe_receiver == null ? null : tmp2_safe_receiver.y52_1, params);
|
|
3219
3219
|
}
|
|
3220
3220
|
};
|
|
3221
|
-
protoOf(CliktHelpFormatter).
|
|
3221
|
+
protoOf(CliktHelpFormatter).h53 = function (_this__u8e3s4, title, help, parameters) {
|
|
3222
3222
|
var tmp$ret$5;
|
|
3223
3223
|
// Inline function 'kotlin.collections.map' call
|
|
3224
3224
|
var tmp$ret$4;
|
|
@@ -3229,22 +3229,22 @@
|
|
|
3229
3229
|
var item = tmp0_iterator.h();
|
|
3230
3230
|
var tmp$ret$3;
|
|
3231
3231
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.addOptionGroup.<anonymous>' call
|
|
3232
|
-
var names = mutableListOf([this.
|
|
3232
|
+
var names = mutableListOf([this.i53(item.z52_1)]);
|
|
3233
3233
|
var tmp$ret$0;
|
|
3234
3234
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3235
|
-
var tmp0_isNotEmpty = item.
|
|
3235
|
+
var tmp0_isNotEmpty = item.a53_1;
|
|
3236
3236
|
tmp$ret$0 = !tmp0_isNotEmpty.l();
|
|
3237
3237
|
if (tmp$ret$0) {
|
|
3238
3238
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3239
|
-
var tmp1_plusAssign = this.
|
|
3239
|
+
var tmp1_plusAssign = this.i53(item.a53_1);
|
|
3240
3240
|
names.a(tmp1_plusAssign);
|
|
3241
3241
|
}
|
|
3242
|
-
var tmp = joinToString(names, ' / ', VOID, this.
|
|
3243
|
-
var tmp_0 = this.
|
|
3242
|
+
var tmp = joinToString(names, ' / ', VOID, this.j53(item));
|
|
3243
|
+
var tmp_0 = this.k53(item.c53_1, item.e53_1);
|
|
3244
3244
|
var tmp_1;
|
|
3245
3245
|
var tmp$ret$2;
|
|
3246
3246
|
// Inline function 'kotlin.collections.contains' call
|
|
3247
|
-
var tmp2_contains = item.
|
|
3247
|
+
var tmp2_contains = item.e53_1;
|
|
3248
3248
|
Tags_getInstance();
|
|
3249
3249
|
var tmp3_contains = 'required';
|
|
3250
3250
|
var tmp$ret$1;
|
|
@@ -3252,7 +3252,7 @@
|
|
|
3252
3252
|
tmp$ret$1 = (isInterface(tmp2_contains, Map) ? tmp2_contains : THROW_CCE()).j2(tmp3_contains);
|
|
3253
3253
|
tmp$ret$2 = tmp$ret$1;
|
|
3254
3254
|
if (tmp$ret$2) {
|
|
3255
|
-
tmp_1 = this.
|
|
3255
|
+
tmp_1 = this.x51_1;
|
|
3256
3256
|
} else {
|
|
3257
3257
|
tmp_1 = null;
|
|
3258
3258
|
}
|
|
@@ -3275,15 +3275,15 @@
|
|
|
3275
3275
|
if (tmp0_safe_receiver == null)
|
|
3276
3276
|
null;
|
|
3277
3277
|
else {
|
|
3278
|
-
wrapText(tmp0_safe_receiver, _this__u8e3s4, this.
|
|
3278
|
+
wrapText(tmp0_safe_receiver, _this__u8e3s4, this.a52_1, ' ', ' ');
|
|
3279
3279
|
}
|
|
3280
3280
|
if (!(help == null)) {
|
|
3281
3281
|
_this__u8e3s4.p9('\n\n');
|
|
3282
3282
|
}
|
|
3283
|
-
this.
|
|
3283
|
+
this.l53(_this__u8e3s4, options);
|
|
3284
3284
|
}
|
|
3285
3285
|
};
|
|
3286
|
-
protoOf(CliktHelpFormatter).
|
|
3286
|
+
protoOf(CliktHelpFormatter).m52 = function (_this__u8e3s4, parameters) {
|
|
3287
3287
|
var tmp$ret$4;
|
|
3288
3288
|
// Inline function 'kotlin.collections.map' call
|
|
3289
3289
|
var tmp$ret$1;
|
|
@@ -3309,7 +3309,7 @@
|
|
|
3309
3309
|
var item = tmp0_iterator_0.h();
|
|
3310
3310
|
var tmp$ret$2;
|
|
3311
3311
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.addArguments.<anonymous>' call
|
|
3312
|
-
tmp$ret$2 = new DefinitionRow(this.
|
|
3312
|
+
tmp$ret$2 = new DefinitionRow(this.m53(item.r52_1), this.k53(item.s52_1, item.v52_1));
|
|
3313
3313
|
tmp1_mapTo.a(tmp$ret$2);
|
|
3314
3314
|
}
|
|
3315
3315
|
tmp$ret$3 = tmp1_mapTo;
|
|
@@ -3340,7 +3340,7 @@
|
|
|
3340
3340
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.addArguments.<anonymous>' call
|
|
3341
3341
|
var tmp$ret$7;
|
|
3342
3342
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
3343
|
-
var tmp0_isNotEmpty = element_0.
|
|
3343
|
+
var tmp0_isNotEmpty = element_0.s51_1;
|
|
3344
3344
|
tmp$ret$7 = charSequenceLength(tmp0_isNotEmpty) > 0;
|
|
3345
3345
|
tmp$ret$8 = tmp$ret$7;
|
|
3346
3346
|
if (tmp$ret$8) {
|
|
@@ -3356,11 +3356,11 @@
|
|
|
3356
3356
|
}
|
|
3357
3357
|
if (tmp) {
|
|
3358
3358
|
_this__u8e3s4.p9('\n');
|
|
3359
|
-
section(_this__u8e3s4, this, this.
|
|
3360
|
-
this.
|
|
3359
|
+
section(_this__u8e3s4, this, this.u51_1.n53());
|
|
3360
|
+
this.l53(_this__u8e3s4, arguments_0);
|
|
3361
3361
|
}
|
|
3362
3362
|
};
|
|
3363
|
-
protoOf(CliktHelpFormatter).
|
|
3363
|
+
protoOf(CliktHelpFormatter).n52 = function (_this__u8e3s4, parameters) {
|
|
3364
3364
|
var tmp$ret$4;
|
|
3365
3365
|
// Inline function 'kotlin.collections.map' call
|
|
3366
3366
|
var tmp$ret$1;
|
|
@@ -3386,7 +3386,7 @@
|
|
|
3386
3386
|
var item = tmp0_iterator_0.h();
|
|
3387
3387
|
var tmp$ret$2;
|
|
3388
3388
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.addCommands.<anonymous>' call
|
|
3389
|
-
tmp$ret$2 = new DefinitionRow(this.
|
|
3389
|
+
tmp$ret$2 = new DefinitionRow(this.r53(item.o53_1), this.k53(item.p53_1, item.q53_1));
|
|
3390
3390
|
tmp1_mapTo.a(tmp$ret$2);
|
|
3391
3391
|
}
|
|
3392
3392
|
tmp$ret$3 = tmp1_mapTo;
|
|
@@ -3397,20 +3397,20 @@
|
|
|
3397
3397
|
tmp$ret$5 = !commands.l();
|
|
3398
3398
|
if (tmp$ret$5) {
|
|
3399
3399
|
_this__u8e3s4.p9('\n');
|
|
3400
|
-
section(_this__u8e3s4, this, this.
|
|
3401
|
-
this.
|
|
3400
|
+
section(_this__u8e3s4, this, this.u51_1.s53());
|
|
3401
|
+
this.l53(_this__u8e3s4, commands);
|
|
3402
3402
|
}
|
|
3403
3403
|
};
|
|
3404
|
-
protoOf(CliktHelpFormatter).
|
|
3404
|
+
protoOf(CliktHelpFormatter).o52 = function (_this__u8e3s4, epilog) {
|
|
3405
3405
|
var tmp$ret$0;
|
|
3406
3406
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
3407
3407
|
tmp$ret$0 = charSequenceLength(epilog) > 0;
|
|
3408
3408
|
if (tmp$ret$0) {
|
|
3409
3409
|
_this__u8e3s4.p9('\n\n');
|
|
3410
|
-
wrapText(epilog, _this__u8e3s4, this.
|
|
3410
|
+
wrapText(epilog, _this__u8e3s4, this.a52_1);
|
|
3411
3411
|
}
|
|
3412
3412
|
};
|
|
3413
|
-
protoOf(CliktHelpFormatter).
|
|
3413
|
+
protoOf(CliktHelpFormatter).k53 = function (help, tags) {
|
|
3414
3414
|
var tmp = asSequence(tags);
|
|
3415
3415
|
var tmp_0 = filter(tmp, CliktHelpFormatter$renderHelpText$lambda(this));
|
|
3416
3416
|
var renderedTags = joinToString_0(tmp_0, ' ', VOID, VOID, VOID, VOID, CliktHelpFormatter$renderHelpText$lambda_0(this));
|
|
@@ -3425,13 +3425,13 @@
|
|
|
3425
3425
|
}
|
|
3426
3426
|
return tmp_1;
|
|
3427
3427
|
};
|
|
3428
|
-
protoOf(CliktHelpFormatter).
|
|
3428
|
+
protoOf(CliktHelpFormatter).g52 = function (tag, value) {
|
|
3429
3429
|
var tmp0_subject = tag;
|
|
3430
3430
|
var tmp;
|
|
3431
3431
|
Tags_getInstance();
|
|
3432
3432
|
if (tmp0_subject === 'default') {
|
|
3433
3433
|
var tmp_0;
|
|
3434
|
-
if (this.
|
|
3434
|
+
if (this.y51_1) {
|
|
3435
3435
|
var tmp$ret$0;
|
|
3436
3436
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
3437
3437
|
tmp$ret$0 = !isBlank(value);
|
|
@@ -3443,14 +3443,14 @@
|
|
|
3443
3443
|
} else {
|
|
3444
3444
|
Tags_getInstance();
|
|
3445
3445
|
if (tmp0_subject === 'required') {
|
|
3446
|
-
tmp = this.
|
|
3446
|
+
tmp = this.z51_1;
|
|
3447
3447
|
} else {
|
|
3448
3448
|
tmp = true;
|
|
3449
3449
|
}
|
|
3450
3450
|
}
|
|
3451
3451
|
return tmp;
|
|
3452
3452
|
};
|
|
3453
|
-
protoOf(CliktHelpFormatter).
|
|
3453
|
+
protoOf(CliktHelpFormatter).i53 = function (names) {
|
|
3454
3454
|
var tmp$ret$1;
|
|
3455
3455
|
// Inline function 'kotlin.collections.sortedBy' call
|
|
3456
3456
|
var tmp$ret$0;
|
|
@@ -3461,16 +3461,16 @@
|
|
|
3461
3461
|
var tmp_0 = tmp$ret$1;
|
|
3462
3462
|
return joinToString(tmp_0, ', ', VOID, VOID, VOID, VOID, CliktHelpFormatter$joinNamesForOption$lambda_0(this));
|
|
3463
3463
|
};
|
|
3464
|
-
protoOf(CliktHelpFormatter).
|
|
3464
|
+
protoOf(CliktHelpFormatter).h52 = function (tag, value) {
|
|
3465
3465
|
var tmp0_subject = tag;
|
|
3466
3466
|
var tmp;
|
|
3467
3467
|
Tags_getInstance();
|
|
3468
3468
|
if (tmp0_subject === 'default') {
|
|
3469
|
-
tmp = this.
|
|
3469
|
+
tmp = this.u51_1.u53();
|
|
3470
3470
|
} else {
|
|
3471
3471
|
Tags_getInstance();
|
|
3472
3472
|
if (tmp0_subject === 'required') {
|
|
3473
|
-
tmp = this.
|
|
3473
|
+
tmp = this.u51_1.t53();
|
|
3474
3474
|
} else {
|
|
3475
3475
|
tmp = tag;
|
|
3476
3476
|
}
|
|
@@ -3478,27 +3478,27 @@
|
|
|
3478
3478
|
var t = tmp;
|
|
3479
3479
|
return isBlank(value) ? '(' + t + ')' : '(' + t + ': ' + value + ')';
|
|
3480
3480
|
};
|
|
3481
|
-
protoOf(CliktHelpFormatter).
|
|
3481
|
+
protoOf(CliktHelpFormatter).i52 = function (name) {
|
|
3482
3482
|
return name;
|
|
3483
3483
|
};
|
|
3484
|
-
protoOf(CliktHelpFormatter).
|
|
3484
|
+
protoOf(CliktHelpFormatter).m53 = function (name) {
|
|
3485
3485
|
return name;
|
|
3486
3486
|
};
|
|
3487
|
-
protoOf(CliktHelpFormatter).
|
|
3487
|
+
protoOf(CliktHelpFormatter).r53 = function (name) {
|
|
3488
3488
|
return name;
|
|
3489
3489
|
};
|
|
3490
|
-
protoOf(CliktHelpFormatter).
|
|
3490
|
+
protoOf(CliktHelpFormatter).d52 = function (title) {
|
|
3491
3491
|
return title;
|
|
3492
3492
|
};
|
|
3493
|
-
protoOf(CliktHelpFormatter).
|
|
3494
|
-
if (option.
|
|
3493
|
+
protoOf(CliktHelpFormatter).j53 = function (option) {
|
|
3494
|
+
if (option.b53_1 == null)
|
|
3495
3495
|
return '';
|
|
3496
|
-
var metavar = ' ' + option.
|
|
3497
|
-
if (option.
|
|
3496
|
+
var metavar = ' ' + option.b53_1;
|
|
3497
|
+
if (option.d53_1 > 1)
|
|
3498
3498
|
return metavar + '...';
|
|
3499
3499
|
return metavar;
|
|
3500
3500
|
};
|
|
3501
|
-
protoOf(CliktHelpFormatter).
|
|
3501
|
+
protoOf(CliktHelpFormatter).l53 = function (_this__u8e3s4, rows) {
|
|
3502
3502
|
if (rows.l())
|
|
3503
3503
|
return Unit_getInstance();
|
|
3504
3504
|
var firstWidth = measureFirstColumn(this, rows);
|
|
@@ -3521,11 +3521,11 @@
|
|
|
3521
3521
|
// Inline function 'kotlin.contracts.contract' call
|
|
3522
3522
|
tmp$ret$0 = marker == null ? true : charSequenceLength(marker) === 0;
|
|
3523
3523
|
if (tmp$ret$0) {
|
|
3524
|
-
tmp = this.
|
|
3524
|
+
tmp = this.v51_1;
|
|
3525
3525
|
} else {
|
|
3526
3526
|
var tmp$ret$3;
|
|
3527
3527
|
// Inline function 'kotlin.text.ifEmpty' call
|
|
3528
|
-
var tmp0_ifEmpty = drop_0(this.
|
|
3528
|
+
var tmp0_ifEmpty = drop_0(this.v51_1, this.c52(marker));
|
|
3529
3529
|
var tmp_0;
|
|
3530
3530
|
var tmp$ret$1;
|
|
3531
3531
|
// Inline function 'kotlin.text.isEmpty' call
|
|
@@ -3542,12 +3542,12 @@
|
|
|
3542
3542
|
tmp = marker + tmp$ret$3;
|
|
3543
3543
|
}
|
|
3544
3544
|
var firstIndent = tmp;
|
|
3545
|
-
var subsequentIndent = repeat(' ', (this.
|
|
3545
|
+
var subsequentIndent = repeat(' ', (this.c52(firstIndent) + firstWidth | 0) + this.w51_1 | 0);
|
|
3546
3546
|
if (isBlank(col2)) {
|
|
3547
3547
|
_this__u8e3s4.p9(firstIndent).p9(col1);
|
|
3548
3548
|
} else {
|
|
3549
3549
|
var tmp_1;
|
|
3550
|
-
if (this.
|
|
3550
|
+
if (this.c52(col1) > this.b52_1) {
|
|
3551
3551
|
_this__u8e3s4.p9(firstIndent).p9(col1).p9('\n');
|
|
3552
3552
|
tmp_1 = subsequentIndent;
|
|
3553
3553
|
} else {
|
|
@@ -3561,7 +3561,7 @@
|
|
|
3561
3561
|
// Inline function 'com.github.ajalt.clikt.output.CliktHelpFormatter.appendDefinitionList.<anonymous>' call
|
|
3562
3562
|
tmp1_apply.p9(firstIndent).p9(col1);
|
|
3563
3563
|
// Inline function 'kotlin.repeat' call
|
|
3564
|
-
var tmp0_repeat = (firstWidth - this.
|
|
3564
|
+
var tmp0_repeat = (firstWidth - this.c52(col1) | 0) + this.w51_1 | 0;
|
|
3565
3565
|
// Inline function 'kotlin.contracts.contract' call
|
|
3566
3566
|
var inductionVariable = 0;
|
|
3567
3567
|
if (inductionVariable < tmp0_repeat)
|
|
@@ -3577,34 +3577,34 @@
|
|
|
3577
3577
|
tmp_1 = tmp$ret$5;
|
|
3578
3578
|
}
|
|
3579
3579
|
var initialIndent = tmp_1;
|
|
3580
|
-
wrapText(col2, _this__u8e3s4, this.
|
|
3580
|
+
wrapText(col2, _this__u8e3s4, this.a52_1, initialIndent, subsequentIndent);
|
|
3581
3581
|
}
|
|
3582
3582
|
}
|
|
3583
3583
|
};
|
|
3584
|
-
protoOf(CliktHelpFormatter).
|
|
3584
|
+
protoOf(CliktHelpFormatter).c52 = function (_this__u8e3s4) {
|
|
3585
3585
|
return get_graphemeLengthMpp(_this__u8e3s4);
|
|
3586
3586
|
};
|
|
3587
3587
|
function Option(names, secondaryNames, metavar, help, nvalues, tags, groupName) {
|
|
3588
3588
|
ParameterHelp.call(this);
|
|
3589
|
-
this.
|
|
3590
|
-
this.
|
|
3591
|
-
this.
|
|
3592
|
-
this.
|
|
3593
|
-
this.
|
|
3594
|
-
this.
|
|
3595
|
-
this.
|
|
3589
|
+
this.z52_1 = names;
|
|
3590
|
+
this.a53_1 = secondaryNames;
|
|
3591
|
+
this.b53_1 = metavar;
|
|
3592
|
+
this.c53_1 = help;
|
|
3593
|
+
this.d53_1 = nvalues;
|
|
3594
|
+
this.e53_1 = tags;
|
|
3595
|
+
this.f53_1 = groupName;
|
|
3596
3596
|
}
|
|
3597
3597
|
protoOf(Option).toString = function () {
|
|
3598
|
-
return 'Option(names=' + this.
|
|
3598
|
+
return 'Option(names=' + this.z52_1 + ', secondaryNames=' + this.a53_1 + ', metavar=' + this.b53_1 + ', help=' + this.c53_1 + ', nvalues=' + this.d53_1 + ', tags=' + this.e53_1 + ', groupName=' + this.f53_1 + ')';
|
|
3599
3599
|
};
|
|
3600
3600
|
protoOf(Option).hashCode = function () {
|
|
3601
|
-
var result = hashCode(this.
|
|
3602
|
-
result = imul(result, 31) + hashCode(this.
|
|
3603
|
-
result = imul(result, 31) + (this.
|
|
3604
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3605
|
-
result = imul(result, 31) + this.
|
|
3606
|
-
result = imul(result, 31) + hashCode(this.
|
|
3607
|
-
result = imul(result, 31) + (this.
|
|
3601
|
+
var result = hashCode(this.z52_1);
|
|
3602
|
+
result = imul(result, 31) + hashCode(this.a53_1) | 0;
|
|
3603
|
+
result = imul(result, 31) + (this.b53_1 == null ? 0 : getStringHashCode(this.b53_1)) | 0;
|
|
3604
|
+
result = imul(result, 31) + getStringHashCode(this.c53_1) | 0;
|
|
3605
|
+
result = imul(result, 31) + this.d53_1 | 0;
|
|
3606
|
+
result = imul(result, 31) + hashCode(this.e53_1) | 0;
|
|
3607
|
+
result = imul(result, 31) + (this.f53_1 == null ? 0 : getStringHashCode(this.f53_1)) | 0;
|
|
3608
3608
|
return result;
|
|
3609
3609
|
};
|
|
3610
3610
|
protoOf(Option).equals = function (other) {
|
|
@@ -3613,39 +3613,39 @@
|
|
|
3613
3613
|
if (!(other instanceof Option))
|
|
3614
3614
|
return false;
|
|
3615
3615
|
var tmp0_other_with_cast = other instanceof Option ? other : THROW_CCE();
|
|
3616
|
-
if (!equals(this.
|
|
3616
|
+
if (!equals(this.z52_1, tmp0_other_with_cast.z52_1))
|
|
3617
3617
|
return false;
|
|
3618
|
-
if (!equals(this.
|
|
3618
|
+
if (!equals(this.a53_1, tmp0_other_with_cast.a53_1))
|
|
3619
3619
|
return false;
|
|
3620
|
-
if (!(this.
|
|
3620
|
+
if (!(this.b53_1 == tmp0_other_with_cast.b53_1))
|
|
3621
3621
|
return false;
|
|
3622
|
-
if (!(this.
|
|
3622
|
+
if (!(this.c53_1 === tmp0_other_with_cast.c53_1))
|
|
3623
3623
|
return false;
|
|
3624
|
-
if (!(this.
|
|
3624
|
+
if (!(this.d53_1 === tmp0_other_with_cast.d53_1))
|
|
3625
3625
|
return false;
|
|
3626
|
-
if (!equals(this.
|
|
3626
|
+
if (!equals(this.e53_1, tmp0_other_with_cast.e53_1))
|
|
3627
3627
|
return false;
|
|
3628
|
-
if (!(this.
|
|
3628
|
+
if (!(this.f53_1 == tmp0_other_with_cast.f53_1))
|
|
3629
3629
|
return false;
|
|
3630
3630
|
return true;
|
|
3631
3631
|
};
|
|
3632
3632
|
function Argument(name, help, required, repeatable, tags) {
|
|
3633
3633
|
ParameterHelp.call(this);
|
|
3634
|
-
this.
|
|
3635
|
-
this.
|
|
3636
|
-
this.
|
|
3637
|
-
this.
|
|
3638
|
-
this.
|
|
3634
|
+
this.r52_1 = name;
|
|
3635
|
+
this.s52_1 = help;
|
|
3636
|
+
this.t52_1 = required;
|
|
3637
|
+
this.u52_1 = repeatable;
|
|
3638
|
+
this.v52_1 = tags;
|
|
3639
3639
|
}
|
|
3640
3640
|
protoOf(Argument).toString = function () {
|
|
3641
|
-
return 'Argument(name=' + this.
|
|
3641
|
+
return 'Argument(name=' + this.r52_1 + ', help=' + this.s52_1 + ', required=' + this.t52_1 + ', repeatable=' + this.u52_1 + ', tags=' + this.v52_1 + ')';
|
|
3642
3642
|
};
|
|
3643
3643
|
protoOf(Argument).hashCode = function () {
|
|
3644
|
-
var result = getStringHashCode(this.
|
|
3645
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3646
|
-
result = imul(result, 31) + (this.
|
|
3647
|
-
result = imul(result, 31) + (this.
|
|
3648
|
-
result = imul(result, 31) + hashCode(this.
|
|
3644
|
+
var result = getStringHashCode(this.r52_1);
|
|
3645
|
+
result = imul(result, 31) + getStringHashCode(this.s52_1) | 0;
|
|
3646
|
+
result = imul(result, 31) + (this.t52_1 | 0) | 0;
|
|
3647
|
+
result = imul(result, 31) + (this.u52_1 | 0) | 0;
|
|
3648
|
+
result = imul(result, 31) + hashCode(this.v52_1) | 0;
|
|
3649
3649
|
return result;
|
|
3650
3650
|
};
|
|
3651
3651
|
protoOf(Argument).equals = function (other) {
|
|
@@ -3654,31 +3654,31 @@
|
|
|
3654
3654
|
if (!(other instanceof Argument))
|
|
3655
3655
|
return false;
|
|
3656
3656
|
var tmp0_other_with_cast = other instanceof Argument ? other : THROW_CCE();
|
|
3657
|
-
if (!(this.p52_1 === tmp0_other_with_cast.p52_1))
|
|
3658
|
-
return false;
|
|
3659
|
-
if (!(this.q52_1 === tmp0_other_with_cast.q52_1))
|
|
3660
|
-
return false;
|
|
3661
3657
|
if (!(this.r52_1 === tmp0_other_with_cast.r52_1))
|
|
3662
3658
|
return false;
|
|
3663
3659
|
if (!(this.s52_1 === tmp0_other_with_cast.s52_1))
|
|
3664
3660
|
return false;
|
|
3665
|
-
if (!
|
|
3661
|
+
if (!(this.t52_1 === tmp0_other_with_cast.t52_1))
|
|
3662
|
+
return false;
|
|
3663
|
+
if (!(this.u52_1 === tmp0_other_with_cast.u52_1))
|
|
3664
|
+
return false;
|
|
3665
|
+
if (!equals(this.v52_1, tmp0_other_with_cast.v52_1))
|
|
3666
3666
|
return false;
|
|
3667
3667
|
return true;
|
|
3668
3668
|
};
|
|
3669
3669
|
function Subcommand(name, help, tags) {
|
|
3670
3670
|
ParameterHelp.call(this);
|
|
3671
|
-
this.
|
|
3672
|
-
this.
|
|
3673
|
-
this.
|
|
3671
|
+
this.o53_1 = name;
|
|
3672
|
+
this.p53_1 = help;
|
|
3673
|
+
this.q53_1 = tags;
|
|
3674
3674
|
}
|
|
3675
3675
|
protoOf(Subcommand).toString = function () {
|
|
3676
|
-
return 'Subcommand(name=' + this.
|
|
3676
|
+
return 'Subcommand(name=' + this.o53_1 + ', help=' + this.p53_1 + ', tags=' + this.q53_1 + ')';
|
|
3677
3677
|
};
|
|
3678
3678
|
protoOf(Subcommand).hashCode = function () {
|
|
3679
|
-
var result = getStringHashCode(this.
|
|
3680
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3681
|
-
result = imul(result, 31) + hashCode(this.
|
|
3679
|
+
var result = getStringHashCode(this.o53_1);
|
|
3680
|
+
result = imul(result, 31) + getStringHashCode(this.p53_1) | 0;
|
|
3681
|
+
result = imul(result, 31) + hashCode(this.q53_1) | 0;
|
|
3682
3682
|
return result;
|
|
3683
3683
|
};
|
|
3684
3684
|
protoOf(Subcommand).equals = function (other) {
|
|
@@ -3687,25 +3687,25 @@
|
|
|
3687
3687
|
if (!(other instanceof Subcommand))
|
|
3688
3688
|
return false;
|
|
3689
3689
|
var tmp0_other_with_cast = other instanceof Subcommand ? other : THROW_CCE();
|
|
3690
|
-
if (!(this.
|
|
3690
|
+
if (!(this.o53_1 === tmp0_other_with_cast.o53_1))
|
|
3691
3691
|
return false;
|
|
3692
|
-
if (!(this.
|
|
3692
|
+
if (!(this.p53_1 === tmp0_other_with_cast.p53_1))
|
|
3693
3693
|
return false;
|
|
3694
|
-
if (!equals(this.
|
|
3694
|
+
if (!equals(this.q53_1, tmp0_other_with_cast.q53_1))
|
|
3695
3695
|
return false;
|
|
3696
3696
|
return true;
|
|
3697
3697
|
};
|
|
3698
3698
|
function Group(name, help) {
|
|
3699
3699
|
ParameterHelp.call(this);
|
|
3700
|
-
this.
|
|
3701
|
-
this.
|
|
3700
|
+
this.x52_1 = name;
|
|
3701
|
+
this.y52_1 = help;
|
|
3702
3702
|
}
|
|
3703
3703
|
protoOf(Group).toString = function () {
|
|
3704
|
-
return 'Group(name=' + this.
|
|
3704
|
+
return 'Group(name=' + this.x52_1 + ', help=' + this.y52_1 + ')';
|
|
3705
3705
|
};
|
|
3706
3706
|
protoOf(Group).hashCode = function () {
|
|
3707
|
-
var result = getStringHashCode(this.
|
|
3708
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
3707
|
+
var result = getStringHashCode(this.x52_1);
|
|
3708
|
+
result = imul(result, 31) + getStringHashCode(this.y52_1) | 0;
|
|
3709
3709
|
return result;
|
|
3710
3710
|
};
|
|
3711
3711
|
protoOf(Group).equals = function (other) {
|
|
@@ -3714,9 +3714,9 @@
|
|
|
3714
3714
|
if (!(other instanceof Group))
|
|
3715
3715
|
return false;
|
|
3716
3716
|
var tmp0_other_with_cast = other instanceof Group ? other : THROW_CCE();
|
|
3717
|
-
if (!(this.
|
|
3717
|
+
if (!(this.x52_1 === tmp0_other_with_cast.x52_1))
|
|
3718
3718
|
return false;
|
|
3719
|
-
if (!(this.
|
|
3719
|
+
if (!(this.y52_1 === tmp0_other_with_cast.y52_1))
|
|
3720
3720
|
return false;
|
|
3721
3721
|
return true;
|
|
3722
3722
|
};
|
|
@@ -3724,8 +3724,8 @@
|
|
|
3724
3724
|
}
|
|
3725
3725
|
function Tags() {
|
|
3726
3726
|
Tags_instance = this;
|
|
3727
|
-
this.
|
|
3728
|
-
this.
|
|
3727
|
+
this.v53_1 = 'default';
|
|
3728
|
+
this.w53_1 = 'required';
|
|
3729
3729
|
}
|
|
3730
3730
|
var Tags_instance;
|
|
3731
3731
|
function Tags_getInstance() {
|
|
@@ -3781,7 +3781,7 @@
|
|
|
3781
3781
|
function TermUi() {
|
|
3782
3782
|
TermUi_instance = this;
|
|
3783
3783
|
}
|
|
3784
|
-
protoOf(TermUi).
|
|
3784
|
+
protoOf(TermUi).z4w = function (message, trailingNewline, err, console, lineSeparator) {
|
|
3785
3785
|
var tmp0_safe_receiver = message;
|
|
3786
3786
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : toString_0(tmp0_safe_receiver);
|
|
3787
3787
|
var tmp;
|
|
@@ -3796,29 +3796,29 @@
|
|
|
3796
3796
|
}
|
|
3797
3797
|
var tmp2_elvis_lhs = tmp;
|
|
3798
3798
|
var text = tmp2_elvis_lhs == null ? 'null' : tmp2_elvis_lhs;
|
|
3799
|
-
console.
|
|
3799
|
+
console.e54(trailingNewline ? text + lineSeparator : text, err);
|
|
3800
3800
|
};
|
|
3801
|
-
protoOf(TermUi).
|
|
3801
|
+
protoOf(TermUi).f54 = function (message, trailingNewline, err, console, lineSeparator, $super) {
|
|
3802
3802
|
trailingNewline = trailingNewline === VOID ? true : trailingNewline;
|
|
3803
3803
|
err = err === VOID ? false : err;
|
|
3804
3804
|
console = console === VOID ? defaultCliktConsole() : console;
|
|
3805
|
-
lineSeparator = lineSeparator === VOID ? console.
|
|
3805
|
+
lineSeparator = lineSeparator === VOID ? console.b4x() : lineSeparator;
|
|
3806
3806
|
var tmp;
|
|
3807
3807
|
if ($super === VOID) {
|
|
3808
|
-
this.
|
|
3808
|
+
this.z4w(message, trailingNewline, err, console, lineSeparator);
|
|
3809
3809
|
tmp = Unit_getInstance();
|
|
3810
3810
|
} else {
|
|
3811
|
-
tmp = $super.
|
|
3811
|
+
tmp = $super.z4w.call(this, message, trailingNewline, err, console, lineSeparator);
|
|
3812
3812
|
}
|
|
3813
3813
|
return tmp;
|
|
3814
3814
|
};
|
|
3815
|
-
protoOf(TermUi).
|
|
3815
|
+
protoOf(TermUi).g54 = function (text, default_0, hideInput, requireConfirmation, confirmationPrompt, promptSuffix, showDefault, console, convert) {
|
|
3816
3816
|
var prompt = buildPrompt(this, text, promptSuffix, showDefault, default_0);
|
|
3817
3817
|
try {
|
|
3818
3818
|
$l$loop_0: while (true) {
|
|
3819
3819
|
var value;
|
|
3820
3820
|
$l$loop: while (true) {
|
|
3821
|
-
var tmp0_elvis_lhs = console.
|
|
3821
|
+
var tmp0_elvis_lhs = console.h54(prompt, hideInput);
|
|
3822
3822
|
var tmp;
|
|
3823
3823
|
if (tmp0_elvis_lhs == null) {
|
|
3824
3824
|
return null;
|
|
@@ -3844,7 +3844,7 @@
|
|
|
3844
3844
|
var tmp_1;
|
|
3845
3845
|
if ($p instanceof UsageError) {
|
|
3846
3846
|
var err = $p;
|
|
3847
|
-
this.
|
|
3847
|
+
this.f54(err.o4x(), VOID, VOID, console);
|
|
3848
3848
|
continue $l$loop_0;
|
|
3849
3849
|
} else {
|
|
3850
3850
|
throw $p;
|
|
@@ -3856,7 +3856,7 @@
|
|
|
3856
3856
|
return result;
|
|
3857
3857
|
var value2;
|
|
3858
3858
|
$l$loop_1: while (true) {
|
|
3859
|
-
var tmp1_elvis_lhs = console.
|
|
3859
|
+
var tmp1_elvis_lhs = console.h54(confirmationPrompt, hideInput);
|
|
3860
3860
|
var tmp_2;
|
|
3861
3861
|
if (tmp1_elvis_lhs == null) {
|
|
3862
3862
|
return null;
|
|
@@ -3873,7 +3873,7 @@
|
|
|
3873
3873
|
}
|
|
3874
3874
|
if (value === value2)
|
|
3875
3875
|
return result;
|
|
3876
|
-
this.
|
|
3876
|
+
this.f54('Error: the two entered values do not match', VOID, VOID, console);
|
|
3877
3877
|
}
|
|
3878
3878
|
} catch ($p) {
|
|
3879
3879
|
if ($p instanceof Exception) {
|
|
@@ -4142,19 +4142,19 @@
|
|
|
4142
4142
|
}
|
|
4143
4143
|
}
|
|
4144
4144
|
function _set_value__lx0xdg($this, _set____db54di) {
|
|
4145
|
-
return $this.
|
|
4145
|
+
return $this.f4y_1.k54($this, value$factory(), _set____db54di);
|
|
4146
4146
|
}
|
|
4147
4147
|
function ProcessedArgument(name, nvalues, required, argumentHelp, helpTags, completionCandidatesWithDefault, transformValue, transformAll, transformValidator) {
|
|
4148
|
-
this.
|
|
4149
|
-
this.
|
|
4150
|
-
this.
|
|
4151
|
-
this.
|
|
4152
|
-
this.
|
|
4153
|
-
this.
|
|
4154
|
-
this.
|
|
4155
|
-
this.
|
|
4148
|
+
this.w4x_1 = nvalues;
|
|
4149
|
+
this.x4x_1 = required;
|
|
4150
|
+
this.y4x_1 = argumentHelp;
|
|
4151
|
+
this.z4x_1 = helpTags;
|
|
4152
|
+
this.a4y_1 = completionCandidatesWithDefault;
|
|
4153
|
+
this.b4y_1 = transformValue;
|
|
4154
|
+
this.c4y_1 = transformAll;
|
|
4155
|
+
this.d4y_1 = transformValidator;
|
|
4156
4156
|
// Inline function 'kotlin.require' call
|
|
4157
|
-
var tmp0_require = !(this.
|
|
4157
|
+
var tmp0_require = !(this.w4x_1 === 0);
|
|
4158
4158
|
// Inline function 'kotlin.contracts.contract' call
|
|
4159
4159
|
if (!tmp0_require) {
|
|
4160
4160
|
var tmp$ret$0;
|
|
@@ -4163,38 +4163,38 @@
|
|
|
4163
4163
|
var message = tmp$ret$0;
|
|
4164
4164
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
4165
4165
|
}
|
|
4166
|
-
this.
|
|
4167
|
-
this.
|
|
4166
|
+
this.e4y_1 = name;
|
|
4167
|
+
this.f4y_1 = new NullableLateinit('Cannot read from argument delegate before parsing command line');
|
|
4168
4168
|
}
|
|
4169
|
-
protoOf(ProcessedArgument).
|
|
4170
|
-
return this.
|
|
4169
|
+
protoOf(ProcessedArgument).z4v = function () {
|
|
4170
|
+
return this.w4x_1;
|
|
4171
4171
|
};
|
|
4172
4172
|
protoOf(ProcessedArgument).z49 = function () {
|
|
4173
|
-
return this.
|
|
4173
|
+
return this.x4x_1;
|
|
4174
4174
|
};
|
|
4175
|
-
protoOf(ProcessedArgument).
|
|
4176
|
-
return this.
|
|
4175
|
+
protoOf(ProcessedArgument).j4w = function () {
|
|
4176
|
+
return this.y4x_1;
|
|
4177
4177
|
};
|
|
4178
4178
|
protoOf(ProcessedArgument).oj = function () {
|
|
4179
|
-
return this.
|
|
4179
|
+
return this.e4y_1;
|
|
4180
4180
|
};
|
|
4181
4181
|
protoOf(ProcessedArgument).y = function () {
|
|
4182
|
-
return this.
|
|
4182
|
+
return this.f4y_1.l54(this, value$factory_0());
|
|
4183
4183
|
};
|
|
4184
|
-
protoOf(ProcessedArgument).
|
|
4185
|
-
return this.
|
|
4184
|
+
protoOf(ProcessedArgument).y4v = function () {
|
|
4185
|
+
return this.a4y_1.y();
|
|
4186
4186
|
};
|
|
4187
|
-
protoOf(ProcessedArgument).
|
|
4188
|
-
return new Argument(this.
|
|
4187
|
+
protoOf(ProcessedArgument).n4w = function (context) {
|
|
4188
|
+
return new Argument(this.e4y_1, this.y4x_1, this.x4x_1 ? true : this.w4x_1 > 1, this.w4x_1 < 0, this.z4x_1);
|
|
4189
4189
|
};
|
|
4190
|
-
protoOf(ProcessedArgument).
|
|
4190
|
+
protoOf(ProcessedArgument).o54 = function (thisRef, property) {
|
|
4191
4191
|
return this.y();
|
|
4192
4192
|
};
|
|
4193
|
-
protoOf(ProcessedArgument).
|
|
4194
|
-
return this.
|
|
4193
|
+
protoOf(ProcessedArgument).p54 = function (thisRef, property) {
|
|
4194
|
+
return this.o54(thisRef instanceof CliktCommand ? thisRef : THROW_CCE(), property);
|
|
4195
4195
|
};
|
|
4196
|
-
protoOf(ProcessedArgument).
|
|
4197
|
-
if (isBlank(this.
|
|
4196
|
+
protoOf(ProcessedArgument).q54 = function (thisRef, prop) {
|
|
4197
|
+
if (isBlank(this.e4y_1)) {
|
|
4198
4198
|
var tmp = this;
|
|
4199
4199
|
var tmp$ret$1;
|
|
4200
4200
|
// Inline function 'kotlin.text.uppercase' call
|
|
@@ -4203,12 +4203,12 @@
|
|
|
4203
4203
|
// Inline function 'kotlin.js.asDynamic' call
|
|
4204
4204
|
tmp$ret$0 = tmp0_uppercase;
|
|
4205
4205
|
tmp$ret$1 = tmp$ret$0.toUpperCase();
|
|
4206
|
-
tmp.
|
|
4206
|
+
tmp.e4y_1 = replace_0(tmp$ret$1, '-', '_');
|
|
4207
4207
|
}
|
|
4208
|
-
thisRef.
|
|
4208
|
+
thisRef.t4w(this);
|
|
4209
4209
|
return this;
|
|
4210
4210
|
};
|
|
4211
|
-
protoOf(ProcessedArgument).
|
|
4211
|
+
protoOf(ProcessedArgument).r54 = function (context, values) {
|
|
4212
4212
|
var ctx = new ArgumentTransformContext(this, context);
|
|
4213
4213
|
var tmp$ret$2;
|
|
4214
4214
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -4220,27 +4220,27 @@
|
|
|
4220
4220
|
var item = tmp0_iterator.h();
|
|
4221
4221
|
var tmp$ret$0;
|
|
4222
4222
|
// Inline function 'com.github.ajalt.clikt.parameters.arguments.ProcessedArgument.finalize.<anonymous>' call
|
|
4223
|
-
tmp$ret$0 = this.
|
|
4223
|
+
tmp$ret$0 = this.b4y_1(ctx, item);
|
|
4224
4224
|
tmp0_mapTo.a(tmp$ret$0);
|
|
4225
4225
|
}
|
|
4226
4226
|
tmp$ret$1 = tmp0_mapTo;
|
|
4227
4227
|
tmp$ret$2 = tmp$ret$1;
|
|
4228
|
-
_set_value__lx0xdg(this, this.
|
|
4228
|
+
_set_value__lx0xdg(this, this.c4y_1(ctx, tmp$ret$2));
|
|
4229
4229
|
};
|
|
4230
|
-
protoOf(ProcessedArgument).
|
|
4231
|
-
this.
|
|
4230
|
+
protoOf(ProcessedArgument).s54 = function (context) {
|
|
4231
|
+
this.d4y_1(new ArgumentTransformContext(this, context), this.y());
|
|
4232
4232
|
};
|
|
4233
|
-
protoOf(ProcessedArgument).
|
|
4233
|
+
protoOf(ProcessedArgument).t54 = function (transformValue, transformAll, validator, name, nvalues, required, help, helpTags, completionCandidatesWithDefault) {
|
|
4234
4234
|
return new ProcessedArgument(name, nvalues, required, help, helpTags, completionCandidatesWithDefault, transformValue, transformAll, validator);
|
|
4235
4235
|
};
|
|
4236
|
-
protoOf(ProcessedArgument).
|
|
4237
|
-
name = name === VOID ? this.
|
|
4238
|
-
nvalues = nvalues === VOID ? this.
|
|
4239
|
-
required = required === VOID ? this.
|
|
4240
|
-
help = help === VOID ? this.
|
|
4241
|
-
helpTags = helpTags === VOID ? this.
|
|
4242
|
-
completionCandidatesWithDefault = completionCandidatesWithDefault === VOID ? this.
|
|
4243
|
-
return $super === VOID ? this.
|
|
4236
|
+
protoOf(ProcessedArgument).u54 = function (transformValue, transformAll, validator, name, nvalues, required, help, helpTags, completionCandidatesWithDefault, $super) {
|
|
4237
|
+
name = name === VOID ? this.e4y_1 : name;
|
|
4238
|
+
nvalues = nvalues === VOID ? this.w4x_1 : nvalues;
|
|
4239
|
+
required = required === VOID ? this.x4x_1 : required;
|
|
4240
|
+
help = help === VOID ? this.y4x_1 : help;
|
|
4241
|
+
helpTags = helpTags === VOID ? this.z4x_1 : helpTags;
|
|
4242
|
+
completionCandidatesWithDefault = completionCandidatesWithDefault === VOID ? this.a4y_1 : completionCandidatesWithDefault;
|
|
4243
|
+
return $super === VOID ? this.t54(transformValue, transformAll, validator, name, nvalues, required, help, helpTags, completionCandidatesWithDefault) : $super.t54.call(this, transformValue, transformAll, validator, name, nvalues, required, help, helpTags, completionCandidatesWithDefault);
|
|
4244
4244
|
};
|
|
4245
4245
|
function optional(_this__u8e3s4) {
|
|
4246
4246
|
return transformAll(_this__u8e3s4, VOID, false, optional$lambda(_this__u8e3s4));
|
|
@@ -4256,32 +4256,32 @@
|
|
|
4256
4256
|
function Argument_0() {
|
|
4257
4257
|
}
|
|
4258
4258
|
function ArgumentTransformContext(argument, context) {
|
|
4259
|
-
this.
|
|
4260
|
-
this.
|
|
4259
|
+
this.v54_1 = argument;
|
|
4260
|
+
this.w54_1 = context;
|
|
4261
4261
|
}
|
|
4262
|
-
protoOf(ArgumentTransformContext).
|
|
4263
|
-
return this.
|
|
4262
|
+
protoOf(ArgumentTransformContext).j4w = function () {
|
|
4263
|
+
return this.v54_1.j4w();
|
|
4264
4264
|
};
|
|
4265
|
-
protoOf(ArgumentTransformContext).
|
|
4266
|
-
return this.
|
|
4265
|
+
protoOf(ArgumentTransformContext).y4v = function () {
|
|
4266
|
+
return this.v54_1.y4v();
|
|
4267
4267
|
};
|
|
4268
4268
|
protoOf(ArgumentTransformContext).oj = function () {
|
|
4269
|
-
return this.
|
|
4269
|
+
return this.v54_1.oj();
|
|
4270
4270
|
};
|
|
4271
|
-
protoOf(ArgumentTransformContext).
|
|
4272
|
-
return this.
|
|
4271
|
+
protoOf(ArgumentTransformContext).z4v = function () {
|
|
4272
|
+
return this.v54_1.z4v();
|
|
4273
4273
|
};
|
|
4274
4274
|
protoOf(ArgumentTransformContext).z49 = function () {
|
|
4275
|
-
return this.
|
|
4275
|
+
return this.v54_1.z49();
|
|
4276
4276
|
};
|
|
4277
|
-
protoOf(ArgumentTransformContext).
|
|
4278
|
-
this.
|
|
4277
|
+
protoOf(ArgumentTransformContext).r54 = function (context, values) {
|
|
4278
|
+
this.v54_1.r54(context, values);
|
|
4279
4279
|
};
|
|
4280
|
-
protoOf(ArgumentTransformContext).
|
|
4281
|
-
return this.
|
|
4280
|
+
protoOf(ArgumentTransformContext).n4w = function (context) {
|
|
4281
|
+
return this.v54_1.n4w(context);
|
|
4282
4282
|
};
|
|
4283
|
-
protoOf(ArgumentTransformContext).
|
|
4284
|
-
this.
|
|
4283
|
+
protoOf(ArgumentTransformContext).s54 = function (context) {
|
|
4284
|
+
this.v54_1.s54(context);
|
|
4285
4285
|
};
|
|
4286
4286
|
function transformAll(_this__u8e3s4, nvalues, required, transform) {
|
|
4287
4287
|
nvalues = nvalues === VOID ? null : nvalues;
|
|
@@ -4295,7 +4295,7 @@
|
|
|
4295
4295
|
return defaultValidator$lambda;
|
|
4296
4296
|
}
|
|
4297
4297
|
function transformAll_0(_this__u8e3s4, nvalues, required, defaultForHelp, transform) {
|
|
4298
|
-
var tags = toMutableMap(_this__u8e3s4.
|
|
4298
|
+
var tags = toMutableMap(_this__u8e3s4.z4x_1);
|
|
4299
4299
|
if (!(defaultForHelp == null)) {
|
|
4300
4300
|
// Inline function 'kotlin.collections.set' call
|
|
4301
4301
|
Tags_getInstance();
|
|
@@ -4307,13 +4307,13 @@
|
|
|
4307
4307
|
}
|
|
4308
4308
|
var tmp = defaultValidator();
|
|
4309
4309
|
var tmp0_elvis_lhs = nvalues;
|
|
4310
|
-
var tmp_0 = tmp0_elvis_lhs == null ? _this__u8e3s4.
|
|
4310
|
+
var tmp_0 = tmp0_elvis_lhs == null ? _this__u8e3s4.w4x_1 : tmp0_elvis_lhs;
|
|
4311
4311
|
var tmp1_elvis_lhs = required;
|
|
4312
|
-
return _this__u8e3s4.
|
|
4312
|
+
return _this__u8e3s4.u54(_this__u8e3s4.b4y_1, transform, tmp, VOID, tmp_0, tmp1_elvis_lhs == null ? _this__u8e3s4.x4x_1 : tmp1_elvis_lhs, VOID, tags);
|
|
4313
4313
|
}
|
|
4314
4314
|
function optional$lambda($this_optional) {
|
|
4315
4315
|
return function ($this$transformAll, it) {
|
|
4316
|
-
return it.l() ? null : $this_optional.
|
|
4316
|
+
return it.l() ? null : $this_optional.c4y_1($this$transformAll, it);
|
|
4317
4317
|
};
|
|
4318
4318
|
}
|
|
4319
4319
|
function argument$lambda($this$$receiver, it) {
|
|
@@ -4351,139 +4351,139 @@
|
|
|
4351
4351
|
return UNINITIALIZED_instance;
|
|
4352
4352
|
}
|
|
4353
4353
|
function NullableLateinit(errorMessage) {
|
|
4354
|
-
this.
|
|
4355
|
-
this.
|
|
4354
|
+
this.i54_1 = errorMessage;
|
|
4355
|
+
this.j54_1 = UNINITIALIZED_getInstance();
|
|
4356
4356
|
}
|
|
4357
|
-
protoOf(NullableLateinit).
|
|
4358
|
-
if (this.
|
|
4359
|
-
throw IllegalStateException_init_$Create$(this.
|
|
4357
|
+
protoOf(NullableLateinit).l54 = function (thisRef, property) {
|
|
4358
|
+
if (this.j54_1 === UNINITIALIZED_getInstance())
|
|
4359
|
+
throw IllegalStateException_init_$Create$(this.i54_1);
|
|
4360
4360
|
try {
|
|
4361
|
-
var tmp = this.
|
|
4361
|
+
var tmp = this.j54_1;
|
|
4362
4362
|
return (tmp == null ? true : isObject(tmp)) ? tmp : THROW_CCE();
|
|
4363
4363
|
} catch ($p) {
|
|
4364
4364
|
if ($p instanceof ClassCastException) {
|
|
4365
4365
|
var e = $p;
|
|
4366
|
-
throw IllegalStateException_init_$Create$(this.
|
|
4366
|
+
throw IllegalStateException_init_$Create$(this.i54_1);
|
|
4367
4367
|
} else {
|
|
4368
4368
|
throw $p;
|
|
4369
4369
|
}
|
|
4370
4370
|
}
|
|
4371
4371
|
};
|
|
4372
|
-
protoOf(NullableLateinit).
|
|
4373
|
-
return this.
|
|
4372
|
+
protoOf(NullableLateinit).p54 = function (thisRef, property) {
|
|
4373
|
+
return this.l54(isObject(thisRef) ? thisRef : THROW_CCE(), property);
|
|
4374
4374
|
};
|
|
4375
|
-
protoOf(NullableLateinit).
|
|
4376
|
-
this.
|
|
4375
|
+
protoOf(NullableLateinit).k54 = function (thisRef, property, value) {
|
|
4376
|
+
this.j54_1 = value;
|
|
4377
4377
|
};
|
|
4378
4378
|
function EagerOption(names, nvalues, optionHelp, hidden, helpTags, groupName, callback) {
|
|
4379
|
-
this.
|
|
4380
|
-
this.
|
|
4381
|
-
this.
|
|
4382
|
-
this.
|
|
4383
|
-
this.
|
|
4384
|
-
this.
|
|
4385
|
-
this.
|
|
4386
|
-
this.
|
|
4387
|
-
}
|
|
4388
|
-
protoOf(EagerOption).
|
|
4389
|
-
return this.x54_1;
|
|
4390
|
-
};
|
|
4391
|
-
protoOf(EagerOption).x4v = function () {
|
|
4392
|
-
return this.y54_1;
|
|
4393
|
-
};
|
|
4394
|
-
protoOf(EagerOption).g4w = function () {
|
|
4379
|
+
this.z54_1 = names;
|
|
4380
|
+
this.a55_1 = nvalues;
|
|
4381
|
+
this.b55_1 = optionHelp;
|
|
4382
|
+
this.c55_1 = hidden;
|
|
4383
|
+
this.d55_1 = helpTags;
|
|
4384
|
+
this.e55_1 = groupName;
|
|
4385
|
+
this.f55_1 = callback;
|
|
4386
|
+
this.g55_1 = FlagOptionParser_getInstance();
|
|
4387
|
+
}
|
|
4388
|
+
protoOf(EagerOption).d4v = function () {
|
|
4395
4389
|
return this.z54_1;
|
|
4396
4390
|
};
|
|
4397
|
-
protoOf(EagerOption).
|
|
4391
|
+
protoOf(EagerOption).z4v = function () {
|
|
4398
4392
|
return this.a55_1;
|
|
4399
4393
|
};
|
|
4400
|
-
protoOf(EagerOption).
|
|
4394
|
+
protoOf(EagerOption).i4w = function () {
|
|
4401
4395
|
return this.b55_1;
|
|
4402
4396
|
};
|
|
4403
|
-
protoOf(EagerOption).
|
|
4397
|
+
protoOf(EagerOption).p4b = function () {
|
|
4404
4398
|
return this.c55_1;
|
|
4405
4399
|
};
|
|
4406
|
-
protoOf(EagerOption).
|
|
4407
|
-
return
|
|
4400
|
+
protoOf(EagerOption).h55 = function () {
|
|
4401
|
+
return this.d55_1;
|
|
4408
4402
|
};
|
|
4409
|
-
protoOf(EagerOption).
|
|
4403
|
+
protoOf(EagerOption).v4y = function () {
|
|
4410
4404
|
return this.e55_1;
|
|
4411
4405
|
};
|
|
4412
|
-
protoOf(EagerOption).
|
|
4406
|
+
protoOf(EagerOption).e4v = function () {
|
|
4407
|
+
return emptySet();
|
|
4408
|
+
};
|
|
4409
|
+
protoOf(EagerOption).i55 = function () {
|
|
4410
|
+
return this.g55_1;
|
|
4411
|
+
};
|
|
4412
|
+
protoOf(EagerOption).j55 = function (context) {
|
|
4413
4413
|
return null;
|
|
4414
4414
|
};
|
|
4415
|
-
protoOf(EagerOption).
|
|
4415
|
+
protoOf(EagerOption).s54 = function (context) {
|
|
4416
4416
|
};
|
|
4417
|
-
protoOf(EagerOption).
|
|
4418
|
-
this.
|
|
4417
|
+
protoOf(EagerOption).q51 = function (context, invocations) {
|
|
4418
|
+
this.f55_1(new OptionTransformContext(this, context));
|
|
4419
4419
|
};
|
|
4420
4420
|
function helpOption(names, message) {
|
|
4421
4421
|
var tmp = emptyMap();
|
|
4422
4422
|
return new EagerOption(names, 0, message, false, tmp, null, helpOption$lambda);
|
|
4423
4423
|
}
|
|
4424
4424
|
function helpOption$lambda($this$$receiver) {
|
|
4425
|
-
throw new PrintHelpMessage($this$$receiver.
|
|
4425
|
+
throw new PrintHelpMessage($this$$receiver.l55_1.g4v_1);
|
|
4426
4426
|
}
|
|
4427
4427
|
function _set_value__lx0xdg_0($this, _set____db54di) {
|
|
4428
|
-
return $this.
|
|
4428
|
+
return $this.y55_1.k54($this, value$factory_1(), _set____db54di);
|
|
4429
4429
|
}
|
|
4430
4430
|
function FlagOption(names, secondaryNames, optionHelp, hidden, helpTags, valueSourceKey, envvar, transformEnvvar, transformAll, validator) {
|
|
4431
|
-
this.
|
|
4432
|
-
this.
|
|
4433
|
-
this.
|
|
4434
|
-
this.
|
|
4435
|
-
this.
|
|
4436
|
-
this.
|
|
4437
|
-
this.
|
|
4438
|
-
this.
|
|
4439
|
-
this.
|
|
4440
|
-
this.
|
|
4441
|
-
this.
|
|
4442
|
-
this.
|
|
4443
|
-
this.
|
|
4444
|
-
this.
|
|
4445
|
-
}
|
|
4446
|
-
protoOf(FlagOption).
|
|
4447
|
-
return this.k55_1;
|
|
4448
|
-
};
|
|
4449
|
-
protoOf(FlagOption).g4w = function () {
|
|
4450
|
-
return this.l55_1;
|
|
4451
|
-
};
|
|
4452
|
-
protoOf(FlagOption).p4b = function () {
|
|
4431
|
+
this.m55_1 = secondaryNames;
|
|
4432
|
+
this.n55_1 = optionHelp;
|
|
4433
|
+
this.o55_1 = hidden;
|
|
4434
|
+
this.p55_1 = helpTags;
|
|
4435
|
+
this.q55_1 = valueSourceKey;
|
|
4436
|
+
this.r55_1 = envvar;
|
|
4437
|
+
this.s55_1 = transformEnvvar;
|
|
4438
|
+
this.t55_1 = transformAll;
|
|
4439
|
+
this.u55_1 = validator;
|
|
4440
|
+
this.v55_1 = null;
|
|
4441
|
+
this.w55_1 = null;
|
|
4442
|
+
this.x55_1 = FlagOptionParser_getInstance();
|
|
4443
|
+
this.y55_1 = new NullableLateinit('Cannot read from option delegate before parsing command line');
|
|
4444
|
+
this.z55_1 = names;
|
|
4445
|
+
}
|
|
4446
|
+
protoOf(FlagOption).e4v = function () {
|
|
4453
4447
|
return this.m55_1;
|
|
4454
4448
|
};
|
|
4455
|
-
protoOf(FlagOption).
|
|
4449
|
+
protoOf(FlagOption).i4w = function () {
|
|
4456
4450
|
return this.n55_1;
|
|
4457
4451
|
};
|
|
4458
|
-
protoOf(FlagOption).
|
|
4459
|
-
return this.
|
|
4452
|
+
protoOf(FlagOption).p4b = function () {
|
|
4453
|
+
return this.o55_1;
|
|
4454
|
+
};
|
|
4455
|
+
protoOf(FlagOption).h55 = function () {
|
|
4456
|
+
return this.p55_1;
|
|
4460
4457
|
};
|
|
4461
|
-
protoOf(FlagOption).
|
|
4462
|
-
return this.
|
|
4458
|
+
protoOf(FlagOption).u4y = function () {
|
|
4459
|
+
return this.v55_1;
|
|
4460
|
+
};
|
|
4461
|
+
protoOf(FlagOption).v4y = function () {
|
|
4462
|
+
return this.w55_1;
|
|
4463
4463
|
};
|
|
4464
|
-
protoOf(FlagOption).
|
|
4464
|
+
protoOf(FlagOption).j55 = function (context) {
|
|
4465
4465
|
return null;
|
|
4466
4466
|
};
|
|
4467
|
-
protoOf(FlagOption).
|
|
4467
|
+
protoOf(FlagOption).z4v = function () {
|
|
4468
4468
|
return 0;
|
|
4469
4469
|
};
|
|
4470
|
-
protoOf(FlagOption).
|
|
4471
|
-
return this.
|
|
4470
|
+
protoOf(FlagOption).i55 = function () {
|
|
4471
|
+
return this.x55_1;
|
|
4472
4472
|
};
|
|
4473
4473
|
protoOf(FlagOption).y = function () {
|
|
4474
|
-
return this.
|
|
4474
|
+
return this.y55_1.l54(this, value$factory_2());
|
|
4475
4475
|
};
|
|
4476
|
-
protoOf(FlagOption).
|
|
4477
|
-
return this.
|
|
4476
|
+
protoOf(FlagOption).d4v = function () {
|
|
4477
|
+
return this.z55_1;
|
|
4478
4478
|
};
|
|
4479
|
-
protoOf(FlagOption).
|
|
4480
|
-
this.
|
|
4481
|
-
thisRef.
|
|
4479
|
+
protoOf(FlagOption).a56 = function (thisRef, prop) {
|
|
4480
|
+
this.z55_1 = inferOptionNames(this.z55_1, prop.callableName);
|
|
4481
|
+
thisRef.s4w(this);
|
|
4482
4482
|
return this;
|
|
4483
4483
|
};
|
|
4484
|
-
protoOf(FlagOption).
|
|
4484
|
+
protoOf(FlagOption).q51 = function (context, invocations) {
|
|
4485
4485
|
var transformContext = new OptionTransformContext(this, context);
|
|
4486
|
-
var v = getFinalValue(this, context, invocations, this.
|
|
4486
|
+
var v = getFinalValue(this, context, invocations, this.r55_1);
|
|
4487
4487
|
var tmp;
|
|
4488
4488
|
if (v instanceof Parsed) {
|
|
4489
4489
|
var tmp$ret$2;
|
|
@@ -4496,23 +4496,23 @@
|
|
|
4496
4496
|
var item = tmp0_iterator.h();
|
|
4497
4497
|
var tmp$ret$0;
|
|
4498
4498
|
// Inline function 'com.github.ajalt.clikt.parameters.options.FlagOption.finalize.<anonymous>' call
|
|
4499
|
-
tmp$ret$0 = item.
|
|
4499
|
+
tmp$ret$0 = item.f56_1;
|
|
4500
4500
|
tmp0_mapTo.a(tmp$ret$0);
|
|
4501
4501
|
}
|
|
4502
4502
|
tmp$ret$1 = tmp0_mapTo;
|
|
4503
4503
|
tmp$ret$2 = tmp$ret$1;
|
|
4504
|
-
tmp = this.
|
|
4504
|
+
tmp = this.t55_1(transformContext, tmp$ret$2);
|
|
4505
4505
|
} else {
|
|
4506
4506
|
if (v instanceof Sourced) {
|
|
4507
|
-
if (!(v.
|
|
4507
|
+
if (!(v.e56_1.i() === 1) ? true : !(v.e56_1.k(0).d56_1.i() === 1)) {
|
|
4508
4508
|
var tmp0_elvis_lhs = longestName(this);
|
|
4509
|
-
var message = context.
|
|
4509
|
+
var message = context.s4v_1.b54(tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs);
|
|
4510
4510
|
throw UsageError_init_$Create$_0(message, this);
|
|
4511
4511
|
}
|
|
4512
|
-
tmp = this.
|
|
4512
|
+
tmp = this.s55_1(transformContext, v.e56_1.k(0).d56_1.k(0));
|
|
4513
4513
|
} else {
|
|
4514
4514
|
if (v instanceof Envvar) {
|
|
4515
|
-
tmp = this.
|
|
4515
|
+
tmp = this.s55_1(transformContext, v.c56_1);
|
|
4516
4516
|
} else {
|
|
4517
4517
|
noWhenBranchMatchedException();
|
|
4518
4518
|
}
|
|
@@ -4520,22 +4520,22 @@
|
|
|
4520
4520
|
}
|
|
4521
4521
|
_set_value__lx0xdg_0(this, tmp);
|
|
4522
4522
|
};
|
|
4523
|
-
protoOf(FlagOption).
|
|
4524
|
-
this.
|
|
4523
|
+
protoOf(FlagOption).s54 = function (context) {
|
|
4524
|
+
this.u55_1(new OptionTransformContext(this, context), this.y());
|
|
4525
4525
|
};
|
|
4526
|
-
protoOf(FlagOption).
|
|
4527
|
-
return this.
|
|
4526
|
+
protoOf(FlagOption).p54 = function (thisRef, property) {
|
|
4527
|
+
return this.h56((!(thisRef == null) ? isInterface(thisRef, ParameterHolder) : false) ? thisRef : THROW_CCE(), property);
|
|
4528
4528
|
};
|
|
4529
4529
|
function flag(_this__u8e3s4, secondaryNames, default_0, defaultForHelp) {
|
|
4530
4530
|
default_0 = default_0 === VOID ? false : default_0;
|
|
4531
4531
|
defaultForHelp = defaultForHelp === VOID ? '' : defaultForHelp;
|
|
4532
4532
|
Tags_getInstance();
|
|
4533
|
-
var tags = plus_3(_this__u8e3s4.
|
|
4534
|
-
var tmp = _this__u8e3s4.
|
|
4533
|
+
var tags = plus_3(_this__u8e3s4.m56_1, mapOf(to('default', defaultForHelp)));
|
|
4534
|
+
var tmp = _this__u8e3s4.z56_1;
|
|
4535
4535
|
var tmp_0 = toSet(secondaryNames);
|
|
4536
4536
|
var tmp_1 = flag$lambda;
|
|
4537
4537
|
var tmp_2 = flag$lambda_0(default_0, secondaryNames);
|
|
4538
|
-
return new FlagOption(tmp, tmp_0, _this__u8e3s4.
|
|
4538
|
+
return new FlagOption(tmp, tmp_0, _this__u8e3s4.k56_1, _this__u8e3s4.l56_1, tags, _this__u8e3s4.n56_1, _this__u8e3s4.o56_1, tmp_1, tmp_2, flag$lambda_1);
|
|
4539
4539
|
}
|
|
4540
4540
|
function flag$lambda($this$$receiver, it) {
|
|
4541
4541
|
var tmp$ret$1;
|
|
@@ -4564,7 +4564,7 @@
|
|
|
4564
4564
|
tmp = false;
|
|
4565
4565
|
break;
|
|
4566
4566
|
default:
|
|
4567
|
-
throw BadParameterValue_init_$Create$($this$$receiver.
|
|
4567
|
+
throw BadParameterValue_init_$Create$($this$$receiver.l55_1.s4v_1.c54(it), $this$$receiver);
|
|
4568
4568
|
}
|
|
4569
4569
|
return tmp;
|
|
4570
4570
|
}
|
|
@@ -4598,7 +4598,7 @@
|
|
|
4598
4598
|
var tmp$ret$0;
|
|
4599
4599
|
$l$block_0: {
|
|
4600
4600
|
// Inline function 'kotlin.collections.maxByOrNull' call
|
|
4601
|
-
var tmp0_maxByOrNull = _this__u8e3s4.
|
|
4601
|
+
var tmp0_maxByOrNull = _this__u8e3s4.d4v();
|
|
4602
4602
|
var iterator = tmp0_maxByOrNull.f();
|
|
4603
4603
|
if (!iterator.g()) {
|
|
4604
4604
|
tmp$ret$0 = null;
|
|
@@ -4632,13 +4632,13 @@
|
|
|
4632
4632
|
}
|
|
4633
4633
|
function Parsed(values) {
|
|
4634
4634
|
FinalValue.call(this);
|
|
4635
|
-
this.
|
|
4635
|
+
this.a57_1 = values;
|
|
4636
4636
|
}
|
|
4637
4637
|
protoOf(Parsed).toString = function () {
|
|
4638
|
-
return 'Parsed(values=' + this.
|
|
4638
|
+
return 'Parsed(values=' + this.a57_1 + ')';
|
|
4639
4639
|
};
|
|
4640
4640
|
protoOf(Parsed).hashCode = function () {
|
|
4641
|
-
return hashCode(this.
|
|
4641
|
+
return hashCode(this.a57_1);
|
|
4642
4642
|
};
|
|
4643
4643
|
protoOf(Parsed).equals = function (other) {
|
|
4644
4644
|
if (this === other)
|
|
@@ -4646,19 +4646,19 @@
|
|
|
4646
4646
|
if (!(other instanceof Parsed))
|
|
4647
4647
|
return false;
|
|
4648
4648
|
var tmp0_other_with_cast = other instanceof Parsed ? other : THROW_CCE();
|
|
4649
|
-
if (!equals(this.
|
|
4649
|
+
if (!equals(this.a57_1, tmp0_other_with_cast.a57_1))
|
|
4650
4650
|
return false;
|
|
4651
4651
|
return true;
|
|
4652
4652
|
};
|
|
4653
4653
|
function Sourced(values) {
|
|
4654
4654
|
FinalValue.call(this);
|
|
4655
|
-
this.
|
|
4655
|
+
this.e56_1 = values;
|
|
4656
4656
|
}
|
|
4657
4657
|
protoOf(Sourced).toString = function () {
|
|
4658
|
-
return 'Sourced(values=' + this.
|
|
4658
|
+
return 'Sourced(values=' + this.e56_1 + ')';
|
|
4659
4659
|
};
|
|
4660
4660
|
protoOf(Sourced).hashCode = function () {
|
|
4661
|
-
return hashCode(this.
|
|
4661
|
+
return hashCode(this.e56_1);
|
|
4662
4662
|
};
|
|
4663
4663
|
protoOf(Sourced).equals = function (other) {
|
|
4664
4664
|
if (this === other)
|
|
@@ -4666,21 +4666,21 @@
|
|
|
4666
4666
|
if (!(other instanceof Sourced))
|
|
4667
4667
|
return false;
|
|
4668
4668
|
var tmp0_other_with_cast = other instanceof Sourced ? other : THROW_CCE();
|
|
4669
|
-
if (!equals(this.
|
|
4669
|
+
if (!equals(this.e56_1, tmp0_other_with_cast.e56_1))
|
|
4670
4670
|
return false;
|
|
4671
4671
|
return true;
|
|
4672
4672
|
};
|
|
4673
4673
|
function Envvar(key, value) {
|
|
4674
4674
|
FinalValue.call(this);
|
|
4675
|
-
this.
|
|
4676
|
-
this.
|
|
4675
|
+
this.b56_1 = key;
|
|
4676
|
+
this.c56_1 = value;
|
|
4677
4677
|
}
|
|
4678
4678
|
protoOf(Envvar).toString = function () {
|
|
4679
|
-
return 'Envvar(key=' + this.
|
|
4679
|
+
return 'Envvar(key=' + this.b56_1 + ', value=' + this.c56_1 + ')';
|
|
4680
4680
|
};
|
|
4681
4681
|
protoOf(Envvar).hashCode = function () {
|
|
4682
|
-
var result = getStringHashCode(this.
|
|
4683
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
4682
|
+
var result = getStringHashCode(this.b56_1);
|
|
4683
|
+
result = imul(result, 31) + getStringHashCode(this.c56_1) | 0;
|
|
4684
4684
|
return result;
|
|
4685
4685
|
};
|
|
4686
4686
|
protoOf(Envvar).equals = function (other) {
|
|
@@ -4689,9 +4689,9 @@
|
|
|
4689
4689
|
if (!(other instanceof Envvar))
|
|
4690
4690
|
return false;
|
|
4691
4691
|
var tmp0_other_with_cast = other instanceof Envvar ? other : THROW_CCE();
|
|
4692
|
-
if (!(this.
|
|
4692
|
+
if (!(this.b56_1 === tmp0_other_with_cast.b56_1))
|
|
4693
4693
|
return false;
|
|
4694
|
-
if (!(this.
|
|
4694
|
+
if (!(this.c56_1 === tmp0_other_with_cast.c56_1))
|
|
4695
4695
|
return false;
|
|
4696
4696
|
return true;
|
|
4697
4697
|
};
|
|
@@ -4705,7 +4705,7 @@
|
|
|
4705
4705
|
if (tmp$ret$0) {
|
|
4706
4706
|
tmp = new Parsed(invocations);
|
|
4707
4707
|
} else {
|
|
4708
|
-
if (context.
|
|
4708
|
+
if (context.p4v_1) {
|
|
4709
4709
|
var tmp0_elvis_lhs = readEnvVar(_this__u8e3s4, context, envvar);
|
|
4710
4710
|
tmp = tmp0_elvis_lhs == null ? readValueSource(_this__u8e3s4, context) : tmp0_elvis_lhs;
|
|
4711
4711
|
} else {
|
|
@@ -4804,7 +4804,7 @@
|
|
|
4804
4804
|
return tmp;
|
|
4805
4805
|
}
|
|
4806
4806
|
function readEnvVar(_this__u8e3s4, context, envvar) {
|
|
4807
|
-
var tmp0_elvis_lhs = inferEnvvar(_this__u8e3s4.
|
|
4807
|
+
var tmp0_elvis_lhs = inferEnvvar(_this__u8e3s4.d4v(), envvar, context.i4v_1);
|
|
4808
4808
|
var tmp;
|
|
4809
4809
|
if (tmp0_elvis_lhs == null) {
|
|
4810
4810
|
return null;
|
|
@@ -4812,7 +4812,7 @@
|
|
|
4812
4812
|
tmp = tmp0_elvis_lhs;
|
|
4813
4813
|
}
|
|
4814
4814
|
var env = tmp;
|
|
4815
|
-
var tmp1_safe_receiver = context.
|
|
4815
|
+
var tmp1_safe_receiver = context.t4v_1(env);
|
|
4816
4816
|
var tmp_0;
|
|
4817
4817
|
if (tmp1_safe_receiver == null) {
|
|
4818
4818
|
tmp_0 = null;
|
|
@@ -4829,8 +4829,8 @@
|
|
|
4829
4829
|
return tmp_0;
|
|
4830
4830
|
}
|
|
4831
4831
|
function readValueSource(_this__u8e3s4, context) {
|
|
4832
|
-
var tmp0_safe_receiver = context.
|
|
4833
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
4832
|
+
var tmp0_safe_receiver = context.q4v_1;
|
|
4833
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b57(context, _this__u8e3s4);
|
|
4834
4834
|
var tmp;
|
|
4835
4835
|
if (tmp1_safe_receiver == null) {
|
|
4836
4836
|
tmp = null;
|
|
@@ -4926,115 +4926,115 @@
|
|
|
4926
4926
|
return '' + new Char(charSequenceGet(it.y(), 0)) + '-' + new Char(charSequenceGet(it.y(), 1));
|
|
4927
4927
|
}
|
|
4928
4928
|
function validate(_this__u8e3s4, validator) {
|
|
4929
|
-
return _this__u8e3s4.
|
|
4929
|
+
return _this__u8e3s4.c57(_this__u8e3s4.s56_1, _this__u8e3s4.t56_1, _this__u8e3s4.u56_1, validator);
|
|
4930
4930
|
}
|
|
4931
4931
|
function OptionTransformContext(option, context) {
|
|
4932
|
-
this.
|
|
4933
|
-
this.
|
|
4932
|
+
this.k55_1 = option;
|
|
4933
|
+
this.l55_1 = context;
|
|
4934
4934
|
}
|
|
4935
|
-
protoOf(OptionTransformContext).
|
|
4936
|
-
return this.
|
|
4935
|
+
protoOf(OptionTransformContext).y4v = function () {
|
|
4936
|
+
return this.k55_1.y4v();
|
|
4937
4937
|
};
|
|
4938
|
-
protoOf(OptionTransformContext).
|
|
4939
|
-
return this.
|
|
4938
|
+
protoOf(OptionTransformContext).h55 = function () {
|
|
4939
|
+
return this.k55_1.h55();
|
|
4940
4940
|
};
|
|
4941
4941
|
protoOf(OptionTransformContext).p4b = function () {
|
|
4942
|
-
return this.
|
|
4942
|
+
return this.k55_1.p4b();
|
|
4943
4943
|
};
|
|
4944
|
-
protoOf(OptionTransformContext).
|
|
4945
|
-
return this.
|
|
4944
|
+
protoOf(OptionTransformContext).d4v = function () {
|
|
4945
|
+
return this.k55_1.d4v();
|
|
4946
4946
|
};
|
|
4947
|
-
protoOf(OptionTransformContext).
|
|
4948
|
-
return this.
|
|
4947
|
+
protoOf(OptionTransformContext).z4v = function () {
|
|
4948
|
+
return this.k55_1.z4v();
|
|
4949
4949
|
};
|
|
4950
|
-
protoOf(OptionTransformContext).
|
|
4951
|
-
return this.
|
|
4950
|
+
protoOf(OptionTransformContext).i4w = function () {
|
|
4951
|
+
return this.k55_1.i4w();
|
|
4952
4952
|
};
|
|
4953
|
-
protoOf(OptionTransformContext).
|
|
4954
|
-
return this.
|
|
4953
|
+
protoOf(OptionTransformContext).i55 = function () {
|
|
4954
|
+
return this.k55_1.i55();
|
|
4955
4955
|
};
|
|
4956
|
-
protoOf(OptionTransformContext).
|
|
4957
|
-
return this.
|
|
4956
|
+
protoOf(OptionTransformContext).e4v = function () {
|
|
4957
|
+
return this.k55_1.e4v();
|
|
4958
4958
|
};
|
|
4959
|
-
protoOf(OptionTransformContext).
|
|
4960
|
-
this.
|
|
4959
|
+
protoOf(OptionTransformContext).q51 = function (context, invocations) {
|
|
4960
|
+
this.k55_1.q51(context, invocations);
|
|
4961
4961
|
};
|
|
4962
|
-
protoOf(OptionTransformContext).
|
|
4963
|
-
return this.
|
|
4962
|
+
protoOf(OptionTransformContext).j55 = function (context) {
|
|
4963
|
+
return this.k55_1.j55(context);
|
|
4964
4964
|
};
|
|
4965
|
-
protoOf(OptionTransformContext).
|
|
4966
|
-
return this.
|
|
4965
|
+
protoOf(OptionTransformContext).n4w = function (context) {
|
|
4966
|
+
return this.k55_1.n4w(context);
|
|
4967
4967
|
};
|
|
4968
|
-
protoOf(OptionTransformContext).
|
|
4969
|
-
this.
|
|
4968
|
+
protoOf(OptionTransformContext).s54 = function (context) {
|
|
4969
|
+
this.k55_1.s54(context);
|
|
4970
4970
|
};
|
|
4971
|
-
protoOf(OptionTransformContext).
|
|
4972
|
-
throw BadParameterValue_init_$Create$(message, this.
|
|
4971
|
+
protoOf(OptionTransformContext).d57 = function (message) {
|
|
4972
|
+
throw BadParameterValue_init_$Create$(message, this.k55_1);
|
|
4973
4973
|
};
|
|
4974
4974
|
function _set_value__lx0xdg_1($this, _set____db54di) {
|
|
4975
|
-
return $this.
|
|
4975
|
+
return $this.y56_1.k54($this, value$factory_3(), _set____db54di);
|
|
4976
4976
|
}
|
|
4977
4977
|
function OptionWithValues(names, metavarWithDefault, nvalues, optionHelp, hidden, helpTags, valueSourceKey, envvar, valueSplit, parser, completionCandidatesWithDefault, transformValue, transformEach, transformAll, transformValidator) {
|
|
4978
|
-
this.
|
|
4979
|
-
this.
|
|
4980
|
-
this.
|
|
4981
|
-
this.
|
|
4982
|
-
this.
|
|
4983
|
-
this.
|
|
4984
|
-
this.
|
|
4985
|
-
this.
|
|
4986
|
-
this.
|
|
4987
|
-
this.
|
|
4988
|
-
this.
|
|
4989
|
-
this.
|
|
4990
|
-
this.
|
|
4991
|
-
this.
|
|
4992
|
-
this.
|
|
4993
|
-
this.
|
|
4994
|
-
this.
|
|
4995
|
-
this.
|
|
4996
|
-
}
|
|
4997
|
-
protoOf(OptionWithValues).
|
|
4998
|
-
return this.h56_1;
|
|
4999
|
-
};
|
|
5000
|
-
protoOf(OptionWithValues).g4w = function () {
|
|
5001
|
-
return this.i56_1;
|
|
5002
|
-
};
|
|
5003
|
-
protoOf(OptionWithValues).p4b = function () {
|
|
4978
|
+
this.i56_1 = metavarWithDefault;
|
|
4979
|
+
this.j56_1 = nvalues;
|
|
4980
|
+
this.k56_1 = optionHelp;
|
|
4981
|
+
this.l56_1 = hidden;
|
|
4982
|
+
this.m56_1 = helpTags;
|
|
4983
|
+
this.n56_1 = valueSourceKey;
|
|
4984
|
+
this.o56_1 = envvar;
|
|
4985
|
+
this.p56_1 = valueSplit;
|
|
4986
|
+
this.q56_1 = parser;
|
|
4987
|
+
this.r56_1 = completionCandidatesWithDefault;
|
|
4988
|
+
this.s56_1 = transformValue;
|
|
4989
|
+
this.t56_1 = transformEach;
|
|
4990
|
+
this.u56_1 = transformAll;
|
|
4991
|
+
this.v56_1 = transformValidator;
|
|
4992
|
+
this.w56_1 = null;
|
|
4993
|
+
this.x56_1 = null;
|
|
4994
|
+
this.y56_1 = new NullableLateinit('Cannot read from option delegate before parsing command line');
|
|
4995
|
+
this.z56_1 = names;
|
|
4996
|
+
}
|
|
4997
|
+
protoOf(OptionWithValues).z4v = function () {
|
|
5004
4998
|
return this.j56_1;
|
|
5005
4999
|
};
|
|
5006
|
-
protoOf(OptionWithValues).
|
|
5000
|
+
protoOf(OptionWithValues).i4w = function () {
|
|
5007
5001
|
return this.k56_1;
|
|
5008
5002
|
};
|
|
5009
|
-
protoOf(OptionWithValues).
|
|
5010
|
-
return this.
|
|
5003
|
+
protoOf(OptionWithValues).p4b = function () {
|
|
5004
|
+
return this.l56_1;
|
|
5005
|
+
};
|
|
5006
|
+
protoOf(OptionWithValues).h55 = function () {
|
|
5007
|
+
return this.m56_1;
|
|
5008
|
+
};
|
|
5009
|
+
protoOf(OptionWithValues).i55 = function () {
|
|
5010
|
+
return this.q56_1;
|
|
5011
5011
|
};
|
|
5012
|
-
protoOf(OptionWithValues).
|
|
5013
|
-
return this.
|
|
5012
|
+
protoOf(OptionWithValues).u4y = function () {
|
|
5013
|
+
return this.w56_1;
|
|
5014
5014
|
};
|
|
5015
|
-
protoOf(OptionWithValues).
|
|
5016
|
-
return this.
|
|
5015
|
+
protoOf(OptionWithValues).v4y = function () {
|
|
5016
|
+
return this.x56_1;
|
|
5017
5017
|
};
|
|
5018
|
-
protoOf(OptionWithValues).
|
|
5019
|
-
return this.
|
|
5018
|
+
protoOf(OptionWithValues).j55 = function (context) {
|
|
5019
|
+
return this.i56_1.y()(context);
|
|
5020
5020
|
};
|
|
5021
5021
|
protoOf(OptionWithValues).y = function () {
|
|
5022
|
-
return this.
|
|
5022
|
+
return this.y56_1.l54(this, value$factory_4());
|
|
5023
5023
|
};
|
|
5024
|
-
protoOf(OptionWithValues).
|
|
5024
|
+
protoOf(OptionWithValues).e4v = function () {
|
|
5025
5025
|
return emptySet();
|
|
5026
5026
|
};
|
|
5027
|
-
protoOf(OptionWithValues).
|
|
5028
|
-
return this.
|
|
5027
|
+
protoOf(OptionWithValues).d4v = function () {
|
|
5028
|
+
return this.z56_1;
|
|
5029
5029
|
};
|
|
5030
|
-
protoOf(OptionWithValues).
|
|
5031
|
-
return this.
|
|
5030
|
+
protoOf(OptionWithValues).y4v = function () {
|
|
5031
|
+
return this.r56_1.y();
|
|
5032
5032
|
};
|
|
5033
|
-
protoOf(OptionWithValues).
|
|
5034
|
-
var v = getFinalValue(this, context, invocations, this.
|
|
5033
|
+
protoOf(OptionWithValues).q51 = function (context, invocations) {
|
|
5034
|
+
var v = getFinalValue(this, context, invocations, this.o56_1);
|
|
5035
5035
|
var tmp;
|
|
5036
5036
|
if (v instanceof Parsed) {
|
|
5037
|
-
var tmp0_subject = this.
|
|
5037
|
+
var tmp0_subject = this.p56_1;
|
|
5038
5038
|
var tmp_0;
|
|
5039
5039
|
if (tmp0_subject == null) {
|
|
5040
5040
|
tmp_0 = invocations;
|
|
@@ -5051,7 +5051,7 @@
|
|
|
5051
5051
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValues.finalize.<anonymous>' call
|
|
5052
5052
|
var tmp$ret$3;
|
|
5053
5053
|
// Inline function 'kotlin.collections.flatMap' call
|
|
5054
|
-
var tmp1_flatMap = item.
|
|
5054
|
+
var tmp1_flatMap = item.g56_1;
|
|
5055
5055
|
var tmp$ret$2;
|
|
5056
5056
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
5057
5057
|
var tmp0_flatMapTo = ArrayList_init_$Create$();
|
|
@@ -5062,7 +5062,7 @@
|
|
|
5062
5062
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValues.finalize.<anonymous>.<anonymous>' call
|
|
5063
5063
|
var tmp$ret$0;
|
|
5064
5064
|
// Inline function 'kotlin.text.split' call
|
|
5065
|
-
var tmp0_split = this.
|
|
5065
|
+
var tmp0_split = this.p56_1;
|
|
5066
5066
|
tmp$ret$0 = tmp0_split.ci(element, 0);
|
|
5067
5067
|
tmp$ret$1 = tmp$ret$0;
|
|
5068
5068
|
var list = tmp$ret$1;
|
|
@@ -5070,7 +5070,7 @@
|
|
|
5070
5070
|
}
|
|
5071
5071
|
tmp$ret$2 = tmp0_flatMapTo;
|
|
5072
5072
|
tmp$ret$3 = tmp$ret$2;
|
|
5073
|
-
tmp$ret$4 = item.
|
|
5073
|
+
tmp$ret$4 = item.e57(VOID, tmp$ret$3);
|
|
5074
5074
|
tmp0_mapTo.a(tmp$ret$4);
|
|
5075
5075
|
}
|
|
5076
5076
|
tmp$ret$5 = tmp0_mapTo;
|
|
@@ -5083,7 +5083,7 @@
|
|
|
5083
5083
|
var tmp$ret$7;
|
|
5084
5084
|
$l$block_0: {
|
|
5085
5085
|
// Inline function 'kotlin.collections.any' call
|
|
5086
|
-
var tmp1_any = v.
|
|
5086
|
+
var tmp1_any = v.e56_1;
|
|
5087
5087
|
var tmp_1;
|
|
5088
5088
|
if (isInterface(tmp1_any, Collection)) {
|
|
5089
5089
|
tmp_1 = tmp1_any.l();
|
|
@@ -5099,7 +5099,7 @@
|
|
|
5099
5099
|
var element_0 = tmp0_iterator_1.h();
|
|
5100
5100
|
var tmp$ret$8;
|
|
5101
5101
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValues.finalize.<anonymous>' call
|
|
5102
|
-
tmp$ret$8 = !(element_0.
|
|
5102
|
+
tmp$ret$8 = !(element_0.d56_1.i() === this.j56_1);
|
|
5103
5103
|
if (tmp$ret$8) {
|
|
5104
5104
|
tmp$ret$7 = true;
|
|
5105
5105
|
break $l$block_0;
|
|
@@ -5111,7 +5111,7 @@
|
|
|
5111
5111
|
throw new IncorrectOptionValueCount(this, ensureNotNull(longestName(this)));
|
|
5112
5112
|
var tmp$ret$11;
|
|
5113
5113
|
// Inline function 'kotlin.collections.map' call
|
|
5114
|
-
var tmp3_map = v.
|
|
5114
|
+
var tmp3_map = v.e56_1;
|
|
5115
5115
|
var tmp$ret$10;
|
|
5116
5116
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5117
5117
|
var tmp2_mapTo = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp3_map, 10));
|
|
@@ -5120,7 +5120,7 @@
|
|
|
5120
5120
|
var item_0 = tmp0_iterator_2.h();
|
|
5121
5121
|
var tmp$ret$9;
|
|
5122
5122
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValues.finalize.<anonymous>' call
|
|
5123
|
-
tmp$ret$9 = new Invocation('', item_0.
|
|
5123
|
+
tmp$ret$9 = new Invocation('', item_0.d56_1);
|
|
5124
5124
|
tmp2_mapTo.a(tmp$ret$9);
|
|
5125
5125
|
}
|
|
5126
5126
|
tmp$ret$10 = tmp2_mapTo;
|
|
@@ -5128,17 +5128,17 @@
|
|
|
5128
5128
|
tmp = tmp$ret$11;
|
|
5129
5129
|
} else {
|
|
5130
5130
|
if (v instanceof Envvar) {
|
|
5131
|
-
var tmp1_subject = this.
|
|
5131
|
+
var tmp1_subject = this.p56_1;
|
|
5132
5132
|
var tmp_2;
|
|
5133
5133
|
if (tmp1_subject == null) {
|
|
5134
|
-
tmp_2 = listOf(new Invocation(v.
|
|
5134
|
+
tmp_2 = listOf(new Invocation(v.b56_1, listOf(v.c56_1)));
|
|
5135
5135
|
} else {
|
|
5136
5136
|
var tmp$ret$12;
|
|
5137
5137
|
// Inline function 'kotlin.text.split' call
|
|
5138
|
-
var tmp4_split = v.
|
|
5139
|
-
var tmp5_split = this.
|
|
5138
|
+
var tmp4_split = v.c56_1;
|
|
5139
|
+
var tmp5_split = this.p56_1;
|
|
5140
5140
|
tmp$ret$12 = tmp5_split.ci(tmp4_split, 0);
|
|
5141
|
-
tmp_2 = listOf(new Invocation(v.
|
|
5141
|
+
tmp_2 = listOf(new Invocation(v.b56_1, tmp$ret$12));
|
|
5142
5142
|
}
|
|
5143
5143
|
tmp = tmp_2;
|
|
5144
5144
|
} else {
|
|
@@ -5158,10 +5158,10 @@
|
|
|
5158
5158
|
var item_1 = tmp0_iterator_3.h();
|
|
5159
5159
|
var tmp$ret$16;
|
|
5160
5160
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValues.finalize.<anonymous>' call
|
|
5161
|
-
var tc = new OptionCallTransformContext(item_1.
|
|
5161
|
+
var tc = new OptionCallTransformContext(item_1.f56_1, this, context);
|
|
5162
5162
|
var tmp$ret$15;
|
|
5163
5163
|
// Inline function 'kotlin.collections.map' call
|
|
5164
|
-
var tmp1_map = item_1.
|
|
5164
|
+
var tmp1_map = item_1.g56_1;
|
|
5165
5165
|
var tmp$ret$14;
|
|
5166
5166
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5167
5167
|
var tmp0_mapTo_0 = ArrayList_init_$Create$_0(collectionSizeOrDefault(tmp1_map, 10));
|
|
@@ -5170,21 +5170,21 @@
|
|
|
5170
5170
|
var item_2 = tmp0_iterator_4.h();
|
|
5171
5171
|
var tmp$ret$13;
|
|
5172
5172
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValues.finalize.<anonymous>.<anonymous>' call
|
|
5173
|
-
tmp$ret$13 = this.
|
|
5173
|
+
tmp$ret$13 = this.s56_1(tc, item_2);
|
|
5174
5174
|
tmp0_mapTo_0.a(tmp$ret$13);
|
|
5175
5175
|
}
|
|
5176
5176
|
tmp$ret$14 = tmp0_mapTo_0;
|
|
5177
5177
|
tmp$ret$15 = tmp$ret$14;
|
|
5178
|
-
tmp$ret$16 = this.
|
|
5178
|
+
tmp$ret$16 = this.t56_1(tc, tmp$ret$15);
|
|
5179
5179
|
tmp6_mapTo.a(tmp$ret$16);
|
|
5180
5180
|
}
|
|
5181
5181
|
tmp$ret$17 = tmp6_mapTo;
|
|
5182
5182
|
tmp$ret$18 = tmp$ret$17;
|
|
5183
|
-
_set_value__lx0xdg_1(this, this.
|
|
5183
|
+
_set_value__lx0xdg_1(this, this.u56_1(tmp_3, tmp$ret$18));
|
|
5184
5184
|
};
|
|
5185
|
-
protoOf(OptionWithValues).
|
|
5185
|
+
protoOf(OptionWithValues).a56 = function (thisRef, prop) {
|
|
5186
5186
|
// Inline function 'kotlin.require' call
|
|
5187
|
-
var tmp0_require = this.
|
|
5187
|
+
var tmp0_require = this.e4v().l();
|
|
5188
5188
|
// Inline function 'kotlin.contracts.contract' call
|
|
5189
5189
|
if (!tmp0_require) {
|
|
5190
5190
|
var tmp$ret$0;
|
|
@@ -5193,32 +5193,32 @@
|
|
|
5193
5193
|
var message = tmp$ret$0;
|
|
5194
5194
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
5195
5195
|
}
|
|
5196
|
-
this.
|
|
5197
|
-
thisRef.
|
|
5196
|
+
this.z56_1 = inferOptionNames(this.z56_1, prop.callableName);
|
|
5197
|
+
thisRef.s4w(this);
|
|
5198
5198
|
return this;
|
|
5199
5199
|
};
|
|
5200
|
-
protoOf(OptionWithValues).
|
|
5201
|
-
this.
|
|
5200
|
+
protoOf(OptionWithValues).s54 = function (context) {
|
|
5201
|
+
this.v56_1(new OptionTransformContext(this, context), this.y());
|
|
5202
5202
|
};
|
|
5203
|
-
protoOf(OptionWithValues).
|
|
5203
|
+
protoOf(OptionWithValues).f57 = function (transformValue, transformEach, transformAll, validator, names, metavarWithDefault, nvalues, help, hidden, helpTags, valueSourceKey, envvar, valueSplit, parser, completionCandidatesWithDefault) {
|
|
5204
5204
|
return new OptionWithValues(names, metavarWithDefault, nvalues, help, hidden, helpTags, valueSourceKey, envvar, valueSplit, parser, completionCandidatesWithDefault, transformValue, transformEach, transformAll, validator);
|
|
5205
5205
|
};
|
|
5206
|
-
protoOf(OptionWithValues).
|
|
5207
|
-
names = names === VOID ? this.
|
|
5208
|
-
metavarWithDefault = metavarWithDefault === VOID ? this.
|
|
5209
|
-
nvalues = nvalues === VOID ? this.
|
|
5210
|
-
help = help === VOID ? this.
|
|
5211
|
-
hidden = hidden === VOID ? this.
|
|
5212
|
-
helpTags = helpTags === VOID ? this.
|
|
5213
|
-
valueSourceKey = valueSourceKey === VOID ? this.
|
|
5214
|
-
envvar = envvar === VOID ? this.
|
|
5215
|
-
valueSplit = valueSplit === VOID ? this.
|
|
5216
|
-
parser = parser === VOID ? this.
|
|
5217
|
-
completionCandidatesWithDefault = completionCandidatesWithDefault === VOID ? this.
|
|
5218
|
-
return $super === VOID ? this.
|
|
5219
|
-
};
|
|
5220
|
-
protoOf(OptionWithValues).
|
|
5221
|
-
return this.
|
|
5206
|
+
protoOf(OptionWithValues).c57 = function (transformValue, transformEach, transformAll, validator, names, metavarWithDefault, nvalues, help, hidden, helpTags, valueSourceKey, envvar, valueSplit, parser, completionCandidatesWithDefault, $super) {
|
|
5207
|
+
names = names === VOID ? this.z56_1 : names;
|
|
5208
|
+
metavarWithDefault = metavarWithDefault === VOID ? this.i56_1 : metavarWithDefault;
|
|
5209
|
+
nvalues = nvalues === VOID ? this.j56_1 : nvalues;
|
|
5210
|
+
help = help === VOID ? this.k56_1 : help;
|
|
5211
|
+
hidden = hidden === VOID ? this.l56_1 : hidden;
|
|
5212
|
+
helpTags = helpTags === VOID ? this.m56_1 : helpTags;
|
|
5213
|
+
valueSourceKey = valueSourceKey === VOID ? this.n56_1 : valueSourceKey;
|
|
5214
|
+
envvar = envvar === VOID ? this.o56_1 : envvar;
|
|
5215
|
+
valueSplit = valueSplit === VOID ? this.p56_1 : valueSplit;
|
|
5216
|
+
parser = parser === VOID ? this.q56_1 : parser;
|
|
5217
|
+
completionCandidatesWithDefault = completionCandidatesWithDefault === VOID ? this.r56_1 : completionCandidatesWithDefault;
|
|
5218
|
+
return $super === VOID ? this.f57(transformValue, transformEach, transformAll, validator, names, metavarWithDefault, nvalues, help, hidden, helpTags, valueSourceKey, envvar, valueSplit, parser, completionCandidatesWithDefault) : $super.f57.call(this, transformValue, transformEach, transformAll, validator, names, metavarWithDefault, nvalues, help, hidden, helpTags, valueSourceKey, envvar, valueSplit, parser, completionCandidatesWithDefault);
|
|
5219
|
+
};
|
|
5220
|
+
protoOf(OptionWithValues).p54 = function (thisRef, property) {
|
|
5221
|
+
return this.h56((!(thisRef == null) ? isInterface(thisRef, ParameterHolder) : false) ? thisRef : THROW_CCE(), property);
|
|
5222
5222
|
};
|
|
5223
5223
|
function option(_this__u8e3s4, names, help, metavar, hidden, envvar, helpTags, completionCandidates, valueSourceKey) {
|
|
5224
5224
|
help = help === VOID ? '' : help;
|
|
@@ -5250,45 +5250,45 @@
|
|
|
5250
5250
|
return new OptionWithValues(tmp, tmp_2, 1, help, hidden, helpTags, valueSourceKey, envvar, null, tmp_3, tmp_4, option$lambda_1, defaultEachProcessor(), defaultAllProcessor_0(), defaultValidator_0());
|
|
5251
5251
|
}
|
|
5252
5252
|
function OptionCallTransformContext(name, option, context) {
|
|
5253
|
-
this.
|
|
5254
|
-
this.
|
|
5255
|
-
this.
|
|
5253
|
+
this.g57_1 = name;
|
|
5254
|
+
this.h57_1 = option;
|
|
5255
|
+
this.i57_1 = context;
|
|
5256
5256
|
}
|
|
5257
|
-
protoOf(OptionCallTransformContext).
|
|
5258
|
-
return this.
|
|
5257
|
+
protoOf(OptionCallTransformContext).y4v = function () {
|
|
5258
|
+
return this.h57_1.y4v();
|
|
5259
5259
|
};
|
|
5260
|
-
protoOf(OptionCallTransformContext).
|
|
5261
|
-
return this.
|
|
5260
|
+
protoOf(OptionCallTransformContext).h55 = function () {
|
|
5261
|
+
return this.h57_1.h55();
|
|
5262
5262
|
};
|
|
5263
5263
|
protoOf(OptionCallTransformContext).p4b = function () {
|
|
5264
|
-
return this.
|
|
5264
|
+
return this.h57_1.p4b();
|
|
5265
5265
|
};
|
|
5266
|
-
protoOf(OptionCallTransformContext).
|
|
5267
|
-
return this.
|
|
5266
|
+
protoOf(OptionCallTransformContext).d4v = function () {
|
|
5267
|
+
return this.h57_1.d4v();
|
|
5268
5268
|
};
|
|
5269
|
-
protoOf(OptionCallTransformContext).
|
|
5270
|
-
return this.
|
|
5269
|
+
protoOf(OptionCallTransformContext).z4v = function () {
|
|
5270
|
+
return this.h57_1.z4v();
|
|
5271
5271
|
};
|
|
5272
|
-
protoOf(OptionCallTransformContext).
|
|
5273
|
-
return this.
|
|
5272
|
+
protoOf(OptionCallTransformContext).i4w = function () {
|
|
5273
|
+
return this.h57_1.i4w();
|
|
5274
5274
|
};
|
|
5275
|
-
protoOf(OptionCallTransformContext).
|
|
5276
|
-
return this.
|
|
5275
|
+
protoOf(OptionCallTransformContext).i55 = function () {
|
|
5276
|
+
return this.h57_1.i55();
|
|
5277
5277
|
};
|
|
5278
|
-
protoOf(OptionCallTransformContext).
|
|
5279
|
-
return this.
|
|
5278
|
+
protoOf(OptionCallTransformContext).e4v = function () {
|
|
5279
|
+
return this.h57_1.e4v();
|
|
5280
5280
|
};
|
|
5281
|
-
protoOf(OptionCallTransformContext).
|
|
5282
|
-
this.
|
|
5281
|
+
protoOf(OptionCallTransformContext).q51 = function (context, invocations) {
|
|
5282
|
+
this.h57_1.q51(context, invocations);
|
|
5283
5283
|
};
|
|
5284
|
-
protoOf(OptionCallTransformContext).
|
|
5285
|
-
return this.
|
|
5284
|
+
protoOf(OptionCallTransformContext).j55 = function (context) {
|
|
5285
|
+
return this.h57_1.j55(context);
|
|
5286
5286
|
};
|
|
5287
|
-
protoOf(OptionCallTransformContext).
|
|
5288
|
-
return this.
|
|
5287
|
+
protoOf(OptionCallTransformContext).n4w = function (context) {
|
|
5288
|
+
return this.h57_1.n4w(context);
|
|
5289
5289
|
};
|
|
5290
|
-
protoOf(OptionCallTransformContext).
|
|
5291
|
-
this.
|
|
5290
|
+
protoOf(OptionCallTransformContext).s54 = function (context) {
|
|
5291
|
+
this.h57_1.s54(context);
|
|
5292
5292
|
};
|
|
5293
5293
|
function defaultEachProcessor() {
|
|
5294
5294
|
return defaultEachProcessor$lambda;
|
|
@@ -5305,7 +5305,7 @@
|
|
|
5305
5305
|
};
|
|
5306
5306
|
}
|
|
5307
5307
|
function option$lambda_0($this$$receiver) {
|
|
5308
|
-
return $this$$receiver.
|
|
5308
|
+
return $this$$receiver.s4v_1.d54();
|
|
5309
5309
|
}
|
|
5310
5310
|
function option$lambda_1($this$$receiver, it) {
|
|
5311
5311
|
return it;
|
|
@@ -5351,7 +5351,7 @@
|
|
|
5351
5351
|
var tmp;
|
|
5352
5352
|
if (defaultForHelp === VOID) {
|
|
5353
5353
|
Tags_getInstance();
|
|
5354
|
-
tmp = _this__u8e3s4.
|
|
5354
|
+
tmp = _this__u8e3s4.m56_1.p2('default');
|
|
5355
5355
|
} else {
|
|
5356
5356
|
tmp = defaultForHelp;
|
|
5357
5357
|
}
|
|
@@ -5361,7 +5361,7 @@
|
|
|
5361
5361
|
var tmp$ret$1;
|
|
5362
5362
|
var tmp$ret$1_0;
|
|
5363
5363
|
// Inline function 'kotlin.collections.contains' call
|
|
5364
|
-
var tmp0_contains = _this__u8e3s4.
|
|
5364
|
+
var tmp0_contains = _this__u8e3s4.m56_1;
|
|
5365
5365
|
Tags_getInstance();
|
|
5366
5366
|
var tmp1_contains = 'required';
|
|
5367
5367
|
var tmp$ret$0;
|
|
@@ -5376,7 +5376,7 @@
|
|
|
5376
5376
|
tmp_0 = showAsRequired;
|
|
5377
5377
|
}
|
|
5378
5378
|
showAsRequired = tmp_0;
|
|
5379
|
-
var tags = toMutableMap(_this__u8e3s4.
|
|
5379
|
+
var tags = toMutableMap(_this__u8e3s4.m56_1);
|
|
5380
5380
|
if (showAsRequired) {
|
|
5381
5381
|
// Inline function 'kotlin.collections.set' call
|
|
5382
5382
|
Tags_getInstance();
|
|
@@ -5395,7 +5395,7 @@
|
|
|
5395
5395
|
Tags_getInstance();
|
|
5396
5396
|
tags.j4('default');
|
|
5397
5397
|
}
|
|
5398
|
-
return _this__u8e3s4.
|
|
5398
|
+
return _this__u8e3s4.c57(_this__u8e3s4.s56_1, _this__u8e3s4.t56_1, transform, defaultValidator_0(), VOID, VOID, VOID, VOID, VOID, tags);
|
|
5399
5399
|
}
|
|
5400
5400
|
function capitalize2(_this__u8e3s4) {
|
|
5401
5401
|
var tmp$ret$4;
|
|
@@ -5425,8 +5425,8 @@
|
|
|
5425
5425
|
}
|
|
5426
5426
|
function prompt$lambda$lambda($this_transformAll, $this_prompt) {
|
|
5427
5427
|
return function (it) {
|
|
5428
|
-
var ctx = new OptionCallTransformContext('', $this_transformAll, $this_transformAll.
|
|
5429
|
-
var tmp0_safe_receiver = $this_prompt.
|
|
5428
|
+
var ctx = new OptionCallTransformContext('', $this_transformAll, $this_transformAll.l55_1);
|
|
5429
|
+
var tmp0_safe_receiver = $this_prompt.u56_1($this_transformAll, listOf($this_prompt.t56_1(ctx, listOf($this_prompt.s56_1(ctx, it)))));
|
|
5430
5430
|
var tmp;
|
|
5431
5431
|
if (tmp0_safe_receiver == null) {
|
|
5432
5432
|
tmp = null;
|
|
@@ -5435,9 +5435,9 @@
|
|
|
5435
5435
|
// Inline function 'kotlin.also' call
|
|
5436
5436
|
// Inline function 'kotlin.contracts.contract' call
|
|
5437
5437
|
// Inline function 'com.github.ajalt.clikt.parameters.options.prompt.<anonymous>.<anonymous>.<anonymous>' call
|
|
5438
|
-
var tmp_0 = $this_transformAll.
|
|
5438
|
+
var tmp_0 = $this_transformAll.k55_1;
|
|
5439
5439
|
var tmp0_safe_receiver_0 = tmp_0 instanceof OptionWithValues ? tmp_0 : null;
|
|
5440
|
-
var tmp1_safe_receiver = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
5440
|
+
var tmp1_safe_receiver = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.v56_1;
|
|
5441
5441
|
if (tmp1_safe_receiver == null)
|
|
5442
5442
|
null;
|
|
5443
5443
|
else
|
|
@@ -5489,7 +5489,7 @@
|
|
|
5489
5489
|
var tmp_2;
|
|
5490
5490
|
if (provided == null) {
|
|
5491
5491
|
var tmp_3 = TermUi_getInstance();
|
|
5492
|
-
tmp_2 = tmp_3.
|
|
5492
|
+
tmp_2 = tmp_3.g54(promptText, $default, $hideInput, $requireConfirmation, $confirmationPrompt, $promptSuffix, $showDefault, $this$transformAll.l55_1.n4v_1, prompt$lambda$lambda($this$transformAll, $this_prompt));
|
|
5493
5493
|
} else {
|
|
5494
5494
|
tmp_2 = provided;
|
|
5495
5495
|
}
|
|
@@ -5510,19 +5510,19 @@
|
|
|
5510
5510
|
};
|
|
5511
5511
|
}
|
|
5512
5512
|
function ValueWithDefault(explicit, default_0) {
|
|
5513
|
-
this.
|
|
5514
|
-
this.
|
|
5513
|
+
this.m54_1 = explicit;
|
|
5514
|
+
this.n54_1 = default_0;
|
|
5515
5515
|
}
|
|
5516
5516
|
protoOf(ValueWithDefault).y = function () {
|
|
5517
|
-
var tmp0_elvis_lhs = this.
|
|
5518
|
-
return tmp0_elvis_lhs == null ? this.
|
|
5517
|
+
var tmp0_elvis_lhs = this.m54_1;
|
|
5518
|
+
return tmp0_elvis_lhs == null ? this.n54_1 : tmp0_elvis_lhs;
|
|
5519
5519
|
};
|
|
5520
5520
|
protoOf(ValueWithDefault).toString = function () {
|
|
5521
|
-
return 'ValueWithDefault(explicit=' + this.
|
|
5521
|
+
return 'ValueWithDefault(explicit=' + this.m54_1 + ', default=' + this.n54_1 + ')';
|
|
5522
5522
|
};
|
|
5523
5523
|
protoOf(ValueWithDefault).hashCode = function () {
|
|
5524
|
-
var result = this.
|
|
5525
|
-
result = imul(result, 31) + (this.
|
|
5524
|
+
var result = this.m54_1 == null ? 0 : hashCode(this.m54_1);
|
|
5525
|
+
result = imul(result, 31) + (this.n54_1 == null ? 0 : hashCode(this.n54_1)) | 0;
|
|
5526
5526
|
return result;
|
|
5527
5527
|
};
|
|
5528
5528
|
protoOf(ValueWithDefault).equals = function (other) {
|
|
@@ -5531,21 +5531,21 @@
|
|
|
5531
5531
|
if (!(other instanceof ValueWithDefault))
|
|
5532
5532
|
return false;
|
|
5533
5533
|
var tmp0_other_with_cast = other instanceof ValueWithDefault ? other : THROW_CCE();
|
|
5534
|
-
if (!equals(this.
|
|
5534
|
+
if (!equals(this.m54_1, tmp0_other_with_cast.m54_1))
|
|
5535
5535
|
return false;
|
|
5536
|
-
if (!equals(this.
|
|
5536
|
+
if (!equals(this.n54_1, tmp0_other_with_cast.n54_1))
|
|
5537
5537
|
return false;
|
|
5538
5538
|
return true;
|
|
5539
5539
|
};
|
|
5540
5540
|
function FlagOptionParser() {
|
|
5541
5541
|
FlagOptionParser_instance = this;
|
|
5542
5542
|
}
|
|
5543
|
-
protoOf(FlagOptionParser).
|
|
5543
|
+
protoOf(FlagOptionParser).j57 = function (option, name, argv, index, explicitValue) {
|
|
5544
5544
|
if (!(explicitValue == null))
|
|
5545
5545
|
throw new IncorrectOptionValueCount(option, name);
|
|
5546
5546
|
return ParseResult_init_$Create$(1, name, emptyList());
|
|
5547
5547
|
};
|
|
5548
|
-
protoOf(FlagOptionParser).
|
|
5548
|
+
protoOf(FlagOptionParser).k57 = function (option, name, argv, index, optionIndex) {
|
|
5549
5549
|
var consumed = optionIndex === get_lastIndex(argv.k(index)) ? 1 : 0;
|
|
5550
5550
|
return ParseResult_init_$Create$(consumed, name, emptyList());
|
|
5551
5551
|
};
|
|
@@ -5563,23 +5563,23 @@
|
|
|
5563
5563
|
return ParseResult_init_$Init$(consumedCount, name, values, objectCreate(protoOf(ParseResult)));
|
|
5564
5564
|
}
|
|
5565
5565
|
function Invocation(name, values) {
|
|
5566
|
-
this.
|
|
5567
|
-
this.
|
|
5566
|
+
this.f56_1 = name;
|
|
5567
|
+
this.g56_1 = values;
|
|
5568
5568
|
}
|
|
5569
|
-
protoOf(Invocation).
|
|
5569
|
+
protoOf(Invocation).l57 = function (name, values) {
|
|
5570
5570
|
return new Invocation(name, values);
|
|
5571
5571
|
};
|
|
5572
|
-
protoOf(Invocation).
|
|
5573
|
-
name = name === VOID ? this.
|
|
5574
|
-
values = values === VOID ? this.
|
|
5575
|
-
return $super === VOID ? this.
|
|
5572
|
+
protoOf(Invocation).e57 = function (name, values, $super) {
|
|
5573
|
+
name = name === VOID ? this.f56_1 : name;
|
|
5574
|
+
values = values === VOID ? this.g56_1 : values;
|
|
5575
|
+
return $super === VOID ? this.l57(name, values) : $super.l57.call(this, name, values);
|
|
5576
5576
|
};
|
|
5577
5577
|
protoOf(Invocation).toString = function () {
|
|
5578
|
-
return 'Invocation(name=' + this.
|
|
5578
|
+
return 'Invocation(name=' + this.f56_1 + ', values=' + this.g56_1 + ')';
|
|
5579
5579
|
};
|
|
5580
5580
|
protoOf(Invocation).hashCode = function () {
|
|
5581
|
-
var result = getStringHashCode(this.
|
|
5582
|
-
result = imul(result, 31) + hashCode(this.
|
|
5581
|
+
var result = getStringHashCode(this.f56_1);
|
|
5582
|
+
result = imul(result, 31) + hashCode(this.g56_1) | 0;
|
|
5583
5583
|
return result;
|
|
5584
5584
|
};
|
|
5585
5585
|
protoOf(Invocation).equals = function (other) {
|
|
@@ -5588,22 +5588,22 @@
|
|
|
5588
5588
|
if (!(other instanceof Invocation))
|
|
5589
5589
|
return false;
|
|
5590
5590
|
var tmp0_other_with_cast = other instanceof Invocation ? other : THROW_CCE();
|
|
5591
|
-
if (!(this.
|
|
5591
|
+
if (!(this.f56_1 === tmp0_other_with_cast.f56_1))
|
|
5592
5592
|
return false;
|
|
5593
|
-
if (!equals(this.
|
|
5593
|
+
if (!equals(this.g56_1, tmp0_other_with_cast.g56_1))
|
|
5594
5594
|
return false;
|
|
5595
5595
|
return true;
|
|
5596
5596
|
};
|
|
5597
5597
|
function ParseResult(consumedCount, invocation) {
|
|
5598
|
-
this.
|
|
5599
|
-
this.
|
|
5598
|
+
this.m57_1 = consumedCount;
|
|
5599
|
+
this.n57_1 = invocation;
|
|
5600
5600
|
}
|
|
5601
5601
|
protoOf(ParseResult).toString = function () {
|
|
5602
|
-
return 'ParseResult(consumedCount=' + this.
|
|
5602
|
+
return 'ParseResult(consumedCount=' + this.m57_1 + ', invocation=' + this.n57_1 + ')';
|
|
5603
5603
|
};
|
|
5604
5604
|
protoOf(ParseResult).hashCode = function () {
|
|
5605
|
-
var result = this.
|
|
5606
|
-
result = imul(result, 31) + this.
|
|
5605
|
+
var result = this.m57_1;
|
|
5606
|
+
result = imul(result, 31) + this.n57_1.hashCode() | 0;
|
|
5607
5607
|
return result;
|
|
5608
5608
|
};
|
|
5609
5609
|
protoOf(ParseResult).equals = function (other) {
|
|
@@ -5612,18 +5612,18 @@
|
|
|
5612
5612
|
if (!(other instanceof ParseResult))
|
|
5613
5613
|
return false;
|
|
5614
5614
|
var tmp0_other_with_cast = other instanceof ParseResult ? other : THROW_CCE();
|
|
5615
|
-
if (!(this.
|
|
5615
|
+
if (!(this.m57_1 === tmp0_other_with_cast.m57_1))
|
|
5616
5616
|
return false;
|
|
5617
|
-
if (!this.
|
|
5617
|
+
if (!this.n57_1.equals(tmp0_other_with_cast.n57_1))
|
|
5618
5618
|
return false;
|
|
5619
5619
|
return true;
|
|
5620
5620
|
};
|
|
5621
5621
|
function OptionWithValuesParser() {
|
|
5622
5622
|
OptionWithValuesParser_instance = this;
|
|
5623
5623
|
}
|
|
5624
|
-
protoOf(OptionWithValuesParser).
|
|
5624
|
+
protoOf(OptionWithValuesParser).j57 = function (option, name, argv, index, explicitValue) {
|
|
5625
5625
|
// Inline function 'kotlin.require' call
|
|
5626
|
-
var tmp0_require = option.
|
|
5626
|
+
var tmp0_require = option.z4v() > 0;
|
|
5627
5627
|
// Inline function 'kotlin.contracts.contract' call
|
|
5628
5628
|
if (!tmp0_require) {
|
|
5629
5629
|
var tmp$ret$0;
|
|
@@ -5633,13 +5633,13 @@
|
|
|
5633
5633
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
5634
5634
|
}
|
|
5635
5635
|
var hasIncludedValue = !(explicitValue == null);
|
|
5636
|
-
var consumedCount = hasIncludedValue ? option.
|
|
5636
|
+
var consumedCount = hasIncludedValue ? option.z4v() : option.z4v() + 1 | 0;
|
|
5637
5637
|
var endIndex = (index + consumedCount | 0) - 1 | 0;
|
|
5638
5638
|
if (endIndex > get_lastIndex_0(argv)) {
|
|
5639
5639
|
throw new IncorrectOptionValueCount(option, name);
|
|
5640
5640
|
}
|
|
5641
5641
|
var tmp;
|
|
5642
|
-
if (option.
|
|
5642
|
+
if (option.z4v() > 1) {
|
|
5643
5643
|
var args = slice_0(argv, numberRangeToNumber(index + 1 | 0, endIndex));
|
|
5644
5644
|
if (!(explicitValue == null))
|
|
5645
5645
|
args = plus_0(listOf(explicitValue), args);
|
|
@@ -5651,7 +5651,7 @@
|
|
|
5651
5651
|
var invocation = tmp;
|
|
5652
5652
|
return new ParseResult(consumedCount, invocation);
|
|
5653
5653
|
};
|
|
5654
|
-
protoOf(OptionWithValuesParser).
|
|
5654
|
+
protoOf(OptionWithValuesParser).k57 = function (option, name, argv, index, optionIndex) {
|
|
5655
5655
|
var opt = argv.k(index);
|
|
5656
5656
|
var hasIncludedValue = !(optionIndex === get_lastIndex(opt));
|
|
5657
5657
|
var tmp;
|
|
@@ -5668,7 +5668,7 @@
|
|
|
5668
5668
|
tmp = null;
|
|
5669
5669
|
}
|
|
5670
5670
|
var explicitValue = tmp;
|
|
5671
|
-
return this.
|
|
5671
|
+
return this.j57(option, name, argv, index, explicitValue);
|
|
5672
5672
|
};
|
|
5673
5673
|
var OptionWithValuesParser_instance;
|
|
5674
5674
|
function OptionWithValuesParser_getInstance() {
|
|
@@ -5678,11 +5678,11 @@
|
|
|
5678
5678
|
}
|
|
5679
5679
|
function parse($this, argv, context, startingArgI, canRun) {
|
|
5680
5680
|
var tokens = argv;
|
|
5681
|
-
var command = context.
|
|
5682
|
-
var aliases = command.
|
|
5681
|
+
var command = context.g4v_1;
|
|
5682
|
+
var aliases = command.b4w();
|
|
5683
5683
|
var tmp$ret$2;
|
|
5684
5684
|
// Inline function 'kotlin.collections.associateBy' call
|
|
5685
|
-
var tmp1_associateBy = command.
|
|
5685
|
+
var tmp1_associateBy = command.v4u_1;
|
|
5686
5686
|
var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault(tmp1_associateBy, 10)), 16);
|
|
5687
5687
|
var tmp$ret$1;
|
|
5688
5688
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
@@ -5692,14 +5692,14 @@
|
|
|
5692
5692
|
var element = tmp0_iterator.h();
|
|
5693
5693
|
var tmp$ret$0;
|
|
5694
5694
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5695
|
-
tmp$ret$0 = element.
|
|
5695
|
+
tmp$ret$0 = element.s4u_1;
|
|
5696
5696
|
tmp0_associateByTo.i4(tmp$ret$0, element);
|
|
5697
5697
|
}
|
|
5698
5698
|
tmp$ret$1 = tmp0_associateByTo;
|
|
5699
5699
|
tmp$ret$2 = tmp$ret$1;
|
|
5700
5700
|
var subcommands = tmp$ret$2;
|
|
5701
5701
|
var optionsByName = HashMap_init_$Create$();
|
|
5702
|
-
var arguments_0 = command.
|
|
5702
|
+
var arguments_0 = command.x4u_1;
|
|
5703
5703
|
var tmp$ret$3;
|
|
5704
5704
|
// Inline function 'kotlin.collections.mutableSetOf' call
|
|
5705
5705
|
tmp$ret$3 = LinkedHashSet_init_$Create$();
|
|
@@ -5711,13 +5711,13 @@
|
|
|
5711
5711
|
var tmp$ret$6;
|
|
5712
5712
|
$l$block: {
|
|
5713
5713
|
// Inline function 'kotlin.sequences.any' call
|
|
5714
|
-
var tmp2_any = generateSequence(context.
|
|
5714
|
+
var tmp2_any = generateSequence(context.f4v_1, Parser$parse$lambda);
|
|
5715
5715
|
var tmp0_iterator_0 = tmp2_any.f();
|
|
5716
5716
|
while (tmp0_iterator_0.g()) {
|
|
5717
5717
|
var element_0 = tmp0_iterator_0.h();
|
|
5718
5718
|
var tmp$ret$5;
|
|
5719
5719
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5720
|
-
tmp$ret$5 = element_0.
|
|
5720
|
+
tmp$ret$5 = element_0.g4v_1.p4u_1;
|
|
5721
5721
|
if (tmp$ret$5) {
|
|
5722
5722
|
tmp$ret$6 = true;
|
|
5723
5723
|
break $l$block;
|
|
@@ -5726,21 +5726,21 @@
|
|
|
5726
5726
|
tmp$ret$6 = false;
|
|
5727
5727
|
}
|
|
5728
5728
|
var hasMultipleSubAncestor = tmp$ret$6;
|
|
5729
|
-
var tmp0_iterator_1 = command.
|
|
5729
|
+
var tmp0_iterator_1 = command.w4u_1.f();
|
|
5730
5730
|
while (tmp0_iterator_1.g()) {
|
|
5731
5731
|
var option = tmp0_iterator_1.h();
|
|
5732
5732
|
// Inline function 'kotlin.require' call
|
|
5733
5733
|
var tmp;
|
|
5734
5734
|
var tmp$ret$7;
|
|
5735
5735
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
5736
|
-
var tmp3_isNotEmpty = option.
|
|
5736
|
+
var tmp3_isNotEmpty = option.d4v();
|
|
5737
5737
|
tmp$ret$7 = !tmp3_isNotEmpty.l();
|
|
5738
5738
|
if (tmp$ret$7) {
|
|
5739
5739
|
tmp = true;
|
|
5740
5740
|
} else {
|
|
5741
5741
|
var tmp$ret$8;
|
|
5742
5742
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
5743
|
-
var tmp4_isNotEmpty = option.
|
|
5743
|
+
var tmp4_isNotEmpty = option.e4v();
|
|
5744
5744
|
tmp$ret$8 = !tmp4_isNotEmpty.l();
|
|
5745
5745
|
tmp = tmp$ret$8;
|
|
5746
5746
|
}
|
|
@@ -5753,7 +5753,7 @@
|
|
|
5753
5753
|
var message = tmp$ret$9;
|
|
5754
5754
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
5755
5755
|
}
|
|
5756
|
-
var tmp1_iterator = plus(option.
|
|
5756
|
+
var tmp1_iterator = plus(option.d4v(), option.e4v()).f();
|
|
5757
5757
|
while (tmp1_iterator.g()) {
|
|
5758
5758
|
var name = tmp1_iterator.h();
|
|
5759
5759
|
// Inline function 'kotlin.collections.set' call
|
|
@@ -5768,14 +5768,14 @@
|
|
|
5768
5768
|
}
|
|
5769
5769
|
}
|
|
5770
5770
|
prefixes.uc('');
|
|
5771
|
-
if (startingArgI > get_lastIndex_0(tokens) ? command.
|
|
5771
|
+
if (startingArgI > get_lastIndex_0(tokens) ? command.m4u_1 : false) {
|
|
5772
5772
|
throw new PrintHelpMessage(command, true);
|
|
5773
5773
|
}
|
|
5774
5774
|
var positionalArgs = ArrayList_init_$Create$();
|
|
5775
5775
|
var i = {_v: startingArgI};
|
|
5776
5776
|
var subcommand = null;
|
|
5777
5777
|
var canParseOptions = true;
|
|
5778
|
-
var canExpandAtFiles = context.
|
|
5778
|
+
var canExpandAtFiles = context.o4v_1;
|
|
5779
5779
|
var tmp$ret$10;
|
|
5780
5780
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5781
5781
|
tmp$ret$10 = ArrayList_init_$Create$();
|
|
@@ -5783,7 +5783,7 @@
|
|
|
5783
5783
|
var minAliasI = 0;
|
|
5784
5784
|
loop: while (i._v <= get_lastIndex_0(tokens)) {
|
|
5785
5785
|
var tok = tokens.k(i._v);
|
|
5786
|
-
var normTok = context.
|
|
5786
|
+
var normTok = context.m4v_1(context, tok);
|
|
5787
5787
|
var prefix = splitOptionPrefix(tok).o4_1;
|
|
5788
5788
|
var tmp_0;
|
|
5789
5789
|
if (canExpandAtFiles ? startsWith(tok, '@') : false) {
|
|
@@ -5815,7 +5815,7 @@
|
|
|
5815
5815
|
canExpandAtFiles = false;
|
|
5816
5816
|
} else {
|
|
5817
5817
|
if (canParseOptions ? ((prefix.length > 1 ? prefixes.m(prefix) : false) ? true : longNames.m(normTok)) ? true : parse$isLongOptionWithEquals(longNames, context, optionsByName, prefix, tok) : false) {
|
|
5818
|
-
parse$consumeParse(positionalArgs, invocations, i, parseLongOpt($this, command.
|
|
5818
|
+
parse$consumeParse(positionalArgs, invocations, i, parseLongOpt($this, command.q4u_1, context, tokens, tok, i._v, optionsByName));
|
|
5819
5819
|
} else {
|
|
5820
5820
|
var tmp_1;
|
|
5821
5821
|
var tmp_2;
|
|
@@ -5833,7 +5833,7 @@
|
|
|
5833
5833
|
tmp_1 = false;
|
|
5834
5834
|
}
|
|
5835
5835
|
if (tmp_1) {
|
|
5836
|
-
parse$consumeParse(positionalArgs, invocations, i, parseShortOpt($this, command.
|
|
5836
|
+
parse$consumeParse(positionalArgs, invocations, i, parseShortOpt($this, command.q4u_1, context, tokens, tok, i._v, optionsByName));
|
|
5837
5837
|
} else {
|
|
5838
5838
|
var tmp_3;
|
|
5839
5839
|
if (i._v >= minAliasI) {
|
|
@@ -5862,7 +5862,7 @@
|
|
|
5862
5862
|
subcommand = getValue(subcommands, normTok);
|
|
5863
5863
|
break loop;
|
|
5864
5864
|
} else {
|
|
5865
|
-
if (!context.
|
|
5865
|
+
if (!context.h4v_1)
|
|
5866
5866
|
canParseOptions = false;
|
|
5867
5867
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5868
5868
|
var tmp8_plusAssign = tokens.k(i._v);
|
|
@@ -5885,7 +5885,7 @@
|
|
|
5885
5885
|
var element_1 = tmp0_iterator_2.h();
|
|
5886
5886
|
var tmp$ret$18;
|
|
5887
5887
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5888
|
-
tmp$ret$18 = element_1.
|
|
5888
|
+
tmp$ret$18 = element_1.o57_1;
|
|
5889
5889
|
var key = tmp$ret$18;
|
|
5890
5890
|
var tmp$ret$20;
|
|
5891
5891
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
@@ -5905,7 +5905,7 @@
|
|
|
5905
5905
|
var list = tmp$ret$20;
|
|
5906
5906
|
var tmp$ret$21;
|
|
5907
5907
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5908
|
-
tmp$ret$21 = element_1.
|
|
5908
|
+
tmp$ret$21 = element_1.p57_1;
|
|
5909
5909
|
list.a(tmp$ret$21);
|
|
5910
5910
|
}
|
|
5911
5911
|
tmp$ret$22 = tmp9_groupByTo;
|
|
@@ -5921,9 +5921,9 @@
|
|
|
5921
5921
|
var element_2 = tmp0_iterator_3.h();
|
|
5922
5922
|
var tmp$ret$24;
|
|
5923
5923
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5924
|
-
var tmp_5 = element_2.
|
|
5924
|
+
var tmp_5 = element_2.o57_1;
|
|
5925
5925
|
var tmp0_safe_receiver = isInterface(tmp_5, GroupableOption) ? tmp_5 : null;
|
|
5926
|
-
tmp$ret$24 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
5926
|
+
tmp$ret$24 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.u4y();
|
|
5927
5927
|
var key_0 = tmp$ret$24;
|
|
5928
5928
|
var tmp$ret$26;
|
|
5929
5929
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
@@ -5979,7 +5979,7 @@
|
|
|
5979
5979
|
var element_4 = tmp0_iterator_5.h();
|
|
5980
5980
|
var tmp$ret$31;
|
|
5981
5981
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>.<anonymous>' call
|
|
5982
|
-
tmp$ret$31 = element_4.
|
|
5982
|
+
tmp$ret$31 = element_4.o57_1;
|
|
5983
5983
|
var key_1 = tmp$ret$31;
|
|
5984
5984
|
var tmp$ret$33;
|
|
5985
5985
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
@@ -5999,7 +5999,7 @@
|
|
|
5999
5999
|
var list_1 = tmp$ret$33;
|
|
6000
6000
|
var tmp$ret$34;
|
|
6001
6001
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>.<anonymous>' call
|
|
6002
|
-
tmp$ret$34 = element_4.
|
|
6002
|
+
tmp$ret$34 = element_4.p57_1;
|
|
6003
6003
|
list_1.a(tmp$ret$34);
|
|
6004
6004
|
}
|
|
6005
6005
|
tmp$ret$35 = tmp0_groupByTo;
|
|
@@ -6047,7 +6047,7 @@
|
|
|
6047
6047
|
tmp$ret$46 = element_5.y();
|
|
6048
6048
|
var inv = tmp$ret$46;
|
|
6049
6049
|
if (get_isEager(o)) {
|
|
6050
|
-
o.
|
|
6050
|
+
o.q51(context, inv);
|
|
6051
6051
|
}
|
|
6052
6052
|
}
|
|
6053
6053
|
var tmp2_container = parseArguments($this, positionalArgs, arguments_0);
|
|
@@ -6057,7 +6057,7 @@
|
|
|
6057
6057
|
i._v = handleExcessArguments($this, excess, hasMultipleSubAncestor, i._v, tokens, subcommands, positionalArgs, context);
|
|
6058
6058
|
var tmp$ret$49;
|
|
6059
6059
|
// Inline function 'kotlin.collections.filter' call
|
|
6060
|
-
var tmp14_filter = command.
|
|
6060
|
+
var tmp14_filter = command.w4u_1;
|
|
6061
6061
|
var tmp$ret$48;
|
|
6062
6062
|
// Inline function 'kotlin.collections.filterTo' call
|
|
6063
6063
|
var tmp13_filterTo = ArrayList_init_$Create$();
|
|
@@ -6069,7 +6069,7 @@
|
|
|
6069
6069
|
var tmp_9;
|
|
6070
6070
|
if (!get_isEager(element_6)) {
|
|
6071
6071
|
var tmp0_safe_receiver_0 = isInterface(element_6, GroupableOption) ? element_6 : null;
|
|
6072
|
-
tmp_9 = (tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
6072
|
+
tmp_9 = (tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.u4y()) == null;
|
|
6073
6073
|
} else {
|
|
6074
6074
|
tmp_9 = false;
|
|
6075
6075
|
}
|
|
@@ -6103,11 +6103,11 @@
|
|
|
6103
6103
|
if (tmp0_safe_receiver_1 == null)
|
|
6104
6104
|
null;
|
|
6105
6105
|
else {
|
|
6106
|
-
tmp0_safe_receiver_1.
|
|
6106
|
+
tmp0_safe_receiver_1.y54(context, invocations_0);
|
|
6107
6107
|
}
|
|
6108
6108
|
}
|
|
6109
6109
|
// Inline function 'kotlin.collections.forEach' call
|
|
6110
|
-
var tmp15_forEach = command.
|
|
6110
|
+
var tmp15_forEach = command.y4u_1;
|
|
6111
6111
|
var tmp0_iterator_10 = tmp15_forEach.f();
|
|
6112
6112
|
while (tmp0_iterator_10.g()) {
|
|
6113
6113
|
var element_8 = tmp0_iterator_10.h();
|
|
@@ -6119,7 +6119,7 @@
|
|
|
6119
6119
|
tmp$ret$53 = (isInterface(invocationsByGroup, Map) ? invocationsByGroup : THROW_CCE()).j2(element_8);
|
|
6120
6120
|
tmp$ret$54 = tmp$ret$53;
|
|
6121
6121
|
if (!tmp$ret$54) {
|
|
6122
|
-
element_8.
|
|
6122
|
+
element_8.y54(context, emptyMap());
|
|
6123
6123
|
}
|
|
6124
6124
|
}
|
|
6125
6125
|
// Inline function 'kotlin.collections.forEach' call
|
|
@@ -6138,34 +6138,34 @@
|
|
|
6138
6138
|
// Inline function 'kotlin.collections.component2' call
|
|
6139
6139
|
tmp$ret$57 = element_9.y();
|
|
6140
6140
|
var v = tmp$ret$57;
|
|
6141
|
-
arg.
|
|
6141
|
+
arg.r54(context, v);
|
|
6142
6142
|
}
|
|
6143
6143
|
// Inline function 'kotlin.collections.forEach' call
|
|
6144
|
-
var tmp16_forEach = command.
|
|
6144
|
+
var tmp16_forEach = command.w4u_1;
|
|
6145
6145
|
var tmp0_iterator_12 = tmp16_forEach.f();
|
|
6146
6146
|
while (tmp0_iterator_12.g()) {
|
|
6147
6147
|
var element_10 = tmp0_iterator_12.h();
|
|
6148
6148
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
6149
6149
|
var tmp0_safe_receiver_2 = isInterface(element_10, GroupableOption) ? element_10 : null;
|
|
6150
|
-
if ((tmp0_safe_receiver_2 == null ? null : tmp0_safe_receiver_2.
|
|
6151
|
-
element_10.
|
|
6150
|
+
if ((tmp0_safe_receiver_2 == null ? null : tmp0_safe_receiver_2.u4y()) == null) {
|
|
6151
|
+
element_10.s54(context);
|
|
6152
6152
|
}
|
|
6153
6153
|
}
|
|
6154
6154
|
// Inline function 'kotlin.collections.forEach' call
|
|
6155
|
-
var tmp17_forEach = command.
|
|
6155
|
+
var tmp17_forEach = command.y4u_1;
|
|
6156
6156
|
var tmp0_iterator_13 = tmp17_forEach.f();
|
|
6157
6157
|
while (tmp0_iterator_13.g()) {
|
|
6158
6158
|
var element_11 = tmp0_iterator_13.h();
|
|
6159
6159
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
6160
|
-
element_11.
|
|
6160
|
+
element_11.s54(context);
|
|
6161
6161
|
}
|
|
6162
6162
|
// Inline function 'kotlin.collections.forEach' call
|
|
6163
|
-
var tmp18_forEach = command.
|
|
6163
|
+
var tmp18_forEach = command.x4u_1;
|
|
6164
6164
|
var tmp0_iterator_14 = tmp18_forEach.f();
|
|
6165
6165
|
while (tmp0_iterator_14.g()) {
|
|
6166
6166
|
var element_12 = tmp0_iterator_14.h();
|
|
6167
6167
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
6168
|
-
element_12.
|
|
6168
|
+
element_12.s54(context);
|
|
6169
6169
|
}
|
|
6170
6170
|
var tmp_11;
|
|
6171
6171
|
var tmp_12;
|
|
@@ -6178,21 +6178,21 @@
|
|
|
6178
6178
|
tmp_12 = false;
|
|
6179
6179
|
}
|
|
6180
6180
|
if (tmp_12) {
|
|
6181
|
-
tmp_11 = !command.
|
|
6181
|
+
tmp_11 = !command.l4u_1;
|
|
6182
6182
|
} else {
|
|
6183
6183
|
tmp_11 = false;
|
|
6184
6184
|
}
|
|
6185
6185
|
if (tmp_11) {
|
|
6186
6186
|
throw new PrintHelpMessage(command, true);
|
|
6187
6187
|
}
|
|
6188
|
-
command.
|
|
6189
|
-
if (command.
|
|
6190
|
-
var console = command.
|
|
6191
|
-
var tmp4_iterator = command.
|
|
6188
|
+
command.c4v().v4v_1 = subcommand;
|
|
6189
|
+
if (command.c4v().j4v_1) {
|
|
6190
|
+
var console = command.c4v().n4v_1;
|
|
6191
|
+
var tmp4_iterator = command.q4w().f();
|
|
6192
6192
|
while (tmp4_iterator.g()) {
|
|
6193
6193
|
var warning = tmp4_iterator.h();
|
|
6194
|
-
console.
|
|
6195
|
-
console.
|
|
6194
|
+
console.e54(warning, true);
|
|
6195
|
+
console.e54(console.b4x(), true);
|
|
6196
6196
|
}
|
|
6197
6197
|
}
|
|
6198
6198
|
command.wq();
|
|
@@ -6213,18 +6213,18 @@
|
|
|
6213
6213
|
} catch ($p) {
|
|
6214
6214
|
if ($p instanceof UsageError) {
|
|
6215
6215
|
var e = $p;
|
|
6216
|
-
if (e.
|
|
6217
|
-
e.
|
|
6216
|
+
if (e.m4x_1 == null)
|
|
6217
|
+
e.m4x_1 = context;
|
|
6218
6218
|
throw e;
|
|
6219
6219
|
} else {
|
|
6220
6220
|
throw $p;
|
|
6221
6221
|
}
|
|
6222
6222
|
}
|
|
6223
6223
|
if (!(subcommand == null)) {
|
|
6224
|
-
var tmp5_container = parse($this, tokens, subcommand.
|
|
6224
|
+
var tmp5_container = parse($this, tokens, subcommand.c4v(), i._v + 1 | 0, true);
|
|
6225
6225
|
var nextTokens = tmp5_container.q4();
|
|
6226
6226
|
var nextArgI = tmp5_container.r4();
|
|
6227
|
-
if (command.
|
|
6227
|
+
if (command.p4u_1 ? (nextTokens.i() - nextArgI | 0) > 0 : false) {
|
|
6228
6228
|
parse($this, nextTokens, context, nextArgI, false);
|
|
6229
6229
|
}
|
|
6230
6230
|
return to(nextTokens, nextArgI);
|
|
@@ -6247,7 +6247,7 @@
|
|
|
6247
6247
|
}
|
|
6248
6248
|
if (tmp) {
|
|
6249
6249
|
var actual = last(positionalArgs);
|
|
6250
|
-
throw new NoSuchSubcommand(actual, context.
|
|
6250
|
+
throw new NoSuchSubcommand(actual, context.r4v_1(actual, toList_1(subcommands.q2())));
|
|
6251
6251
|
} else {
|
|
6252
6252
|
throwExcessArgsError($this, positionalArgs, excess, context);
|
|
6253
6253
|
}
|
|
@@ -6280,7 +6280,7 @@
|
|
|
6280
6280
|
var tmp0_container = tmp;
|
|
6281
6281
|
var name = tmp0_container.q4();
|
|
6282
6282
|
var value = tmp0_container.r4();
|
|
6283
|
-
name = context.
|
|
6283
|
+
name = context.m4v_1(context, name);
|
|
6284
6284
|
var tmp1_elvis_lhs = optionsByName.p2(name);
|
|
6285
6285
|
var tmp_1;
|
|
6286
6286
|
if (tmp1_elvis_lhs == null) {
|
|
@@ -6310,15 +6310,15 @@
|
|
|
6310
6310
|
}
|
|
6311
6311
|
tmp$ret$6 = tmp1_filterNotTo;
|
|
6312
6312
|
tmp$ret$7 = tmp$ret$6;
|
|
6313
|
-
throw new NoSuchOption(tmp_3, context.
|
|
6313
|
+
throw new NoSuchOption(tmp_3, context.r4v_1(tmp_4, toList_1(tmp$ret$7.q2())));
|
|
6314
6314
|
}
|
|
6315
6315
|
tmp_1 = tmp_2;
|
|
6316
6316
|
} else {
|
|
6317
6317
|
tmp_1 = tmp1_elvis_lhs;
|
|
6318
6318
|
}
|
|
6319
6319
|
var option = tmp_1;
|
|
6320
|
-
var result = option.
|
|
6321
|
-
return new OptParseResult(result.
|
|
6320
|
+
var result = option.i55().j57(option, name, tokens, index, value);
|
|
6321
|
+
return new OptParseResult(result.m57_1, emptyList(), listOf(new OptInvocation(option, result.n57_1)));
|
|
6322
6322
|
}
|
|
6323
6323
|
function parseShortOpt($this, ignoreUnknown, context, tokens, tok, index, optionsByName) {
|
|
6324
6324
|
var prefix = toString(charSequenceGet(tok, 0));
|
|
@@ -6335,7 +6335,7 @@
|
|
|
6335
6335
|
inductionVariable = inductionVariable + 1 | 0;
|
|
6336
6336
|
if (i === 0)
|
|
6337
6337
|
continue $l$loop;
|
|
6338
|
-
var name = context.
|
|
6338
|
+
var name = context.m4v_1(context, prefix + new Char(opt));
|
|
6339
6339
|
var tmp2_elvis_lhs = optionsByName.p2(name);
|
|
6340
6340
|
var tmp;
|
|
6341
6341
|
if (tmp2_elvis_lhs == null) {
|
|
@@ -6370,12 +6370,12 @@
|
|
|
6370
6370
|
tmp = tmp2_elvis_lhs;
|
|
6371
6371
|
}
|
|
6372
6372
|
var option = tmp;
|
|
6373
|
-
var result = option.
|
|
6373
|
+
var result = option.i55().k57(option, name, tokens, index, i);
|
|
6374
6374
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6375
|
-
var tmp1_plusAssign = new OptInvocation(option, result.
|
|
6375
|
+
var tmp1_plusAssign = new OptInvocation(option, result.n57_1);
|
|
6376
6376
|
invocations.a(tmp1_plusAssign);
|
|
6377
|
-
if (result.
|
|
6378
|
-
return new OptParseResult(result.
|
|
6377
|
+
if (result.m57_1 > 0)
|
|
6378
|
+
return new OptParseResult(result.m57_1, emptyList(), invocations);
|
|
6379
6379
|
}
|
|
6380
6380
|
throw IllegalStateException_init_$Create$('Error parsing short option ' + tokens.k(index) + ': no parser consumed value.');
|
|
6381
6381
|
}
|
|
@@ -6396,7 +6396,7 @@
|
|
|
6396
6396
|
var item = tmp0_iterator.h();
|
|
6397
6397
|
var tmp$ret$1;
|
|
6398
6398
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parseArguments.<anonymous>' call
|
|
6399
|
-
tmp$ret$1 = item.
|
|
6399
|
+
tmp$ret$1 = item.z4v() > 0;
|
|
6400
6400
|
if (!tmp$ret$1)
|
|
6401
6401
|
break $l$loop;
|
|
6402
6402
|
list.a(item);
|
|
@@ -6410,7 +6410,7 @@
|
|
|
6410
6410
|
var tmp_0 = sum;
|
|
6411
6411
|
var tmp$ret$3;
|
|
6412
6412
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parseArguments.<anonymous>' call
|
|
6413
|
-
tmp$ret$3 = element.
|
|
6413
|
+
tmp$ret$3 = element.z4v();
|
|
6414
6414
|
sum = tmp_0 + tmp$ret$3 | 0;
|
|
6415
6415
|
}
|
|
6416
6416
|
tmp$ret$4 = sum;
|
|
@@ -6421,17 +6421,17 @@
|
|
|
6421
6421
|
var argument = tmp0_iterator_1.h();
|
|
6422
6422
|
var remaining = positionalArgs.i() - i | 0;
|
|
6423
6423
|
var tmp_1;
|
|
6424
|
-
if (argument.
|
|
6424
|
+
if (argument.z4v() <= 0) {
|
|
6425
6425
|
var tmp$ret$5;
|
|
6426
6426
|
// Inline function 'kotlin.comparisons.maxOf' call
|
|
6427
6427
|
var tmp2_maxOf = argument.z49() ? 1 : 0;
|
|
6428
6428
|
var tmp3_maxOf = remaining - endSize | 0;
|
|
6429
6429
|
tmp$ret$5 = Math.max(tmp2_maxOf, tmp3_maxOf);
|
|
6430
6430
|
tmp_1 = tmp$ret$5;
|
|
6431
|
-
} else if ((argument.
|
|
6431
|
+
} else if ((argument.z4v() > 0 ? !argument.z49() : false) ? remaining === 0 : false) {
|
|
6432
6432
|
tmp_1 = 0;
|
|
6433
6433
|
} else {
|
|
6434
|
-
tmp_1 = argument.
|
|
6434
|
+
tmp_1 = argument.z4v();
|
|
6435
6435
|
}
|
|
6436
6436
|
var consumed = tmp_1;
|
|
6437
6437
|
if (consumed > remaining) {
|
|
@@ -6468,7 +6468,7 @@
|
|
|
6468
6468
|
tmp$ret$3 = tmp1_loop_parameter.y();
|
|
6469
6469
|
var v = tmp$ret$3;
|
|
6470
6470
|
try {
|
|
6471
|
-
it.
|
|
6471
|
+
it.r54(context, v);
|
|
6472
6472
|
} catch ($p) {
|
|
6473
6473
|
if ($p instanceof IllegalStateException) {
|
|
6474
6474
|
var e = $p;
|
|
@@ -6512,7 +6512,7 @@
|
|
|
6512
6512
|
} else {
|
|
6513
6513
|
if (equals(new Char(c), new Char(_Char___init__impl__6a9atx(92)))) {
|
|
6514
6514
|
if (i._v >= get_lastIndex(text)) {
|
|
6515
|
-
loadArgFile$err(filename, text, i, context, context.
|
|
6515
|
+
loadArgFile$err(filename, text, i, context, context.s4v_1.y53());
|
|
6516
6516
|
}
|
|
6517
6517
|
if (contains('\r\n', charSequenceGet(text, i._v + 1 | 0))) {
|
|
6518
6518
|
do {
|
|
@@ -6587,7 +6587,7 @@
|
|
|
6587
6587
|
}
|
|
6588
6588
|
var tmp_10 = inQuote;
|
|
6589
6589
|
if (!((tmp_10 == null ? null : new Char(tmp_10)) == null)) {
|
|
6590
|
-
loadArgFile$err(filename, text, i, context, context.
|
|
6590
|
+
loadArgFile$err(filename, text, i, context, context.s4v_1.x53());
|
|
6591
6591
|
}
|
|
6592
6592
|
var tmp$ret$2;
|
|
6593
6593
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
@@ -6601,7 +6601,7 @@
|
|
|
6601
6601
|
}
|
|
6602
6602
|
function throwExcessArgsError($this, positionalArgs, excess, context) {
|
|
6603
6603
|
var actual = joinToString(takeLast(positionalArgs, excess), ' ', '(', ')', 3);
|
|
6604
|
-
var message = excess === 1 ? context.
|
|
6604
|
+
var message = excess === 1 ? context.s4v_1.z53(actual) : context.s4v_1.a54(actual, excess);
|
|
6605
6605
|
throw UsageError_init_$Create$(message);
|
|
6606
6606
|
}
|
|
6607
6607
|
function parse$isLongOptionWithEquals(longNames, $context, optionsByName, prefix, token) {
|
|
@@ -6614,11 +6614,11 @@
|
|
|
6614
6614
|
return false;
|
|
6615
6615
|
if (prefix.length > 1)
|
|
6616
6616
|
return true;
|
|
6617
|
-
if (longNames.m($context.
|
|
6617
|
+
if (longNames.m($context.m4v_1($context, substringBefore(token, '='))))
|
|
6618
6618
|
return true;
|
|
6619
6619
|
var tmp$ret$2;
|
|
6620
6620
|
// Inline function 'kotlin.collections.contains' call
|
|
6621
|
-
var tmp0_contains = $context.
|
|
6621
|
+
var tmp0_contains = $context.m4v_1($context, take(token, 2));
|
|
6622
6622
|
var tmp$ret$1;
|
|
6623
6623
|
// Inline function 'kotlin.collections.containsKey' call
|
|
6624
6624
|
tmp$ret$1 = (isInterface(optionsByName, Map) ? optionsByName : THROW_CCE()).j2(tmp0_contains);
|
|
@@ -6629,12 +6629,12 @@
|
|
|
6629
6629
|
}
|
|
6630
6630
|
function parse$consumeParse(positionalArgs, invocations, i, result) {
|
|
6631
6631
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6632
|
-
var tmp0_plusAssign = result.
|
|
6632
|
+
var tmp0_plusAssign = result.r57_1;
|
|
6633
6633
|
addAll(positionalArgs, tmp0_plusAssign);
|
|
6634
6634
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
6635
|
-
var tmp1_plusAssign = result.
|
|
6635
|
+
var tmp1_plusAssign = result.s57_1;
|
|
6636
6636
|
addAll(invocations, tmp1_plusAssign);
|
|
6637
|
-
i._v = i._v + result.
|
|
6637
|
+
i._v = i._v + result.q57_1 | 0;
|
|
6638
6638
|
}
|
|
6639
6639
|
function loadArgFile$err($filename, text, i, $context, msg) {
|
|
6640
6640
|
var tmp$ret$1;
|
|
@@ -6658,7 +6658,7 @@
|
|
|
6658
6658
|
throw new InvalidFileFormat($filename, msg, tmp$ret$1, $context);
|
|
6659
6659
|
}
|
|
6660
6660
|
function Parser$parse$lambda(it) {
|
|
6661
|
-
return it.
|
|
6661
|
+
return it.f4v_1;
|
|
6662
6662
|
}
|
|
6663
6663
|
function Parser$parseArguments$lambda(it) {
|
|
6664
6664
|
var tmp$ret$0;
|
|
@@ -6669,7 +6669,7 @@
|
|
|
6669
6669
|
function Parser() {
|
|
6670
6670
|
Parser_instance = this;
|
|
6671
6671
|
}
|
|
6672
|
-
protoOf(Parser).
|
|
6672
|
+
protoOf(Parser).d4x = function (argv, context) {
|
|
6673
6673
|
parse(this, argv, context, 0, true);
|
|
6674
6674
|
};
|
|
6675
6675
|
var Parser_instance;
|
|
@@ -6679,15 +6679,15 @@
|
|
|
6679
6679
|
return Parser_instance;
|
|
6680
6680
|
}
|
|
6681
6681
|
function OptInvocation(opt, inv) {
|
|
6682
|
-
this.
|
|
6683
|
-
this.
|
|
6682
|
+
this.o57_1 = opt;
|
|
6683
|
+
this.p57_1 = inv;
|
|
6684
6684
|
}
|
|
6685
6685
|
protoOf(OptInvocation).toString = function () {
|
|
6686
|
-
return 'OptInvocation(opt=' + this.
|
|
6686
|
+
return 'OptInvocation(opt=' + this.o57_1 + ', inv=' + this.p57_1 + ')';
|
|
6687
6687
|
};
|
|
6688
6688
|
protoOf(OptInvocation).hashCode = function () {
|
|
6689
|
-
var result = hashCode(this.
|
|
6690
|
-
result = imul(result, 31) + this.
|
|
6689
|
+
var result = hashCode(this.o57_1);
|
|
6690
|
+
result = imul(result, 31) + this.p57_1.hashCode() | 0;
|
|
6691
6691
|
return result;
|
|
6692
6692
|
};
|
|
6693
6693
|
protoOf(OptInvocation).equals = function (other) {
|
|
@@ -6696,24 +6696,24 @@
|
|
|
6696
6696
|
if (!(other instanceof OptInvocation))
|
|
6697
6697
|
return false;
|
|
6698
6698
|
var tmp0_other_with_cast = other instanceof OptInvocation ? other : THROW_CCE();
|
|
6699
|
-
if (!equals(this.
|
|
6699
|
+
if (!equals(this.o57_1, tmp0_other_with_cast.o57_1))
|
|
6700
6700
|
return false;
|
|
6701
|
-
if (!this.
|
|
6701
|
+
if (!this.p57_1.equals(tmp0_other_with_cast.p57_1))
|
|
6702
6702
|
return false;
|
|
6703
6703
|
return true;
|
|
6704
6704
|
};
|
|
6705
6705
|
function OptParseResult(consumed, unknown, known) {
|
|
6706
|
-
this.
|
|
6707
|
-
this.
|
|
6708
|
-
this.
|
|
6706
|
+
this.q57_1 = consumed;
|
|
6707
|
+
this.r57_1 = unknown;
|
|
6708
|
+
this.s57_1 = known;
|
|
6709
6709
|
}
|
|
6710
6710
|
protoOf(OptParseResult).toString = function () {
|
|
6711
|
-
return 'OptParseResult(consumed=' + this.
|
|
6711
|
+
return 'OptParseResult(consumed=' + this.q57_1 + ', unknown=' + this.r57_1 + ', known=' + this.s57_1 + ')';
|
|
6712
6712
|
};
|
|
6713
6713
|
protoOf(OptParseResult).hashCode = function () {
|
|
6714
|
-
var result = this.
|
|
6715
|
-
result = imul(result, 31) + hashCode(this.
|
|
6716
|
-
result = imul(result, 31) + hashCode(this.
|
|
6714
|
+
var result = this.q57_1;
|
|
6715
|
+
result = imul(result, 31) + hashCode(this.r57_1) | 0;
|
|
6716
|
+
result = imul(result, 31) + hashCode(this.s57_1) | 0;
|
|
6717
6717
|
return result;
|
|
6718
6718
|
};
|
|
6719
6719
|
protoOf(OptParseResult).equals = function (other) {
|
|
@@ -6722,11 +6722,11 @@
|
|
|
6722
6722
|
if (!(other instanceof OptParseResult))
|
|
6723
6723
|
return false;
|
|
6724
6724
|
var tmp0_other_with_cast = other instanceof OptParseResult ? other : THROW_CCE();
|
|
6725
|
-
if (!(this.
|
|
6725
|
+
if (!(this.q57_1 === tmp0_other_with_cast.q57_1))
|
|
6726
6726
|
return false;
|
|
6727
|
-
if (!equals(this.
|
|
6727
|
+
if (!equals(this.r57_1, tmp0_other_with_cast.r57_1))
|
|
6728
6728
|
return false;
|
|
6729
|
-
if (!equals(this.
|
|
6729
|
+
if (!equals(this.s57_1, tmp0_other_with_cast.s57_1))
|
|
6730
6730
|
return false;
|
|
6731
6731
|
return true;
|
|
6732
6732
|
};
|
|
@@ -6811,26 +6811,26 @@
|
|
|
6811
6811
|
}
|
|
6812
6812
|
var LETTER_OR_DIGIT_RE;
|
|
6813
6813
|
function NodeMppImpls(fs) {
|
|
6814
|
-
this.
|
|
6814
|
+
this.t57_1 = fs;
|
|
6815
6815
|
}
|
|
6816
|
-
protoOf(NodeMppImpls).
|
|
6816
|
+
protoOf(NodeMppImpls).u57 = function (key) {
|
|
6817
6817
|
var tmp = process.env[key];
|
|
6818
6818
|
return (!(tmp == null) ? typeof tmp === 'string' : false) ? tmp : null;
|
|
6819
6819
|
};
|
|
6820
|
-
protoOf(NodeMppImpls).
|
|
6820
|
+
protoOf(NodeMppImpls).v57 = function () {
|
|
6821
6821
|
return process.platform == 'win32';
|
|
6822
6822
|
};
|
|
6823
|
-
protoOf(NodeMppImpls).
|
|
6823
|
+
protoOf(NodeMppImpls).w57 = function (status) {
|
|
6824
6824
|
var tmp$ret$0;
|
|
6825
6825
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6826
6826
|
var tmp0_unsafeCast = process.exit(status);
|
|
6827
6827
|
tmp$ret$0 = tmp0_unsafeCast;
|
|
6828
6828
|
return tmp$ret$0;
|
|
6829
6829
|
};
|
|
6830
|
-
protoOf(NodeMppImpls).
|
|
6830
|
+
protoOf(NodeMppImpls).x57 = function (filename) {
|
|
6831
6831
|
var tmp;
|
|
6832
6832
|
try {
|
|
6833
|
-
var tmp_0 = this.
|
|
6833
|
+
var tmp_0 = this.t57_1.readFileSync(filename, 'utf-8');
|
|
6834
6834
|
tmp = (!(tmp_0 == null) ? typeof tmp_0 === 'string' : false) ? tmp_0 : null;
|
|
6835
6835
|
} catch ($p) {
|
|
6836
6836
|
var tmp_1;
|
|
@@ -6847,15 +6847,15 @@
|
|
|
6847
6847
|
function BrowserMppImpls() {
|
|
6848
6848
|
BrowserMppImpls_instance = this;
|
|
6849
6849
|
}
|
|
6850
|
-
protoOf(BrowserMppImpls).
|
|
6850
|
+
protoOf(BrowserMppImpls).u57 = function (key) {
|
|
6851
6851
|
return null;
|
|
6852
6852
|
};
|
|
6853
|
-
protoOf(BrowserMppImpls).
|
|
6853
|
+
protoOf(BrowserMppImpls).v57 = function () {
|
|
6854
6854
|
return false;
|
|
6855
6855
|
};
|
|
6856
|
-
protoOf(BrowserMppImpls).
|
|
6856
|
+
protoOf(BrowserMppImpls).w57 = function (status) {
|
|
6857
6857
|
};
|
|
6858
|
-
protoOf(BrowserMppImpls).
|
|
6858
|
+
protoOf(BrowserMppImpls).x57 = function (filename) {
|
|
6859
6859
|
return null;
|
|
6860
6860
|
};
|
|
6861
6861
|
var BrowserMppImpls_instance;
|
|
@@ -6866,19 +6866,19 @@
|
|
|
6866
6866
|
}
|
|
6867
6867
|
function exitProcessMpp(status) {
|
|
6868
6868
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6869
|
-
return get_impls().
|
|
6869
|
+
return get_impls().w57(status);
|
|
6870
6870
|
}
|
|
6871
6871
|
function readEnvvar(key) {
|
|
6872
6872
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6873
|
-
return get_impls().
|
|
6873
|
+
return get_impls().u57(key);
|
|
6874
6874
|
}
|
|
6875
6875
|
function isWindowsMpp() {
|
|
6876
6876
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6877
|
-
return get_impls().
|
|
6877
|
+
return get_impls().v57();
|
|
6878
6878
|
}
|
|
6879
6879
|
function readFileIfExists(filename) {
|
|
6880
6880
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6881
|
-
return get_impls().
|
|
6881
|
+
return get_impls().x57(filename);
|
|
6882
6882
|
}
|
|
6883
6883
|
function isLetterOrDigit(c) {
|
|
6884
6884
|
_init_properties_MppImpl_kt__zar9hh();
|
|
@@ -6931,9 +6931,9 @@
|
|
|
6931
6931
|
return tmp;
|
|
6932
6932
|
}
|
|
6933
6933
|
function NodeCliktConsole(fs) {
|
|
6934
|
-
this.
|
|
6934
|
+
this.y57_1 = fs;
|
|
6935
6935
|
}
|
|
6936
|
-
protoOf(NodeCliktConsole).
|
|
6936
|
+
protoOf(NodeCliktConsole).h54 = function (prompt, hideInput) {
|
|
6937
6937
|
try {
|
|
6938
6938
|
var tmp$ret$1;
|
|
6939
6939
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -6947,7 +6947,7 @@
|
|
|
6947
6947
|
var char;
|
|
6948
6948
|
var buf = Buffer.alloc(1);
|
|
6949
6949
|
do {
|
|
6950
|
-
this.
|
|
6950
|
+
this.y57_1.readSync(0, buf, 0, 1, null);
|
|
6951
6951
|
char = '' + buf;
|
|
6952
6952
|
tmp0_apply.p9(char);
|
|
6953
6953
|
}
|
|
@@ -6964,7 +6964,7 @@
|
|
|
6964
6964
|
}
|
|
6965
6965
|
}
|
|
6966
6966
|
};
|
|
6967
|
-
protoOf(NodeCliktConsole).
|
|
6967
|
+
protoOf(NodeCliktConsole).e54 = function (text, error) {
|
|
6968
6968
|
var tmp;
|
|
6969
6969
|
if (error) {
|
|
6970
6970
|
tmp = process.stderr;
|
|
@@ -6973,58 +6973,58 @@
|
|
|
6973
6973
|
}
|
|
6974
6974
|
tmp.write(text);
|
|
6975
6975
|
};
|
|
6976
|
-
protoOf(NodeCliktConsole).
|
|
6976
|
+
protoOf(NodeCliktConsole).b4x = function () {
|
|
6977
6977
|
return isWindowsMpp() ? '\r\n' : '\n';
|
|
6978
6978
|
};
|
|
6979
6979
|
function BrowserCliktConsole() {
|
|
6980
6980
|
}
|
|
6981
|
-
protoOf(BrowserCliktConsole).
|
|
6981
|
+
protoOf(BrowserCliktConsole).h54 = function (prompt, hideInput) {
|
|
6982
6982
|
return null;
|
|
6983
6983
|
};
|
|
6984
|
-
protoOf(BrowserCliktConsole).
|
|
6984
|
+
protoOf(BrowserCliktConsole).e54 = function (text, error) {
|
|
6985
6985
|
println(text);
|
|
6986
6986
|
};
|
|
6987
|
-
protoOf(BrowserCliktConsole).
|
|
6987
|
+
protoOf(BrowserCliktConsole).b4x = function () {
|
|
6988
6988
|
return '\n';
|
|
6989
6989
|
};
|
|
6990
6990
|
//region block: post-declaration
|
|
6991
|
-
protoOf(defaultLocalization$1).
|
|
6992
|
-
protoOf(defaultLocalization$1).
|
|
6993
|
-
protoOf(defaultLocalization$1).
|
|
6994
|
-
protoOf(defaultLocalization$1).
|
|
6995
|
-
protoOf(defaultLocalization$1).
|
|
6996
|
-
protoOf(defaultLocalization$1).
|
|
6997
|
-
protoOf(defaultLocalization$1).
|
|
6998
|
-
protoOf(defaultLocalization$1).
|
|
6999
|
-
protoOf(defaultLocalization$1).
|
|
7000
|
-
protoOf(defaultLocalization$1).
|
|
7001
|
-
protoOf(defaultLocalization$1).
|
|
7002
|
-
protoOf(defaultLocalization$1).
|
|
7003
|
-
protoOf(defaultLocalization$1).
|
|
7004
|
-
protoOf(defaultLocalization$1).
|
|
7005
|
-
protoOf(defaultLocalization$1).
|
|
7006
|
-
protoOf(defaultLocalization$1).
|
|
7007
|
-
protoOf(defaultLocalization$1).
|
|
7008
|
-
protoOf(defaultLocalization$1).
|
|
7009
|
-
protoOf(defaultLocalization$1).
|
|
7010
|
-
protoOf(defaultLocalization$1).
|
|
7011
|
-
protoOf(defaultLocalization$1).
|
|
7012
|
-
protoOf(defaultLocalization$1).
|
|
7013
|
-
protoOf(defaultLocalization$1).
|
|
7014
|
-
protoOf(defaultLocalization$1).
|
|
7015
|
-
protoOf(defaultLocalization$1).
|
|
7016
|
-
protoOf(defaultLocalization$1).
|
|
7017
|
-
protoOf(defaultLocalization$1).
|
|
7018
|
-
protoOf(defaultLocalization$1).
|
|
7019
|
-
protoOf(defaultLocalization$1).
|
|
7020
|
-
protoOf(defaultLocalization$1).
|
|
7021
|
-
protoOf(EagerOption).
|
|
7022
|
-
protoOf(EagerOption).
|
|
7023
|
-
protoOf(FlagOption).
|
|
7024
|
-
protoOf(FlagOption).
|
|
7025
|
-
protoOf(FlagOption).
|
|
7026
|
-
protoOf(OptionWithValues).
|
|
7027
|
-
protoOf(OptionWithValues).
|
|
6991
|
+
protoOf(defaultLocalization$1).g4x = aborted;
|
|
6992
|
+
protoOf(defaultLocalization$1).y4y = usageError;
|
|
6993
|
+
protoOf(defaultLocalization$1).j4z = badParameter;
|
|
6994
|
+
protoOf(defaultLocalization$1).h4z = badParameterWithMessage;
|
|
6995
|
+
protoOf(defaultLocalization$1).i4z = badParameterWithParam;
|
|
6996
|
+
protoOf(defaultLocalization$1).g4z = badParameterWithMessageAndParam;
|
|
6997
|
+
protoOf(defaultLocalization$1).q50 = missingArgument;
|
|
6998
|
+
protoOf(defaultLocalization$1).a50 = noSuchSubcommand;
|
|
6999
|
+
protoOf(defaultLocalization$1).j50 = noSuchOption;
|
|
7000
|
+
protoOf(defaultLocalization$1).r4z = incorrectOptionValueCount;
|
|
7001
|
+
protoOf(defaultLocalization$1).x50 = incorrectArgumentValueCount;
|
|
7002
|
+
protoOf(defaultLocalization$1).f51 = fileNotFound;
|
|
7003
|
+
protoOf(defaultLocalization$1).p51 = invalidFileFormat;
|
|
7004
|
+
protoOf(defaultLocalization$1).o51 = invalidFileFormat_0;
|
|
7005
|
+
protoOf(defaultLocalization$1).x53 = unclosedQuote;
|
|
7006
|
+
protoOf(defaultLocalization$1).y53 = fileEndsWithSlash;
|
|
7007
|
+
protoOf(defaultLocalization$1).z53 = extraArgumentOne;
|
|
7008
|
+
protoOf(defaultLocalization$1).a54 = extraArgumentMany;
|
|
7009
|
+
protoOf(defaultLocalization$1).b54 = invalidFlagValueInFile;
|
|
7010
|
+
protoOf(defaultLocalization$1).c54 = boolConversionError;
|
|
7011
|
+
protoOf(defaultLocalization$1).d54 = stringMetavar;
|
|
7012
|
+
protoOf(defaultLocalization$1).p52 = usageTitle;
|
|
7013
|
+
protoOf(defaultLocalization$1).g53 = optionsTitle;
|
|
7014
|
+
protoOf(defaultLocalization$1).n53 = argumentsTitle;
|
|
7015
|
+
protoOf(defaultLocalization$1).s53 = commandsTitle;
|
|
7016
|
+
protoOf(defaultLocalization$1).q52 = optionsMetavar;
|
|
7017
|
+
protoOf(defaultLocalization$1).w52 = commandMetavar;
|
|
7018
|
+
protoOf(defaultLocalization$1).u53 = helpTagDefault;
|
|
7019
|
+
protoOf(defaultLocalization$1).t53 = helpTagRequired;
|
|
7020
|
+
protoOf(defaultLocalization$1).m4w = helpOptionMessage;
|
|
7021
|
+
protoOf(EagerOption).y4v = get_completionCandidates;
|
|
7022
|
+
protoOf(EagerOption).n4w = parameterHelp;
|
|
7023
|
+
protoOf(FlagOption).h56 = getValue_0;
|
|
7024
|
+
protoOf(FlagOption).y4v = get_completionCandidates;
|
|
7025
|
+
protoOf(FlagOption).n4w = parameterHelp;
|
|
7026
|
+
protoOf(OptionWithValues).h56 = getValue_0;
|
|
7027
|
+
protoOf(OptionWithValues).n4w = parameterHelp;
|
|
7028
7028
|
//endregion
|
|
7029
7029
|
//region block: exports
|
|
7030
7030
|
_.$_$ = _.$_$ || {};
|