git-semver-tagger 1.4.21 → 1.4.22
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/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +2 -2
- package/kotlin/clikt-clikt.js +1144 -1144
- package/kotlin/colormath-root-colormath.js +420 -420
- package/kotlin/kotlin-kotlin-stdlib.js +14 -14
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +918 -918
- package/kotlin/markdown.js +1887 -1887
- package/kotlin/mordant-mordant.js +1639 -1639
- package/kotlin/tools-tagger-cli.js +135 -134
- package/kotlin/tools-tagger-cli.js.map +1 -1
- package/kotlin/tools-tagger-core.js +237 -65
- package/kotlin/tools-tagger-core.js.map +1 -1
- package/package.json +1 -1
package/kotlin/clikt-clikt.js
CHANGED
|
@@ -182,24 +182,24 @@
|
|
|
182
182
|
}
|
|
183
183
|
function parameterHelp(context) {
|
|
184
184
|
var tmp;
|
|
185
|
-
if (this.
|
|
185
|
+
if (this.l2u()) {
|
|
186
186
|
tmp = null;
|
|
187
187
|
} else {
|
|
188
|
-
var tmp_0 = this.
|
|
189
|
-
var tmp_1 = this.
|
|
190
|
-
var tmp_2 = this.
|
|
191
|
-
var tmp_3 = this.
|
|
192
|
-
var tmp_4 = this.
|
|
193
|
-
var tmp_5 = this.
|
|
194
|
-
var tmp_6 = this.
|
|
195
|
-
var tmp_7 = this.
|
|
188
|
+
var tmp_0 = this.n2t();
|
|
189
|
+
var tmp_1 = this.o2t();
|
|
190
|
+
var tmp_2 = this.c35(context);
|
|
191
|
+
var tmp_3 = this.w2u(context);
|
|
192
|
+
var tmp_4 = this.n2u();
|
|
193
|
+
var tmp_5 = this.x2w();
|
|
194
|
+
var tmp_6 = this.l2v();
|
|
195
|
+
var tmp_7 = this.a2x();
|
|
196
196
|
var tmp0_safe_receiver = isInterface(this, StaticallyGroupedOption) ? this : null;
|
|
197
|
-
var tmp3_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
197
|
+
var tmp3_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w2w();
|
|
198
198
|
var tmp_8;
|
|
199
199
|
if (tmp3_elvis_lhs == null) {
|
|
200
200
|
var tmp1_safe_receiver = isInterface(this, GroupableOption) ? this : null;
|
|
201
|
-
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.
|
|
202
|
-
tmp_8 = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
201
|
+
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.b2x();
|
|
202
|
+
tmp_8 = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.w2w();
|
|
203
203
|
} else {
|
|
204
204
|
tmp_8 = tmp3_elvis_lhs;
|
|
205
205
|
}
|
|
@@ -369,8 +369,8 @@
|
|
|
369
369
|
setMetadataFor(ArgumentTransformContext, 'ArgumentTransformContext', classMeta, VOID, [Argument_0]);
|
|
370
370
|
setMetadataFor(ProcessedArgumentImpl, 'ProcessedArgumentImpl', classMeta, VOID, [Argument_0]);
|
|
371
371
|
function parameterHelp_0(context) {
|
|
372
|
-
var n = this.
|
|
373
|
-
var h = this.
|
|
372
|
+
var n = this.w2w();
|
|
373
|
+
var h = this.t34();
|
|
374
374
|
return (n == null ? true : h == null) ? null : new Group_0(n, h);
|
|
375
375
|
}
|
|
376
376
|
setMetadataFor(ParameterGroup, 'ParameterGroup', interfaceMeta);
|
|
@@ -386,39 +386,39 @@
|
|
|
386
386
|
setMetadataFor(Envvar, 'Envvar', classMeta, FinalValue);
|
|
387
387
|
setMetadataFor(OptionTransformContext, 'OptionTransformContext', classMeta, VOID, [Option_0]);
|
|
388
388
|
function copy$default(transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, $super) {
|
|
389
|
-
names = names === VOID ? this.
|
|
390
|
-
metavarGetter = metavarGetter === VOID ? this.
|
|
391
|
-
nvalues = nvalues === VOID ? this.
|
|
392
|
-
helpGetter = helpGetter === VOID ? this.
|
|
393
|
-
hidden = hidden === VOID ? this.
|
|
394
|
-
helpTags = helpTags === VOID ? this.
|
|
395
|
-
valueSourceKey = valueSourceKey === VOID ? this.
|
|
396
|
-
envvar = envvar === VOID ? this.
|
|
397
|
-
valueSplit = valueSplit === VOID ? this.
|
|
398
|
-
completionCandidates = completionCandidates === VOID ? this.
|
|
399
|
-
secondaryNames = secondaryNames === VOID ? this.
|
|
400
|
-
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.
|
|
401
|
-
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.
|
|
402
|
-
eager = eager === VOID ? this.
|
|
403
|
-
return $super === VOID ? this.
|
|
389
|
+
names = names === VOID ? this.n2t() : names;
|
|
390
|
+
metavarGetter = metavarGetter === VOID ? this.n35() : metavarGetter;
|
|
391
|
+
nvalues = nvalues === VOID ? this.n2u() : nvalues;
|
|
392
|
+
helpGetter = helpGetter === VOID ? this.o35() : helpGetter;
|
|
393
|
+
hidden = hidden === VOID ? this.l2u() : hidden;
|
|
394
|
+
helpTags = helpTags === VOID ? this.x2w() : helpTags;
|
|
395
|
+
valueSourceKey = valueSourceKey === VOID ? this.y2w() : valueSourceKey;
|
|
396
|
+
envvar = envvar === VOID ? this.k35() : envvar;
|
|
397
|
+
valueSplit = valueSplit === VOID ? this.p35() : valueSplit;
|
|
398
|
+
completionCandidates = completionCandidates === VOID ? this.m35() : completionCandidates;
|
|
399
|
+
secondaryNames = secondaryNames === VOID ? this.o2t() : secondaryNames;
|
|
400
|
+
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.l2v() : acceptsNumberValueWithoutName;
|
|
401
|
+
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.a2x() : acceptsUnattachedValue;
|
|
402
|
+
eager = eager === VOID ? this.z2w() : eager;
|
|
403
|
+
return $super === VOID ? this.q35(transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) : $super.q35.call(this, transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager);
|
|
404
404
|
}
|
|
405
405
|
function copy$default_0(validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, $super) {
|
|
406
|
-
validator = validator === VOID ? this.
|
|
407
|
-
names = names === VOID ? this.
|
|
408
|
-
metavarGetter = metavarGetter === VOID ? this.
|
|
409
|
-
nvalues = nvalues === VOID ? this.
|
|
410
|
-
helpGetter = helpGetter === VOID ? this.
|
|
411
|
-
hidden = hidden === VOID ? this.
|
|
412
|
-
helpTags = helpTags === VOID ? this.
|
|
413
|
-
envvar = envvar === VOID ? this.
|
|
414
|
-
valueSourceKey = valueSourceKey === VOID ? this.
|
|
415
|
-
valueSplit = valueSplit === VOID ? this.
|
|
416
|
-
completionCandidates = completionCandidates === VOID ? this.
|
|
417
|
-
secondaryNames = secondaryNames === VOID ? this.
|
|
418
|
-
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.
|
|
419
|
-
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.
|
|
420
|
-
eager = eager === VOID ? this.
|
|
421
|
-
return $super === VOID ? this.
|
|
406
|
+
validator = validator === VOID ? this.l35() : validator;
|
|
407
|
+
names = names === VOID ? this.n2t() : names;
|
|
408
|
+
metavarGetter = metavarGetter === VOID ? this.n35() : metavarGetter;
|
|
409
|
+
nvalues = nvalues === VOID ? this.n2u() : nvalues;
|
|
410
|
+
helpGetter = helpGetter === VOID ? this.o35() : helpGetter;
|
|
411
|
+
hidden = hidden === VOID ? this.l2u() : hidden;
|
|
412
|
+
helpTags = helpTags === VOID ? this.x2w() : helpTags;
|
|
413
|
+
envvar = envvar === VOID ? this.k35() : envvar;
|
|
414
|
+
valueSourceKey = valueSourceKey === VOID ? this.y2w() : valueSourceKey;
|
|
415
|
+
valueSplit = valueSplit === VOID ? this.p35() : valueSplit;
|
|
416
|
+
completionCandidates = completionCandidates === VOID ? this.m35() : completionCandidates;
|
|
417
|
+
secondaryNames = secondaryNames === VOID ? this.o2t() : secondaryNames;
|
|
418
|
+
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.l2v() : acceptsNumberValueWithoutName;
|
|
419
|
+
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.a2x() : acceptsUnattachedValue;
|
|
420
|
+
eager = eager === VOID ? this.z2w() : eager;
|
|
421
|
+
return $super === VOID ? this.r35(validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) : $super.r35.call(this, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager);
|
|
422
422
|
}
|
|
423
423
|
setMetadataFor(OptionWithValues, 'OptionWithValues', interfaceMeta, VOID, [OptionDelegate]);
|
|
424
424
|
setMetadataFor(OptionCallTransformContext, 'OptionCallTransformContext', classMeta, VOID, [Option_0]);
|
|
@@ -439,7 +439,7 @@
|
|
|
439
439
|
setMetadataFor(BrowserMppImpls, 'BrowserMppImpls', objectMeta);
|
|
440
440
|
//endregion
|
|
441
441
|
function commandCompletionFuncName($this, command) {
|
|
442
|
-
var tmp = command.
|
|
442
|
+
var tmp = command.m2t();
|
|
443
443
|
var tmp_0 = generateSequence(tmp, BashCompletionGenerator$commandCompletionFuncName$lambda);
|
|
444
444
|
var ancestors = asReversed(toList(map(tmp_0, BashCompletionGenerator$commandCompletionFuncName$lambda_0)));
|
|
445
445
|
var isTopLevel = ancestors.n() === 1;
|
|
@@ -450,34 +450,34 @@
|
|
|
450
450
|
return '_' + commandFuncName + '_complete_' + Regex_init_$Create$('[^a-zA-Z0-9]').g9(name, '_');
|
|
451
451
|
}
|
|
452
452
|
function _get_allNames__eplh1g(_this__u8e3s4, $this) {
|
|
453
|
-
return plus(_this__u8e3s4.
|
|
453
|
+
return plus(_this__u8e3s4.n2t(), _this__u8e3s4.o2t());
|
|
454
454
|
}
|
|
455
455
|
function BashCompletionGenerator$generateBashOrZshCompletion$lambda(it) {
|
|
456
456
|
return "'" + it + "'";
|
|
457
457
|
}
|
|
458
458
|
function BashCompletionGenerator$commandCompletionFuncName$lambda(it) {
|
|
459
|
-
return it.
|
|
459
|
+
return it.p2t_1;
|
|
460
460
|
}
|
|
461
461
|
function BashCompletionGenerator$commandCompletionFuncName$lambda_0(it) {
|
|
462
|
-
return it.
|
|
462
|
+
return it.q2t_1.c2t_1;
|
|
463
463
|
}
|
|
464
464
|
function BashCompletionGenerator() {
|
|
465
465
|
}
|
|
466
|
-
protoOf(BashCompletionGenerator).
|
|
467
|
-
var commandName = command.
|
|
466
|
+
protoOf(BashCompletionGenerator).k2u = function (command, zsh) {
|
|
467
|
+
var commandName = command.c2t_1;
|
|
468
468
|
var tmp0_container = commandCompletionFuncName(this, command);
|
|
469
469
|
var isTopLevel = tmp0_container.r6();
|
|
470
470
|
var funcName = tmp0_container.s6();
|
|
471
471
|
// Inline function 'kotlin.collections.map' call
|
|
472
472
|
// Inline function 'kotlin.collections.filterNot' call
|
|
473
473
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
474
|
-
var this_0 = command.
|
|
474
|
+
var this_0 = command.g2t_1;
|
|
475
475
|
var destination = ArrayList_init_$Create$();
|
|
476
476
|
var tmp0_iterator = this_0.t();
|
|
477
477
|
while (tmp0_iterator.u()) {
|
|
478
478
|
var element = tmp0_iterator.w();
|
|
479
479
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
480
|
-
if (!element.
|
|
480
|
+
if (!element.l2u()) {
|
|
481
481
|
destination.q(element);
|
|
482
482
|
}
|
|
483
483
|
}
|
|
@@ -487,43 +487,43 @@
|
|
|
487
487
|
while (tmp0_iterator_0.u()) {
|
|
488
488
|
var item = tmp0_iterator_0.w();
|
|
489
489
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
490
|
-
var tmp$ret$3 = new Triple(_get_allNames__eplh1g(item, BashCompletionGenerator_instance), item.
|
|
490
|
+
var tmp$ret$3 = new Triple(_get_allNames__eplh1g(item, BashCompletionGenerator_instance), item.m2u(), item.n2u());
|
|
491
491
|
destination_0.q(tmp$ret$3);
|
|
492
492
|
}
|
|
493
493
|
var options = destination_0;
|
|
494
494
|
// Inline function 'kotlin.collections.map' call
|
|
495
|
-
var this_1 = command.
|
|
495
|
+
var this_1 = command.h2t_1;
|
|
496
496
|
// Inline function 'kotlin.collections.mapTo' call
|
|
497
497
|
var destination_1 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_1, 10));
|
|
498
498
|
var tmp0_iterator_1 = this_1.t();
|
|
499
499
|
while (tmp0_iterator_1.u()) {
|
|
500
500
|
var item_0 = tmp0_iterator_1.w();
|
|
501
501
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
502
|
-
var tmp$ret$6 = to(item_0.d1c(), item_0.
|
|
502
|
+
var tmp$ret$6 = to(item_0.d1c(), item_0.m2u());
|
|
503
503
|
destination_1.q(tmp$ret$6);
|
|
504
504
|
}
|
|
505
505
|
var arguments_0 = destination_1;
|
|
506
506
|
// Inline function 'kotlin.collections.map' call
|
|
507
|
-
var this_2 = command.
|
|
507
|
+
var this_2 = command.f2t_1;
|
|
508
508
|
// Inline function 'kotlin.collections.mapTo' call
|
|
509
509
|
var destination_2 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_2, 10));
|
|
510
510
|
var tmp0_iterator_2 = this_2.t();
|
|
511
511
|
while (tmp0_iterator_2.u()) {
|
|
512
512
|
var item_1 = tmp0_iterator_2.w();
|
|
513
513
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
514
|
-
var tmp$ret$9 = item_1.
|
|
514
|
+
var tmp$ret$9 = item_1.c2t_1;
|
|
515
515
|
destination_2.q(tmp$ret$9);
|
|
516
516
|
}
|
|
517
517
|
var subcommands = destination_2;
|
|
518
518
|
// Inline function 'kotlin.collections.flatMap' call
|
|
519
519
|
// Inline function 'kotlin.collections.takeWhile' call
|
|
520
|
-
var this_3 = command.
|
|
520
|
+
var this_3 = command.h2t_1;
|
|
521
521
|
var list = ArrayList_init_$Create$();
|
|
522
522
|
var tmp0_iterator_3 = this_3.t();
|
|
523
523
|
$l$loop: while (tmp0_iterator_3.u()) {
|
|
524
524
|
var item_2 = tmp0_iterator_3.w();
|
|
525
525
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
526
|
-
if (!(item_2.
|
|
526
|
+
if (!(item_2.n2u() > 0))
|
|
527
527
|
break $l$loop;
|
|
528
528
|
list.q(item_2);
|
|
529
529
|
}
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
var element_0 = tmp0_iterator_4.w();
|
|
535
535
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
536
536
|
// Inline function 'kotlin.collections.map' call
|
|
537
|
-
var this_4 = numberRangeToNumber(1, element_0.
|
|
537
|
+
var this_4 = numberRangeToNumber(1, element_0.n2u());
|
|
538
538
|
// Inline function 'kotlin.collections.mapTo' call
|
|
539
539
|
var destination_4 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_4, 10));
|
|
540
540
|
var tmp0_iterator_5 = this_4.t();
|
|
@@ -550,7 +550,7 @@
|
|
|
550
550
|
var fixedArgNameArray = joinToString(destination_3, ' ');
|
|
551
551
|
// Inline function 'kotlin.text.orEmpty' call
|
|
552
552
|
// Inline function 'kotlin.collections.find' call
|
|
553
|
-
var this_5 = command.
|
|
553
|
+
var this_5 = command.h2t_1;
|
|
554
554
|
var tmp$ret$21;
|
|
555
555
|
$l$block: {
|
|
556
556
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
while (tmp0_iterator_6.u()) {
|
|
559
559
|
var element_1 = tmp0_iterator_6.w();
|
|
560
560
|
// Inline function 'com.github.ajalt.clikt.completion.BashCompletionGenerator.generateBashOrZshCompletion.<anonymous>' call
|
|
561
|
-
if (element_1.
|
|
561
|
+
if (element_1.n2u() < 0) {
|
|
562
562
|
tmp$ret$21 = element_1;
|
|
563
563
|
break $l$block;
|
|
564
564
|
}
|
|
@@ -627,7 +627,7 @@
|
|
|
627
627
|
var name = tmp1_loop_parameter.r6();
|
|
628
628
|
var candidate = tmp1_loop_parameter.s6();
|
|
629
629
|
var tmp2_safe_receiver = candidate instanceof Custom ? candidate : null;
|
|
630
|
-
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.
|
|
630
|
+
var tmp3_safe_receiver = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.o2u_1;
|
|
631
631
|
var tmp4_elvis_lhs = tmp3_safe_receiver == null ? null : tmp3_safe_receiver(ShellType_BASH_getInstance());
|
|
632
632
|
var tmp;
|
|
633
633
|
if (tmp4_elvis_lhs == null) {
|
|
@@ -685,7 +685,7 @@
|
|
|
685
685
|
}
|
|
686
686
|
this_6.w5(' esac\n fi\n case "${COMP_WORDS[$i]}" in\n');
|
|
687
687
|
// Inline function 'kotlin.collections.iterator' call
|
|
688
|
-
var tmp7_iterator = command.
|
|
688
|
+
var tmp7_iterator = command.p2u().p2().t();
|
|
689
689
|
while (tmp7_iterator.u()) {
|
|
690
690
|
var tmp8_loop_parameter = tmp7_iterator.w();
|
|
691
691
|
// Inline function 'kotlin.collections.component1' call
|
|
@@ -696,18 +696,18 @@
|
|
|
696
696
|
joinTo(toks, this_6, ' ', ' ', VOID, VOID, VOID, BashCompletionGenerator$generateBashOrZshCompletion$lambda);
|
|
697
697
|
this_6.w5(' "${COMP_WORDS[@]:${i}}" )').w5('\n');
|
|
698
698
|
this_6.w5(' (( COMP_CWORD = COMP_CWORD + ' + toks.n() + ' ))\n');
|
|
699
|
-
if (!command.
|
|
699
|
+
if (!command.m2t().r2t_1) {
|
|
700
700
|
this_6.w5(' can_parse_options=0\n');
|
|
701
701
|
}
|
|
702
702
|
this_6.w5(' ;;\n');
|
|
703
703
|
}
|
|
704
|
-
var tmp9_iterator = command.
|
|
704
|
+
var tmp9_iterator = command.f2t_1.t();
|
|
705
705
|
while (tmp9_iterator.u()) {
|
|
706
706
|
var sub = tmp9_iterator.w();
|
|
707
|
-
this_6.w5(trimMargin('\n | ' + sub.
|
|
707
|
+
this_6.w5(trimMargin('\n | ' + sub.c2t_1 + ')\n | ' + commandCompletionFuncName(BashCompletionGenerator_instance, sub).q6_1 + ' $(( i + 1 ))\n | return\n | ;;\n |\n '));
|
|
708
708
|
}
|
|
709
709
|
this_6.w5(' *)\n (( i = i + 1 ))\n # drop the head of the array\n fixed_arg_names=("${fixed_arg_names[@]:1}")\n');
|
|
710
|
-
if (!command.
|
|
710
|
+
if (!command.m2t().r2t_1) {
|
|
711
711
|
this_6.w5(' can_parse_options=0\n');
|
|
712
712
|
}
|
|
713
713
|
this_6.w5(' ;;\n esac\n done\n local word="${COMP_WORDS[$COMP_CWORD]}"\n');
|
|
@@ -767,11 +767,11 @@
|
|
|
767
767
|
} else {
|
|
768
768
|
if (completion instanceof Fixed) {
|
|
769
769
|
this_6.w5(" COMPREPLY=($(compgen -W '");
|
|
770
|
-
joinTo(completion.
|
|
770
|
+
joinTo(completion.q2u_1, this_6, ' ');
|
|
771
771
|
this_6.w5('\' -- "${word}"))\n');
|
|
772
772
|
} else {
|
|
773
773
|
if (completion instanceof Custom) {
|
|
774
|
-
if (!(completion.
|
|
774
|
+
if (!(completion.o2u_1(ShellType_BASH_getInstance()) == null)) {
|
|
775
775
|
var fname = customParamCompletionName(BashCompletionGenerator_instance, funcName, name_1);
|
|
776
776
|
this_6.w5(' COMPREPLY=($(compgen -F ' + fname + ' 2>/dev/null))\n');
|
|
777
777
|
}
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
this_6.w5('\' -- "${word}"))\n ;;\n');
|
|
791
791
|
}
|
|
792
792
|
this_6.w5(' esac\n}\n');
|
|
793
|
-
var tmp13_iterator = command.
|
|
793
|
+
var tmp13_iterator = command.f2t_1.t();
|
|
794
794
|
while (tmp13_iterator.u()) {
|
|
795
795
|
var subcommand = tmp13_iterator.w();
|
|
796
|
-
this_6.w5(BashCompletionGenerator_instance.
|
|
796
|
+
this_6.w5(BashCompletionGenerator_instance.k2u(subcommand, zsh));
|
|
797
797
|
}
|
|
798
798
|
if (isTopLevel) {
|
|
799
799
|
this_6.w5('\ncomplete -F ' + funcName + ' ' + commandName);
|
|
@@ -929,20 +929,20 @@
|
|
|
929
929
|
}
|
|
930
930
|
function CompletionGenerator() {
|
|
931
931
|
}
|
|
932
|
-
protoOf(CompletionGenerator).
|
|
932
|
+
protoOf(CompletionGenerator).r2u = function (command, shell) {
|
|
933
933
|
// Inline function 'kotlin.text.lowercase' call
|
|
934
934
|
// Inline function 'kotlin.text.trim' call
|
|
935
935
|
// Inline function 'kotlin.js.asDynamic' call
|
|
936
936
|
var message;
|
|
937
937
|
switch (toString_0(trim(isCharSequence(shell) ? shell : THROW_CCE())).toLowerCase()) {
|
|
938
938
|
case 'fish':
|
|
939
|
-
message = FishCompletionGenerator_instance.
|
|
939
|
+
message = FishCompletionGenerator_instance.s2u(command);
|
|
940
940
|
break;
|
|
941
941
|
case 'zsh':
|
|
942
|
-
message = BashCompletionGenerator_instance.
|
|
942
|
+
message = BashCompletionGenerator_instance.k2u(command, true);
|
|
943
943
|
break;
|
|
944
944
|
default:
|
|
945
|
-
message = BashCompletionGenerator_instance.
|
|
945
|
+
message = BashCompletionGenerator_instance.k2u(command, false);
|
|
946
946
|
break;
|
|
947
947
|
}
|
|
948
948
|
throw new PrintCompletionMessage(message);
|
|
@@ -958,29 +958,29 @@
|
|
|
958
958
|
var this_0 = StringBuilder_init_$Create$();
|
|
959
959
|
// Inline function 'kotlin.contracts.contract' call
|
|
960
960
|
// Inline function 'com.github.ajalt.clikt.completion.FishCompletionGenerator.generateFishCompletionForCommand.<anonymous>' call
|
|
961
|
-
var parentCommandName = lastOrNull(command.
|
|
962
|
-
var rootCommandName = first_0(command.
|
|
961
|
+
var parentCommandName = lastOrNull(command.m2t().t2u());
|
|
962
|
+
var rootCommandName = first_0(command.m2t().u2u());
|
|
963
963
|
var isTopLevel = parentCommandName == null;
|
|
964
|
-
var commandName = command.
|
|
964
|
+
var commandName = command.c2t_1;
|
|
965
965
|
// Inline function 'kotlin.collections.filterNot' call
|
|
966
966
|
// Inline function 'kotlin.collections.filterNotTo' call
|
|
967
|
-
var this_1 = command.
|
|
967
|
+
var this_1 = command.g2t_1;
|
|
968
968
|
var destination = ArrayList_init_$Create$();
|
|
969
969
|
var tmp0_iterator = this_1.t();
|
|
970
970
|
while (tmp0_iterator.u()) {
|
|
971
971
|
var element = tmp0_iterator.w();
|
|
972
972
|
// Inline function 'com.github.ajalt.clikt.completion.FishCompletionGenerator.generateFishCompletionForCommand.<anonymous>.<anonymous>' call
|
|
973
|
-
if (!element.
|
|
973
|
+
if (!element.l2u()) {
|
|
974
974
|
destination.q(element);
|
|
975
975
|
}
|
|
976
976
|
}
|
|
977
977
|
var options = destination;
|
|
978
|
-
var arguments_0 = command.
|
|
979
|
-
var subcommands = command.
|
|
978
|
+
var arguments_0 = command.h2t_1;
|
|
979
|
+
var subcommands = command.f2t_1;
|
|
980
980
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
981
981
|
var hasSubcommands = !subcommands.a1();
|
|
982
|
-
var subcommandsVarName_0 = subcommandsVarName(command.
|
|
983
|
-
var parentSubcommandsVarName = isTopLevel ? subcommandsVarName_0 : subcommandsVarName(command.
|
|
982
|
+
var subcommandsVarName_0 = subcommandsVarName(command.m2t().u2u(), FishCompletionGenerator_instance);
|
|
983
|
+
var parentSubcommandsVarName = isTopLevel ? subcommandsVarName_0 : subcommandsVarName(command.m2t().t2u(), FishCompletionGenerator_instance);
|
|
984
984
|
if (isTopLevel) {
|
|
985
985
|
// Inline function 'kotlin.text.appendLine' call
|
|
986
986
|
var value = trimMargin('\n |# Command completion for ' + commandName + '\n |# Generated by Clikt\n ');
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
this_0.w5('-n "__fish_seen_subcommand_from ' + parentCommandName + '; and not __fish_seen_subcommand_from $' + parentSubcommandsVarName + '" ');
|
|
1009
1009
|
}
|
|
1010
1010
|
this_0.w5('-a ' + commandName + ' ');
|
|
1011
|
-
var help = replace_0(command.
|
|
1011
|
+
var help = replace_0(command.v2u(command.m2t()), "'", "\\'");
|
|
1012
1012
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
1013
1013
|
if (!isBlank(help)) {
|
|
1014
1014
|
this_0.w5("-d '" + help + "'");
|
|
@@ -1104,11 +1104,11 @@
|
|
|
1104
1104
|
}
|
|
1105
1105
|
this_0.w5(trimStart(name, charArrayOf([_Char___init__impl__6a9atx(45)])));
|
|
1106
1106
|
}
|
|
1107
|
-
if (option.
|
|
1107
|
+
if (option.n2u().ta_1 > 0) {
|
|
1108
1108
|
this_0.w5(' -r');
|
|
1109
1109
|
}
|
|
1110
|
-
appendParamCompletion(this_0, FishCompletionGenerator_instance, option.
|
|
1111
|
-
appendHelp(this_0, FishCompletionGenerator_instance, option.
|
|
1110
|
+
appendParamCompletion(this_0, FishCompletionGenerator_instance, option.m2u());
|
|
1111
|
+
appendHelp(this_0, FishCompletionGenerator_instance, option.w2u(command.m2t()));
|
|
1112
1112
|
// Inline function 'kotlin.text.appendLine' call
|
|
1113
1113
|
this_0.x5(_Char___init__impl__6a9atx(10));
|
|
1114
1114
|
}
|
|
@@ -1123,8 +1123,8 @@
|
|
|
1123
1123
|
while (tmp2_iterator.u()) {
|
|
1124
1124
|
var argument = tmp2_iterator.w();
|
|
1125
1125
|
appendCompleteCall(this_0, FishCompletionGenerator_instance, rootCommandName, isTopLevel, hasSubcommands, commandName);
|
|
1126
|
-
appendParamCompletion(this_0, FishCompletionGenerator_instance, argument.
|
|
1127
|
-
appendHelp(this_0, FishCompletionGenerator_instance, argument.
|
|
1126
|
+
appendParamCompletion(this_0, FishCompletionGenerator_instance, argument.m2u());
|
|
1127
|
+
appendHelp(this_0, FishCompletionGenerator_instance, argument.x2u(command.m2t()));
|
|
1128
1128
|
// Inline function 'kotlin.text.appendLine' call
|
|
1129
1129
|
this_0.x5(_Char___init__impl__6a9atx(10));
|
|
1130
1130
|
}
|
|
@@ -1185,10 +1185,10 @@
|
|
|
1185
1185
|
_this__u8e3s4.w5(' -fa "(__fish_complete_users)"');
|
|
1186
1186
|
} else {
|
|
1187
1187
|
if (completion instanceof Fixed) {
|
|
1188
|
-
joinTo(completion.
|
|
1188
|
+
joinTo(completion.q2u_1, _this__u8e3s4, ' ', ' -fa "', '"');
|
|
1189
1189
|
} else {
|
|
1190
1190
|
if (completion instanceof Custom) {
|
|
1191
|
-
var customCompletion = completion.
|
|
1191
|
+
var customCompletion = completion.o2u_1(ShellType_FISH_getInstance());
|
|
1192
1192
|
_this__u8e3s4.w5(' -fa ' + customCompletion);
|
|
1193
1193
|
}
|
|
1194
1194
|
}
|
|
@@ -1204,11 +1204,11 @@
|
|
|
1204
1204
|
var tmp;
|
|
1205
1205
|
var tmp_0;
|
|
1206
1206
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1207
|
-
if (!_this__u8e3s4.
|
|
1207
|
+
if (!_this__u8e3s4.h2t_1.a1()) {
|
|
1208
1208
|
tmp_0 = true;
|
|
1209
1209
|
} else {
|
|
1210
1210
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1211
|
-
tmp_0 = !_this__u8e3s4.
|
|
1211
|
+
tmp_0 = !_this__u8e3s4.f2t_1.a1();
|
|
1212
1212
|
}
|
|
1213
1213
|
if (tmp_0) {
|
|
1214
1214
|
tmp = true;
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
// Inline function 'kotlin.collections.any' call
|
|
1219
1219
|
// Inline function 'kotlin.collections.flatMap' call
|
|
1220
1220
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
1221
|
-
var this_0 = _this__u8e3s4.
|
|
1221
|
+
var this_0 = _this__u8e3s4.g2t_1;
|
|
1222
1222
|
var destination = ArrayList_init_$Create$();
|
|
1223
1223
|
var tmp0_iterator = this_0.t();
|
|
1224
1224
|
while (tmp0_iterator.u()) {
|
|
@@ -1256,10 +1256,10 @@
|
|
|
1256
1256
|
return startsWith_0(_this__u8e3s4, _Char___init__impl__6a9atx(45));
|
|
1257
1257
|
}
|
|
1258
1258
|
function _get_allNames__eplh1g_0(_this__u8e3s4, $this) {
|
|
1259
|
-
return plus(_this__u8e3s4.
|
|
1259
|
+
return plus(_this__u8e3s4.n2t(), _this__u8e3s4.o2t());
|
|
1260
1260
|
}
|
|
1261
1261
|
function FishCompletionGenerator$generateFishCompletionForCommand$lambda(it) {
|
|
1262
|
-
return it.
|
|
1262
|
+
return it.c2t_1;
|
|
1263
1263
|
}
|
|
1264
1264
|
function FishCompletionGenerator$subcommandsVarName$lambda(it) {
|
|
1265
1265
|
// Inline function 'kotlin.text.replace' call
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
}
|
|
1268
1268
|
function FishCompletionGenerator() {
|
|
1269
1269
|
}
|
|
1270
|
-
protoOf(FishCompletionGenerator).
|
|
1270
|
+
protoOf(FishCompletionGenerator).s2u = function (command) {
|
|
1271
1271
|
if (!_get_hasFishCompletionRequirements__qhz0b7(command, this))
|
|
1272
1272
|
return '';
|
|
1273
1273
|
return generateFishCompletionForCommand(this, command);
|
|
@@ -1278,30 +1278,30 @@
|
|
|
1278
1278
|
}
|
|
1279
1279
|
function registeredOptionNames($this) {
|
|
1280
1280
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
1281
|
-
var this_0 = $this.
|
|
1281
|
+
var this_0 = $this.g2t_1;
|
|
1282
1282
|
// Inline function 'kotlin.collections.mutableSetOf' call
|
|
1283
1283
|
var destination = LinkedHashSet_init_$Create$();
|
|
1284
1284
|
var tmp0_iterator = this_0.t();
|
|
1285
1285
|
while (tmp0_iterator.u()) {
|
|
1286
1286
|
var element = tmp0_iterator.w();
|
|
1287
1287
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.registeredOptionNames.<anonymous>' call
|
|
1288
|
-
var list = element.
|
|
1288
|
+
var list = element.n2t();
|
|
1289
1289
|
addAll(destination, list);
|
|
1290
1290
|
}
|
|
1291
1291
|
return destination;
|
|
1292
1292
|
}
|
|
1293
1293
|
function createContext($this, argv, parent, ancestors) {
|
|
1294
|
-
$this.
|
|
1295
|
-
if ($this.
|
|
1294
|
+
$this.k2t_1 = Companion_instance_0.y2u($this, parent, argv, $this.j2t_1);
|
|
1295
|
+
if ($this.z2s_1) {
|
|
1296
1296
|
// Inline function 'kotlin.require' call
|
|
1297
1297
|
var tmp$ret$1;
|
|
1298
1298
|
$l$block: {
|
|
1299
1299
|
// Inline function 'kotlin.sequences.none' call
|
|
1300
|
-
var tmp0_iterator = $this.
|
|
1300
|
+
var tmp0_iterator = $this.m2t().z2u().t();
|
|
1301
1301
|
while (tmp0_iterator.u()) {
|
|
1302
1302
|
var element = tmp0_iterator.w();
|
|
1303
1303
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.createContext.<anonymous>' call
|
|
1304
|
-
if (element.
|
|
1304
|
+
if (element.q2t_1.z2s_1) {
|
|
1305
1305
|
tmp$ret$1 = false;
|
|
1306
1306
|
break $l$block;
|
|
1307
1307
|
}
|
|
@@ -1316,48 +1316,48 @@
|
|
|
1316
1316
|
}
|
|
1317
1317
|
}
|
|
1318
1318
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1319
|
-
if (!$this.
|
|
1320
|
-
var names = minus($this.
|
|
1319
|
+
if (!$this.m2t().v2t_1.a1()) {
|
|
1320
|
+
var names = minus($this.m2t().v2t_1, registeredOptionNames($this));
|
|
1321
1321
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1322
1322
|
if (!names.a1()) {
|
|
1323
|
-
var tmp = $this.
|
|
1323
|
+
var tmp = $this.m2t().d2u_1.a2v();
|
|
1324
1324
|
eagerOption($this, names, tmp, VOID, VOID, VOID, CliktCommand$createContext$lambda);
|
|
1325
1325
|
}
|
|
1326
1326
|
}
|
|
1327
|
-
var tmp0_iterator_0 = $this.
|
|
1327
|
+
var tmp0_iterator_0 = $this.f2t_1.t();
|
|
1328
1328
|
while (tmp0_iterator_0.u()) {
|
|
1329
1329
|
var command = tmp0_iterator_0.w();
|
|
1330
|
-
var a = filterNotNull(plus_1(ancestors, parent == null ? null : parent.
|
|
1330
|
+
var a = filterNotNull(plus_1(ancestors, parent == null ? null : parent.q2t_1));
|
|
1331
1331
|
// Inline function 'kotlin.check' call
|
|
1332
1332
|
// Inline function 'kotlin.contracts.contract' call
|
|
1333
1333
|
if (!!a.p(command)) {
|
|
1334
1334
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.createContext.<anonymous>' call
|
|
1335
|
-
var message_0 = 'Command ' + command.
|
|
1335
|
+
var message_0 = 'Command ' + command.c2t_1 + ' already registered';
|
|
1336
1336
|
throw IllegalStateException_init_$Create$(toString_0(message_0));
|
|
1337
1337
|
}
|
|
1338
|
-
createContext(command, argv, $this.
|
|
1338
|
+
createContext(command, argv, $this.m2t(), a);
|
|
1339
1339
|
}
|
|
1340
|
-
return ensureNotNull($this.
|
|
1340
|
+
return ensureNotNull($this.k2t_1);
|
|
1341
1341
|
}
|
|
1342
1342
|
function getCommandNameWithParents($this) {
|
|
1343
|
-
if ($this.
|
|
1343
|
+
if ($this.k2t_1 == null) {
|
|
1344
1344
|
createContext($this, emptyList(), null, emptyList());
|
|
1345
1345
|
}
|
|
1346
|
-
return joinToString($this.
|
|
1346
|
+
return joinToString($this.m2t().u2u(), ' ');
|
|
1347
1347
|
}
|
|
1348
1348
|
function generateCompletion($this) {
|
|
1349
|
-
if ($this.
|
|
1349
|
+
if ($this.y2s_1 == null)
|
|
1350
1350
|
return Unit_instance;
|
|
1351
1351
|
var tmp;
|
|
1352
|
-
if (isBlank($this.
|
|
1352
|
+
if (isBlank($this.y2s_1)) {
|
|
1353
1353
|
// Inline function 'kotlin.text.uppercase' call
|
|
1354
1354
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1355
|
-
tmp = '_' + replace_0($this.
|
|
1355
|
+
tmp = '_' + replace_0($this.c2t_1, '-', '_').toUpperCase() + '_COMPLETE';
|
|
1356
1356
|
} else {
|
|
1357
|
-
tmp = $this.
|
|
1357
|
+
tmp = $this.y2s_1;
|
|
1358
1358
|
}
|
|
1359
1359
|
var envvar = tmp;
|
|
1360
|
-
var tmp0_elvis_lhs = $this.
|
|
1360
|
+
var tmp0_elvis_lhs = $this.m2t().e2u_1(envvar);
|
|
1361
1361
|
var tmp_0;
|
|
1362
1362
|
if (tmp0_elvis_lhs == null) {
|
|
1363
1363
|
return Unit_instance;
|
|
@@ -1365,13 +1365,13 @@
|
|
|
1365
1365
|
tmp_0 = tmp0_elvis_lhs;
|
|
1366
1366
|
}
|
|
1367
1367
|
var envval = tmp_0;
|
|
1368
|
-
CompletionGenerator_instance.
|
|
1368
|
+
CompletionGenerator_instance.r2u($this, envval);
|
|
1369
1369
|
}
|
|
1370
1370
|
function CliktCommand$_contextConfig$lambda($this$null) {
|
|
1371
1371
|
return Unit_instance;
|
|
1372
1372
|
}
|
|
1373
1373
|
function CliktCommand$createContext$lambda($this$eagerOption) {
|
|
1374
|
-
throw new PrintHelpMessage($this$eagerOption.
|
|
1374
|
+
throw new PrintHelpMessage($this$eagerOption.c2v_1);
|
|
1375
1375
|
}
|
|
1376
1376
|
function CliktCommand(help, epilog, name, invokeWithoutSubcommand, printHelpOnEmptyArgs, helpTags, autoCompleteEnvvar, allowMultipleSubcommands, treatUnknownOptionsAsArgs, hidden) {
|
|
1377
1377
|
help = help === VOID ? '' : help;
|
|
@@ -1384,50 +1384,50 @@
|
|
|
1384
1384
|
allowMultipleSubcommands = allowMultipleSubcommands === VOID ? false : allowMultipleSubcommands;
|
|
1385
1385
|
treatUnknownOptionsAsArgs = treatUnknownOptionsAsArgs === VOID ? false : treatUnknownOptionsAsArgs;
|
|
1386
1386
|
hidden = hidden === VOID ? false : hidden;
|
|
1387
|
-
this.
|
|
1388
|
-
this.
|
|
1389
|
-
this.
|
|
1390
|
-
this.
|
|
1391
|
-
this.
|
|
1392
|
-
this.
|
|
1393
|
-
this.
|
|
1387
|
+
this.v2s_1 = invokeWithoutSubcommand;
|
|
1388
|
+
this.w2s_1 = printHelpOnEmptyArgs;
|
|
1389
|
+
this.x2s_1 = helpTags;
|
|
1390
|
+
this.y2s_1 = autoCompleteEnvvar;
|
|
1391
|
+
this.z2s_1 = allowMultipleSubcommands;
|
|
1392
|
+
this.a2t_1 = treatUnknownOptionsAsArgs;
|
|
1393
|
+
this.b2t_1 = hidden;
|
|
1394
1394
|
var tmp = this;
|
|
1395
|
-
tmp.
|
|
1396
|
-
this.
|
|
1397
|
-
this.
|
|
1398
|
-
this.
|
|
1395
|
+
tmp.c2t_1 = name == null ? inferCommandName(this) : name;
|
|
1396
|
+
this.d2t_1 = help;
|
|
1397
|
+
this.e2t_1 = epilog;
|
|
1398
|
+
this.f2t_1 = emptyList();
|
|
1399
1399
|
var tmp_0 = this;
|
|
1400
1400
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1401
|
-
tmp_0.
|
|
1401
|
+
tmp_0.g2t_1 = ArrayList_init_$Create$();
|
|
1402
1402
|
var tmp_1 = this;
|
|
1403
1403
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1404
|
-
tmp_1.
|
|
1404
|
+
tmp_1.h2t_1 = ArrayList_init_$Create$();
|
|
1405
1405
|
var tmp_2 = this;
|
|
1406
1406
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1407
|
-
tmp_2.
|
|
1407
|
+
tmp_2.i2t_1 = ArrayList_init_$Create$();
|
|
1408
1408
|
var tmp_3 = this;
|
|
1409
|
-
tmp_3.
|
|
1410
|
-
this.
|
|
1409
|
+
tmp_3.j2t_1 = CliktCommand$_contextConfig$lambda;
|
|
1410
|
+
this.k2t_1 = null;
|
|
1411
1411
|
var tmp_4 = this;
|
|
1412
1412
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1413
|
-
tmp_4.
|
|
1413
|
+
tmp_4.l2t_1 = ArrayList_init_$Create$();
|
|
1414
1414
|
}
|
|
1415
|
-
protoOf(CliktCommand).
|
|
1416
|
-
return this.
|
|
1415
|
+
protoOf(CliktCommand).d2v = function () {
|
|
1416
|
+
return this.d2t_1;
|
|
1417
1417
|
};
|
|
1418
|
-
protoOf(CliktCommand).
|
|
1419
|
-
return this.
|
|
1418
|
+
protoOf(CliktCommand).v2u = function (context) {
|
|
1419
|
+
return this.d2v();
|
|
1420
1420
|
};
|
|
1421
|
-
protoOf(CliktCommand).
|
|
1422
|
-
return this.
|
|
1421
|
+
protoOf(CliktCommand).e2v = function () {
|
|
1422
|
+
return this.e2t_1;
|
|
1423
1423
|
};
|
|
1424
|
-
protoOf(CliktCommand).
|
|
1425
|
-
return this.
|
|
1424
|
+
protoOf(CliktCommand).f2v = function (context) {
|
|
1425
|
+
return this.e2v();
|
|
1426
1426
|
};
|
|
1427
|
-
protoOf(CliktCommand).
|
|
1427
|
+
protoOf(CliktCommand).g2v = function () {
|
|
1428
1428
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1429
1429
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1430
|
-
var this_0 = this.
|
|
1430
|
+
var this_0 = this.g2t_1;
|
|
1431
1431
|
var destination = ArrayList_init_$Create$();
|
|
1432
1432
|
// Inline function 'kotlin.collections.forEach' call
|
|
1433
1433
|
var tmp0_iterator = this_0.t();
|
|
@@ -1435,7 +1435,7 @@
|
|
|
1435
1435
|
var element = tmp0_iterator.w();
|
|
1436
1436
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1437
1437
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1438
|
-
var tmp0_safe_receiver = element.
|
|
1438
|
+
var tmp0_safe_receiver = element.h2v(this.m2t());
|
|
1439
1439
|
if (tmp0_safe_receiver == null)
|
|
1440
1440
|
null;
|
|
1441
1441
|
else {
|
|
@@ -1447,7 +1447,7 @@
|
|
|
1447
1447
|
var tmp = destination;
|
|
1448
1448
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1449
1449
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1450
|
-
var this_1 = this.
|
|
1450
|
+
var this_1 = this.h2t_1;
|
|
1451
1451
|
var destination_0 = ArrayList_init_$Create$();
|
|
1452
1452
|
// Inline function 'kotlin.collections.forEach' call
|
|
1453
1453
|
var tmp0_iterator_0 = this_1.t();
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
var element_0 = tmp0_iterator_0.w();
|
|
1456
1456
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1457
1457
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1458
|
-
var tmp0_safe_receiver_0 = element_0.
|
|
1458
|
+
var tmp0_safe_receiver_0 = element_0.h2v(this.m2t());
|
|
1459
1459
|
if (tmp0_safe_receiver_0 == null)
|
|
1460
1460
|
null;
|
|
1461
1461
|
else {
|
|
@@ -1467,7 +1467,7 @@
|
|
|
1467
1467
|
var tmp_0 = destination_0;
|
|
1468
1468
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1469
1469
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1470
|
-
var this_2 = this.
|
|
1470
|
+
var this_2 = this.i2t_1;
|
|
1471
1471
|
var destination_1 = ArrayList_init_$Create$();
|
|
1472
1472
|
// Inline function 'kotlin.collections.forEach' call
|
|
1473
1473
|
var tmp0_iterator_1 = this_2.t();
|
|
@@ -1475,7 +1475,7 @@
|
|
|
1475
1475
|
var element_1 = tmp0_iterator_1.w();
|
|
1476
1476
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1477
1477
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1478
|
-
var tmp0_safe_receiver_1 = element_1.
|
|
1478
|
+
var tmp0_safe_receiver_1 = element_1.h2v(this.m2t());
|
|
1479
1479
|
if (tmp0_safe_receiver_1 == null)
|
|
1480
1480
|
null;
|
|
1481
1481
|
else {
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
var tmp_1 = destination_1;
|
|
1488
1488
|
// Inline function 'kotlin.collections.mapNotNull' call
|
|
1489
1489
|
// Inline function 'kotlin.collections.mapNotNullTo' call
|
|
1490
|
-
var this_3 = this.
|
|
1490
|
+
var this_3 = this.f2t_1;
|
|
1491
1491
|
var destination_2 = ArrayList_init_$Create$();
|
|
1492
1492
|
// Inline function 'kotlin.collections.forEach' call
|
|
1493
1493
|
var tmp0_iterator_2 = this_3.t();
|
|
@@ -1496,11 +1496,11 @@
|
|
|
1496
1496
|
// Inline function 'kotlin.collections.mapNotNullTo.<anonymous>' call
|
|
1497
1497
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>' call
|
|
1498
1498
|
// Inline function 'kotlin.takeUnless' call
|
|
1499
|
-
var this_4 = new Subcommand(element_2.
|
|
1499
|
+
var this_4 = new Subcommand(element_2.c2t_1, element_2.i2v(this.m2t()), element_2.x2s_1);
|
|
1500
1500
|
// Inline function 'kotlin.contracts.contract' call
|
|
1501
1501
|
var tmp_2;
|
|
1502
1502
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.allHelpParams.<anonymous>.<anonymous>' call
|
|
1503
|
-
if (!element_2.
|
|
1503
|
+
if (!element_2.b2t_1) {
|
|
1504
1504
|
tmp_2 = this_4;
|
|
1505
1505
|
} else {
|
|
1506
1506
|
tmp_2 = null;
|
|
@@ -1516,11 +1516,11 @@
|
|
|
1516
1516
|
}
|
|
1517
1517
|
return flatten(listOf([tmp, tmp_0, tmp_1, destination_2]));
|
|
1518
1518
|
};
|
|
1519
|
-
protoOf(CliktCommand).
|
|
1519
|
+
protoOf(CliktCommand).m2t = function () {
|
|
1520
1520
|
$l$block: {
|
|
1521
1521
|
// Inline function 'kotlin.checkNotNull' call
|
|
1522
1522
|
// Inline function 'kotlin.contracts.contract' call
|
|
1523
|
-
if (this.
|
|
1523
|
+
if (this.k2t_1 == null) {
|
|
1524
1524
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.<get-currentContext>.<anonymous>' call
|
|
1525
1525
|
var message = 'Context accessed before parse has been called.';
|
|
1526
1526
|
throw IllegalStateException_init_$Create$(toString_0(message));
|
|
@@ -1528,21 +1528,21 @@
|
|
|
1528
1528
|
break $l$block;
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
|
-
return ensureNotNull(this.
|
|
1531
|
+
return ensureNotNull(this.k2t_1);
|
|
1532
1532
|
};
|
|
1533
|
-
protoOf(CliktCommand).
|
|
1534
|
-
return this.
|
|
1533
|
+
protoOf(CliktCommand).j2v = function () {
|
|
1534
|
+
return this.l2t_1;
|
|
1535
1535
|
};
|
|
1536
|
-
protoOf(CliktCommand).
|
|
1537
|
-
var tmp0_safe_receiver = Regex_init_$Create$('\\s*(?:```)?\\s*(.+)').c9(this.
|
|
1536
|
+
protoOf(CliktCommand).i2v = function (context) {
|
|
1537
|
+
var tmp0_safe_receiver = Regex_init_$Create$('\\s*(?:```)?\\s*(.+)').c9(this.v2u(context));
|
|
1538
1538
|
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.w9();
|
|
1539
1539
|
var tmp2_safe_receiver = tmp1_safe_receiver == null ? null : tmp1_safe_receiver.e1(1);
|
|
1540
1540
|
var tmp3_elvis_lhs = tmp2_safe_receiver == null ? null : tmp2_safe_receiver.v9_1;
|
|
1541
1541
|
return tmp3_elvis_lhs == null ? '' : tmp3_elvis_lhs;
|
|
1542
1542
|
};
|
|
1543
|
-
protoOf(CliktCommand).
|
|
1543
|
+
protoOf(CliktCommand).k2v = function (option) {
|
|
1544
1544
|
var names = registeredOptionNames(this);
|
|
1545
|
-
var tmp0_iterator = option.
|
|
1545
|
+
var tmp0_iterator = option.n2t().t();
|
|
1546
1546
|
while (tmp0_iterator.u()) {
|
|
1547
1547
|
var name = tmp0_iterator.w();
|
|
1548
1548
|
// Inline function 'kotlin.require' call
|
|
@@ -1553,12 +1553,12 @@
|
|
|
1553
1553
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
1554
1554
|
}
|
|
1555
1555
|
}
|
|
1556
|
-
if (option.
|
|
1556
|
+
if (option.l2v()) {
|
|
1557
1557
|
// Inline function 'kotlin.require' call
|
|
1558
1558
|
var tmp$ret$1;
|
|
1559
1559
|
$l$block_0: {
|
|
1560
1560
|
// Inline function 'kotlin.collections.none' call
|
|
1561
|
-
var this_0 = this.
|
|
1561
|
+
var this_0 = this.g2t_1;
|
|
1562
1562
|
var tmp;
|
|
1563
1563
|
if (isInterface(this_0, Collection)) {
|
|
1564
1564
|
tmp = this_0.a1();
|
|
@@ -1573,7 +1573,7 @@
|
|
|
1573
1573
|
while (tmp0_iterator_0.u()) {
|
|
1574
1574
|
var element = tmp0_iterator_0.w();
|
|
1575
1575
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.registerOption.<anonymous>' call
|
|
1576
|
-
if (element.
|
|
1576
|
+
if (element.l2v()) {
|
|
1577
1577
|
tmp$ret$1 = false;
|
|
1578
1578
|
break $l$block_0;
|
|
1579
1579
|
}
|
|
@@ -1588,21 +1588,21 @@
|
|
|
1588
1588
|
}
|
|
1589
1589
|
}
|
|
1590
1590
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1591
|
-
this.
|
|
1591
|
+
this.g2t_1.q(option);
|
|
1592
1592
|
};
|
|
1593
|
-
protoOf(CliktCommand).
|
|
1594
|
-
return this.
|
|
1593
|
+
protoOf(CliktCommand).m2v = function (option) {
|
|
1594
|
+
return this.k2v(isInterface(option, Option_0) ? option : THROW_CCE());
|
|
1595
1595
|
};
|
|
1596
|
-
protoOf(CliktCommand).
|
|
1596
|
+
protoOf(CliktCommand).n2v = function (argument) {
|
|
1597
1597
|
// Inline function 'kotlin.require' call
|
|
1598
1598
|
var tmp;
|
|
1599
|
-
if (argument.
|
|
1599
|
+
if (argument.n2u() > 0) {
|
|
1600
1600
|
tmp = true;
|
|
1601
1601
|
} else {
|
|
1602
1602
|
var tmp$ret$0;
|
|
1603
1603
|
$l$block_0: {
|
|
1604
1604
|
// Inline function 'kotlin.collections.none' call
|
|
1605
|
-
var this_0 = this.
|
|
1605
|
+
var this_0 = this.h2t_1;
|
|
1606
1606
|
var tmp_0;
|
|
1607
1607
|
if (isInterface(this_0, Collection)) {
|
|
1608
1608
|
tmp_0 = this_0.a1();
|
|
@@ -1617,7 +1617,7 @@
|
|
|
1617
1617
|
while (tmp0_iterator.u()) {
|
|
1618
1618
|
var element = tmp0_iterator.w();
|
|
1619
1619
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.registerArgument.<anonymous>' call
|
|
1620
|
-
if (element.
|
|
1620
|
+
if (element.n2u() < 0) {
|
|
1621
1621
|
tmp$ret$0 = false;
|
|
1622
1622
|
break $l$block_0;
|
|
1623
1623
|
}
|
|
@@ -1633,9 +1633,9 @@
|
|
|
1633
1633
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
1634
1634
|
}
|
|
1635
1635
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
1636
|
-
this.
|
|
1636
|
+
this.h2t_1.q(argument);
|
|
1637
1637
|
};
|
|
1638
|
-
protoOf(CliktCommand).
|
|
1638
|
+
protoOf(CliktCommand).o2v = function (error) {
|
|
1639
1639
|
var tmp;
|
|
1640
1640
|
if (!(error == null)) {
|
|
1641
1641
|
tmp = !(!(error == null) ? isInterface(error, ContextCliktError) : false);
|
|
@@ -1647,73 +1647,73 @@
|
|
|
1647
1647
|
}
|
|
1648
1648
|
var tmp0_safe_receiver = (!(error == null) ? isInterface(error, ContextCliktError) : false) ? error : null;
|
|
1649
1649
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.uc();
|
|
1650
|
-
var tmp2_elvis_lhs = tmp1_elvis_lhs == null ? this.
|
|
1650
|
+
var tmp2_elvis_lhs = tmp1_elvis_lhs == null ? this.k2t_1 : tmp1_elvis_lhs;
|
|
1651
1651
|
var ctx = tmp2_elvis_lhs == null ? createContext(this, emptyList(), null, emptyList()) : tmp2_elvis_lhs;
|
|
1652
|
-
var cmd = ctx.
|
|
1652
|
+
var cmd = ctx.q2t_1;
|
|
1653
1653
|
var programName = getCommandNameWithParents(cmd);
|
|
1654
|
-
var tmp_0 = ctx.
|
|
1655
|
-
return tmp_0.
|
|
1654
|
+
var tmp_0 = ctx.w2t_1(ctx);
|
|
1655
|
+
return tmp_0.p2v(error instanceof UsageError ? error : null, cmd.v2u(ctx), cmd.f2v(ctx), cmd.g2v(), programName);
|
|
1656
1656
|
};
|
|
1657
|
-
protoOf(CliktCommand).
|
|
1658
|
-
var msg = this.
|
|
1657
|
+
protoOf(CliktCommand).q2v = function (error) {
|
|
1658
|
+
var msg = this.o2v(error);
|
|
1659
1659
|
if (!(msg == null)) {
|
|
1660
|
-
var tmp1_elvis_lhs = error == null ? null : error.
|
|
1661
|
-
this.
|
|
1660
|
+
var tmp1_elvis_lhs = error == null ? null : error.s2v_1;
|
|
1661
|
+
this.t2v(msg, VOID, tmp1_elvis_lhs == null ? false : tmp1_elvis_lhs);
|
|
1662
1662
|
}
|
|
1663
1663
|
};
|
|
1664
|
-
protoOf(CliktCommand).
|
|
1664
|
+
protoOf(CliktCommand).p2u = function () {
|
|
1665
1665
|
return emptyMap();
|
|
1666
1666
|
};
|
|
1667
|
-
protoOf(CliktCommand).
|
|
1667
|
+
protoOf(CliktCommand).u2v = function (message, trailingNewline, err) {
|
|
1668
1668
|
if (trailingNewline) {
|
|
1669
|
-
this.
|
|
1669
|
+
this.m2t().y2t_1.f2q(message, VOID, VOID, VOID, VOID, err);
|
|
1670
1670
|
} else {
|
|
1671
|
-
this.
|
|
1671
|
+
this.m2t().y2t_1.e2q(message, VOID, VOID, VOID, VOID, err);
|
|
1672
1672
|
}
|
|
1673
1673
|
};
|
|
1674
|
-
protoOf(CliktCommand).
|
|
1674
|
+
protoOf(CliktCommand).t2v = function (message, trailingNewline, err, $super) {
|
|
1675
1675
|
trailingNewline = trailingNewline === VOID ? true : trailingNewline;
|
|
1676
1676
|
err = err === VOID ? false : err;
|
|
1677
1677
|
var tmp;
|
|
1678
1678
|
if ($super === VOID) {
|
|
1679
|
-
this.
|
|
1679
|
+
this.u2v(message, trailingNewline, err);
|
|
1680
1680
|
tmp = Unit_instance;
|
|
1681
1681
|
} else {
|
|
1682
|
-
tmp = $super.
|
|
1682
|
+
tmp = $super.u2v.call(this, message, trailingNewline, err);
|
|
1683
1683
|
}
|
|
1684
1684
|
return tmp;
|
|
1685
1685
|
};
|
|
1686
|
-
protoOf(CliktCommand).
|
|
1686
|
+
protoOf(CliktCommand).v2v = function (argv, parentContext) {
|
|
1687
1687
|
createContext(this, argv, parentContext, emptyList());
|
|
1688
1688
|
generateCompletion(this);
|
|
1689
|
-
Parser_instance.
|
|
1689
|
+
Parser_instance.w2v(argv, this.m2t());
|
|
1690
1690
|
};
|
|
1691
|
-
protoOf(CliktCommand).
|
|
1691
|
+
protoOf(CliktCommand).x2v = function (argv, parentContext, $super) {
|
|
1692
1692
|
parentContext = parentContext === VOID ? null : parentContext;
|
|
1693
1693
|
var tmp;
|
|
1694
1694
|
if ($super === VOID) {
|
|
1695
|
-
this.
|
|
1695
|
+
this.v2v(argv, parentContext);
|
|
1696
1696
|
tmp = Unit_instance;
|
|
1697
1697
|
} else {
|
|
1698
|
-
tmp = $super.
|
|
1698
|
+
tmp = $super.v2v.call(this, argv, parentContext);
|
|
1699
1699
|
}
|
|
1700
1700
|
return tmp;
|
|
1701
1701
|
};
|
|
1702
|
-
protoOf(CliktCommand).
|
|
1702
|
+
protoOf(CliktCommand).y2v = function (argv) {
|
|
1703
1703
|
try {
|
|
1704
|
-
this.
|
|
1704
|
+
this.x2v(argv);
|
|
1705
1705
|
} catch ($p) {
|
|
1706
1706
|
if ($p instanceof CliktError) {
|
|
1707
1707
|
var e = $p;
|
|
1708
|
-
this.
|
|
1709
|
-
exitProcessMpp(e.
|
|
1708
|
+
this.q2v(e);
|
|
1709
|
+
exitProcessMpp(e.r2v_1);
|
|
1710
1710
|
} else {
|
|
1711
1711
|
throw $p;
|
|
1712
1712
|
}
|
|
1713
1713
|
}
|
|
1714
1714
|
};
|
|
1715
|
-
protoOf(CliktCommand).
|
|
1716
|
-
return this.
|
|
1715
|
+
protoOf(CliktCommand).z2v = function (argv) {
|
|
1716
|
+
return this.y2v(asList(argv));
|
|
1717
1717
|
};
|
|
1718
1718
|
protoOf(CliktCommand).toString = function () {
|
|
1719
1719
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -1722,18 +1722,18 @@
|
|
|
1722
1722
|
var this_0 = StringBuilder_init_$Create$();
|
|
1723
1723
|
// Inline function 'kotlin.contracts.contract' call
|
|
1724
1724
|
// Inline function 'com.github.ajalt.clikt.core.CliktCommand.toString.<anonymous>' call
|
|
1725
|
-
this_0.w5('<' + classSimpleName(this) + ' name=' + this.
|
|
1725
|
+
this_0.w5('<' + classSimpleName(this) + ' name=' + this.c2t_1);
|
|
1726
1726
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1727
|
-
if (!this.
|
|
1728
|
-
joinTo(this.
|
|
1727
|
+
if (!this.g2t_1.a1()) {
|
|
1728
|
+
joinTo(this.g2t_1, this_0, VOID, ' options=[', ']');
|
|
1729
1729
|
}
|
|
1730
1730
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1731
|
-
if (!this.
|
|
1732
|
-
joinTo(this.
|
|
1731
|
+
if (!this.h2t_1.a1()) {
|
|
1732
|
+
joinTo(this.h2t_1, this_0, VOID, ' arguments=[', ']');
|
|
1733
1733
|
}
|
|
1734
1734
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
1735
|
-
if (!this.
|
|
1736
|
-
joinTo(this.
|
|
1735
|
+
if (!this.f2t_1.a1()) {
|
|
1736
|
+
joinTo(this.f2t_1, this_0, VOID, ' subcommands=[', ']');
|
|
1737
1737
|
}
|
|
1738
1738
|
this_0.w5('>');
|
|
1739
1739
|
return this_0.toString();
|
|
@@ -1764,7 +1764,7 @@
|
|
|
1764
1764
|
return lowerUpperRegex.h9(nameWithoutSuffixes, transform).toLowerCase();
|
|
1765
1765
|
}
|
|
1766
1766
|
function get_terminal(_this__u8e3s4) {
|
|
1767
|
-
return _this__u8e3s4.
|
|
1767
|
+
return _this__u8e3s4.m2t().y2t_1;
|
|
1768
1768
|
}
|
|
1769
1769
|
function classSimpleName(_this__u8e3s4) {
|
|
1770
1770
|
// Inline function 'kotlin.text.orEmpty' call
|
|
@@ -1776,16 +1776,16 @@
|
|
|
1776
1776
|
// Inline function 'kotlin.apply' call
|
|
1777
1777
|
// Inline function 'kotlin.contracts.contract' call
|
|
1778
1778
|
// Inline function 'com.github.ajalt.clikt.core.context.<anonymous>' call
|
|
1779
|
-
var c = _this__u8e3s4.
|
|
1779
|
+
var c = _this__u8e3s4.j2t_1;
|
|
1780
1780
|
var tmp = _this__u8e3s4;
|
|
1781
|
-
tmp.
|
|
1781
|
+
tmp.j2t_1 = context$lambda(c, block);
|
|
1782
1782
|
return _this__u8e3s4;
|
|
1783
1783
|
}
|
|
1784
1784
|
function subcommands(_this__u8e3s4, commands) {
|
|
1785
1785
|
// Inline function 'kotlin.apply' call
|
|
1786
1786
|
// Inline function 'kotlin.contracts.contract' call
|
|
1787
1787
|
// Inline function 'com.github.ajalt.clikt.core.subcommands.<anonymous>' call
|
|
1788
|
-
_this__u8e3s4.
|
|
1788
|
+
_this__u8e3s4.f2t_1 = plus_2(_this__u8e3s4.f2t_1, commands);
|
|
1789
1789
|
return _this__u8e3s4;
|
|
1790
1790
|
}
|
|
1791
1791
|
function inferCommandName$lambda(it) {
|
|
@@ -1818,36 +1818,36 @@
|
|
|
1818
1818
|
}
|
|
1819
1819
|
function Builder(command, parent) {
|
|
1820
1820
|
parent = parent === VOID ? null : parent;
|
|
1821
|
-
this.
|
|
1821
|
+
this.b2w_1 = parent;
|
|
1822
1822
|
var tmp = this;
|
|
1823
|
-
var tmp0_safe_receiver = this.
|
|
1824
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
1825
|
-
tmp.
|
|
1826
|
-
this.
|
|
1823
|
+
var tmp0_safe_receiver = this.b2w_1;
|
|
1824
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r2t_1;
|
|
1825
|
+
tmp.c2w_1 = tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
|
|
1826
|
+
this.d2w_1 = true;
|
|
1827
1827
|
var tmp_0 = this;
|
|
1828
|
-
var tmp0_safe_receiver_0 = this.
|
|
1829
|
-
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
1830
|
-
tmp_0.
|
|
1828
|
+
var tmp0_safe_receiver_0 = this.b2w_1;
|
|
1829
|
+
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.u2t_1;
|
|
1830
|
+
tmp_0.e2w_1 = tmp1_elvis_lhs_0 == null ? true : tmp1_elvis_lhs_0;
|
|
1831
1831
|
var tmp_1 = this;
|
|
1832
|
-
var tmp0_safe_receiver_1 = this.
|
|
1833
|
-
var tmp1_elvis_lhs_1 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1.
|
|
1834
|
-
tmp_1.
|
|
1832
|
+
var tmp0_safe_receiver_1 = this.b2w_1;
|
|
1833
|
+
var tmp1_elvis_lhs_1 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1.v2t_1;
|
|
1834
|
+
tmp_1.f2w_1 = tmp1_elvis_lhs_1 == null ? setOf(['-h', '--help']) : tmp1_elvis_lhs_1;
|
|
1835
1835
|
var tmp_2 = this;
|
|
1836
|
-
var tmp0_safe_receiver_2 = this.
|
|
1837
|
-
tmp_2.
|
|
1836
|
+
var tmp0_safe_receiver_2 = this.b2w_1;
|
|
1837
|
+
tmp_2.g2w_1 = tmp0_safe_receiver_2 == null ? null : tmp0_safe_receiver_2.w2t_1;
|
|
1838
1838
|
var tmp_3 = this;
|
|
1839
|
-
var tmp0_safe_receiver_3 = this.
|
|
1840
|
-
var tmp1_elvis_lhs_2 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3.
|
|
1839
|
+
var tmp0_safe_receiver_3 = this.b2w_1;
|
|
1840
|
+
var tmp1_elvis_lhs_2 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3.x2t_1;
|
|
1841
1841
|
var tmp_4;
|
|
1842
1842
|
if (tmp1_elvis_lhs_2 == null) {
|
|
1843
1843
|
tmp_4 = Context$Builder$tokenTransformer$lambda;
|
|
1844
1844
|
} else {
|
|
1845
1845
|
tmp_4 = tmp1_elvis_lhs_2;
|
|
1846
1846
|
}
|
|
1847
|
-
tmp_3.
|
|
1847
|
+
tmp_3.h2w_1 = tmp_4;
|
|
1848
1848
|
var tmp_5 = this;
|
|
1849
|
-
var tmp0_safe_receiver_4 = this.
|
|
1850
|
-
var tmp1_safe_receiver = tmp0_safe_receiver_4 == null ? null : tmp0_safe_receiver_4.
|
|
1849
|
+
var tmp0_safe_receiver_4 = this.b2w_1;
|
|
1850
|
+
var tmp1_safe_receiver = tmp0_safe_receiver_4 == null ? null : tmp0_safe_receiver_4.t2t_1;
|
|
1851
1851
|
var tmp_6;
|
|
1852
1852
|
if (tmp1_safe_receiver == null) {
|
|
1853
1853
|
tmp_6 = null;
|
|
@@ -1858,51 +1858,51 @@
|
|
|
1858
1858
|
var tmp_7 = tmp1_safe_receiver + '_';
|
|
1859
1859
|
// Inline function 'kotlin.text.uppercase' call
|
|
1860
1860
|
// Inline function 'kotlin.text.replace' call
|
|
1861
|
-
var this_0 = command.
|
|
1861
|
+
var this_0 = command.c2t_1;
|
|
1862
1862
|
// Inline function 'kotlin.js.asDynamic' call
|
|
1863
1863
|
tmp_6 = tmp_7 + Regex_init_$Create$('\\W').g9(this_0, '_').toUpperCase();
|
|
1864
1864
|
}
|
|
1865
|
-
tmp_5.
|
|
1865
|
+
tmp_5.i2w_1 = tmp_6;
|
|
1866
1866
|
var tmp_8 = this;
|
|
1867
|
-
var tmp0_safe_receiver_5 = this.
|
|
1868
|
-
var tmp1_elvis_lhs_3 = tmp0_safe_receiver_5 == null ? null : tmp0_safe_receiver_5.
|
|
1869
|
-
tmp_8.
|
|
1870
|
-
this.
|
|
1867
|
+
var tmp0_safe_receiver_5 = this.b2w_1;
|
|
1868
|
+
var tmp1_elvis_lhs_3 = tmp0_safe_receiver_5 == null ? null : tmp0_safe_receiver_5.y2t_1;
|
|
1869
|
+
tmp_8.j2w_1 = tmp1_elvis_lhs_3 == null ? Terminal_init_$Create$() : tmp1_elvis_lhs_3;
|
|
1870
|
+
this.k2w_1 = get_defaultArgFileReader();
|
|
1871
1871
|
var tmp_9 = this;
|
|
1872
|
-
var tmp0_safe_receiver_6 = this.
|
|
1873
|
-
var tmp1_elvis_lhs_4 = tmp0_safe_receiver_6 == null ? null : tmp0_safe_receiver_6.
|
|
1874
|
-
tmp_9.
|
|
1872
|
+
var tmp0_safe_receiver_6 = this.b2w_1;
|
|
1873
|
+
var tmp1_elvis_lhs_4 = tmp0_safe_receiver_6 == null ? null : tmp0_safe_receiver_6.a2u_1;
|
|
1874
|
+
tmp_9.l2w_1 = tmp1_elvis_lhs_4 == null ? true : tmp1_elvis_lhs_4;
|
|
1875
1875
|
var tmp_10 = this;
|
|
1876
|
-
var tmp0_safe_receiver_7 = this.
|
|
1877
|
-
tmp_10.
|
|
1878
|
-
this.
|
|
1879
|
-
this.
|
|
1876
|
+
var tmp0_safe_receiver_7 = this.b2w_1;
|
|
1877
|
+
tmp_10.m2w_1 = tmp0_safe_receiver_7 == null ? null : tmp0_safe_receiver_7.b2u_1;
|
|
1878
|
+
this.n2w_1 = get_DEFAULT_CORRECTION_SUGGESTOR();
|
|
1879
|
+
this.o2w_1 = get_defaultLocalization();
|
|
1880
1880
|
var tmp_11 = this;
|
|
1881
|
-
var tmp0_safe_receiver_8 = this.
|
|
1882
|
-
var tmp1_elvis_lhs_5 = tmp0_safe_receiver_8 == null ? null : tmp0_safe_receiver_8.
|
|
1881
|
+
var tmp0_safe_receiver_8 = this.b2w_1;
|
|
1882
|
+
var tmp1_elvis_lhs_5 = tmp0_safe_receiver_8 == null ? null : tmp0_safe_receiver_8.e2u_1;
|
|
1883
1883
|
var tmp_12;
|
|
1884
1884
|
if (tmp1_elvis_lhs_5 == null) {
|
|
1885
1885
|
tmp_12 = readEnvvar$ref();
|
|
1886
1886
|
} else {
|
|
1887
1887
|
tmp_12 = tmp1_elvis_lhs_5;
|
|
1888
1888
|
}
|
|
1889
|
-
tmp_11.
|
|
1889
|
+
tmp_11.p2w_1 = tmp_12;
|
|
1890
1890
|
var tmp_13 = this;
|
|
1891
|
-
var tmp0_safe_receiver_9 = this.
|
|
1892
|
-
tmp_13.
|
|
1891
|
+
var tmp0_safe_receiver_9 = this.b2w_1;
|
|
1892
|
+
tmp_13.q2w_1 = tmp0_safe_receiver_9 == null ? null : tmp0_safe_receiver_9.f2u_1;
|
|
1893
1893
|
}
|
|
1894
|
-
protoOf(Builder).
|
|
1895
|
-
this.
|
|
1894
|
+
protoOf(Builder).r2w = function (sources) {
|
|
1895
|
+
this.m2w_1 = new ChainedValueSource(toList_0(sources));
|
|
1896
1896
|
};
|
|
1897
1897
|
function Companion() {
|
|
1898
1898
|
}
|
|
1899
|
-
protoOf(Companion).
|
|
1899
|
+
protoOf(Companion).y2u = function (command, parent, argv, block) {
|
|
1900
1900
|
// Inline function 'kotlin.with' call
|
|
1901
1901
|
// Inline function 'kotlin.contracts.contract' call
|
|
1902
1902
|
var $this$with = new Builder(command, parent);
|
|
1903
1903
|
block($this$with);
|
|
1904
1904
|
var tmp;
|
|
1905
|
-
if ($this$with.
|
|
1905
|
+
if ($this$with.c2w_1 ? !command.z2s_1 : false) {
|
|
1906
1906
|
var tmp_0;
|
|
1907
1907
|
if (parent == null) {
|
|
1908
1908
|
tmp_0 = null;
|
|
@@ -1913,11 +1913,11 @@
|
|
|
1913
1913
|
var tmp$ret$1;
|
|
1914
1914
|
$l$block: {
|
|
1915
1915
|
// Inline function 'kotlin.sequences.any' call
|
|
1916
|
-
var tmp0_iterator = parent.
|
|
1916
|
+
var tmp0_iterator = parent.s2w().t();
|
|
1917
1917
|
while (tmp0_iterator.u()) {
|
|
1918
1918
|
var element = tmp0_iterator.w();
|
|
1919
1919
|
// Inline function 'com.github.ajalt.clikt.core.Companion.build.<anonymous>.<anonymous>.<anonymous>' call
|
|
1920
|
-
if (element.
|
|
1920
|
+
if (element.q2t_1.z2s_1) {
|
|
1921
1921
|
tmp$ret$1 = true;
|
|
1922
1922
|
break $l$block;
|
|
1923
1923
|
}
|
|
@@ -1931,7 +1931,7 @@
|
|
|
1931
1931
|
tmp = false;
|
|
1932
1932
|
}
|
|
1933
1933
|
var interspersed = tmp;
|
|
1934
|
-
var tmp1_elvis_lhs = $this$with.
|
|
1934
|
+
var tmp1_elvis_lhs = $this$with.g2w_1;
|
|
1935
1935
|
var tmp_1;
|
|
1936
1936
|
if (tmp1_elvis_lhs == null) {
|
|
1937
1937
|
tmp_1 = Context$Companion$build$lambda;
|
|
@@ -1939,56 +1939,56 @@
|
|
|
1939
1939
|
tmp_1 = tmp1_elvis_lhs;
|
|
1940
1940
|
}
|
|
1941
1941
|
var formatter = tmp_1;
|
|
1942
|
-
return new Context(parent, command, interspersed, $this$with.
|
|
1942
|
+
return new Context(parent, command, interspersed, $this$with.d2w_1, $this$with.i2w_1, $this$with.e2w_1, toSet($this$with.f2w_1), formatter, $this$with.h2w_1, $this$with.j2w_1, $this$with.k2w_1, $this$with.l2w_1, $this$with.m2w_1, $this$with.n2w_1, $this$with.o2w_1, $this$with.p2w_1, $this$with.q2w_1, argv);
|
|
1943
1943
|
};
|
|
1944
1944
|
var Companion_instance_0;
|
|
1945
1945
|
function Companion_getInstance() {
|
|
1946
1946
|
return Companion_instance_0;
|
|
1947
1947
|
}
|
|
1948
1948
|
function Context$parentNames$lambda(it) {
|
|
1949
|
-
return it.
|
|
1949
|
+
return it.q2t_1.c2t_1;
|
|
1950
1950
|
}
|
|
1951
1951
|
function Context$ancestors$lambda(it) {
|
|
1952
|
-
return it.
|
|
1952
|
+
return it.p2t_1;
|
|
1953
1953
|
}
|
|
1954
1954
|
function Context$selfAndAncestors$lambda(it) {
|
|
1955
|
-
return it.
|
|
1955
|
+
return it.p2t_1;
|
|
1956
1956
|
}
|
|
1957
1957
|
function Context(parent, command, allowInterspersedArgs, allowGroupedShortOptions, autoEnvvarPrefix, printExtraMessages, helpOptionNames, helpFormatter, tokenTransformer, terminal, argumentFileReader, readEnvvarBeforeValueSource, valueSource, correctionSuggestor, localization, readEnvvar, obj, originalArgv) {
|
|
1958
|
-
this.
|
|
1959
|
-
this.
|
|
1960
|
-
this.
|
|
1961
|
-
this.
|
|
1962
|
-
this.
|
|
1963
|
-
this.
|
|
1964
|
-
this.
|
|
1965
|
-
this.
|
|
1966
|
-
this.
|
|
1967
|
-
this.
|
|
1968
|
-
this.
|
|
1969
|
-
this.
|
|
1970
|
-
this.
|
|
1971
|
-
this.
|
|
1972
|
-
this.
|
|
1973
|
-
this.
|
|
1974
|
-
this.
|
|
1975
|
-
this.
|
|
1976
|
-
this.
|
|
1977
|
-
this.
|
|
1958
|
+
this.p2t_1 = parent;
|
|
1959
|
+
this.q2t_1 = command;
|
|
1960
|
+
this.r2t_1 = allowInterspersedArgs;
|
|
1961
|
+
this.s2t_1 = allowGroupedShortOptions;
|
|
1962
|
+
this.t2t_1 = autoEnvvarPrefix;
|
|
1963
|
+
this.u2t_1 = printExtraMessages;
|
|
1964
|
+
this.v2t_1 = helpOptionNames;
|
|
1965
|
+
this.w2t_1 = helpFormatter;
|
|
1966
|
+
this.x2t_1 = tokenTransformer;
|
|
1967
|
+
this.y2t_1 = terminal;
|
|
1968
|
+
this.z2t_1 = argumentFileReader;
|
|
1969
|
+
this.a2u_1 = readEnvvarBeforeValueSource;
|
|
1970
|
+
this.b2u_1 = valueSource;
|
|
1971
|
+
this.c2u_1 = correctionSuggestor;
|
|
1972
|
+
this.d2u_1 = localization;
|
|
1973
|
+
this.e2u_1 = readEnvvar;
|
|
1974
|
+
this.f2u_1 = obj;
|
|
1975
|
+
this.g2u_1 = originalArgv;
|
|
1976
|
+
this.h2u_1 = null;
|
|
1977
|
+
this.i2u_1 = false;
|
|
1978
1978
|
var tmp = this;
|
|
1979
1979
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
1980
|
-
tmp.
|
|
1980
|
+
tmp.j2u_1 = ArrayList_init_$Create$();
|
|
1981
1981
|
}
|
|
1982
|
-
protoOf(Context).
|
|
1983
|
-
var tmp = this.
|
|
1982
|
+
protoOf(Context).t2u = function () {
|
|
1983
|
+
var tmp = this.z2u();
|
|
1984
1984
|
return asReversed(toList(map(tmp, Context$parentNames$lambda)));
|
|
1985
1985
|
};
|
|
1986
|
-
protoOf(Context).
|
|
1987
|
-
return plus_1(this.
|
|
1986
|
+
protoOf(Context).u2u = function () {
|
|
1987
|
+
return plus_1(this.t2u(), this.q2t_1.c2t_1);
|
|
1988
1988
|
};
|
|
1989
|
-
protoOf(Context).
|
|
1989
|
+
protoOf(Context).t2w = function () {
|
|
1990
1990
|
var err = null;
|
|
1991
|
-
var tmp0_iterator = asReversed_0(this.
|
|
1991
|
+
var tmp0_iterator = asReversed_0(this.j2u_1).t();
|
|
1992
1992
|
while (tmp0_iterator.u()) {
|
|
1993
1993
|
var c = tmp0_iterator.w();
|
|
1994
1994
|
try {
|
|
@@ -2006,18 +2006,18 @@
|
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
2008
|
}
|
|
2009
|
-
this.
|
|
2009
|
+
this.j2u_1.y1();
|
|
2010
2010
|
if (!(err == null))
|
|
2011
2011
|
throw err;
|
|
2012
2012
|
};
|
|
2013
|
-
protoOf(Context).
|
|
2014
|
-
return generateSequence(this.
|
|
2013
|
+
protoOf(Context).z2u = function () {
|
|
2014
|
+
return generateSequence(this.p2t_1, Context$ancestors$lambda);
|
|
2015
2015
|
};
|
|
2016
|
-
protoOf(Context).
|
|
2016
|
+
protoOf(Context).s2w = function () {
|
|
2017
2017
|
return generateSequence(this, Context$selfAndAncestors$lambda);
|
|
2018
2018
|
};
|
|
2019
|
-
protoOf(Context).
|
|
2020
|
-
return !(this.
|
|
2019
|
+
protoOf(Context).u2w = function () {
|
|
2020
|
+
return !(this.z2t_1 == null);
|
|
2021
2021
|
};
|
|
2022
2022
|
function DEFAULT_CORRECTION_SUGGESTOR$lambda(enteredValue, possibleValues) {
|
|
2023
2023
|
_init_properties_Context_kt__u684jh();
|
|
@@ -2060,10 +2060,10 @@
|
|
|
2060
2060
|
return destination_1;
|
|
2061
2061
|
}
|
|
2062
2062
|
function sam$kotlin_Comparator$0(function_0) {
|
|
2063
|
-
this.
|
|
2063
|
+
this.v2w_1 = function_0;
|
|
2064
2064
|
}
|
|
2065
2065
|
protoOf(sam$kotlin_Comparator$0).ka = function (a, b) {
|
|
2066
|
-
return this.
|
|
2066
|
+
return this.v2w_1(a, b);
|
|
2067
2067
|
};
|
|
2068
2068
|
protoOf(sam$kotlin_Comparator$0).compare = function (a, b) {
|
|
2069
2069
|
return this.ka(a, b);
|
|
@@ -2167,10 +2167,10 @@
|
|
|
2167
2167
|
function FileNotFound(filename) {
|
|
2168
2168
|
UsageError.call(this, null);
|
|
2169
2169
|
captureStack(this, FileNotFound);
|
|
2170
|
-
this.
|
|
2170
|
+
this.h2x_1 = filename;
|
|
2171
2171
|
}
|
|
2172
|
-
protoOf(FileNotFound).
|
|
2173
|
-
return localization.
|
|
2172
|
+
protoOf(FileNotFound).i2x = function (localization, formatter) {
|
|
2173
|
+
return localization.j2x(this.h2x_1);
|
|
2174
2174
|
};
|
|
2175
2175
|
function UsageError_init_$Init$(message, argument, statusCode, $this) {
|
|
2176
2176
|
statusCode = statusCode === VOID ? 1 : statusCode;
|
|
@@ -2197,18 +2197,18 @@
|
|
|
2197
2197
|
statusCode = statusCode === VOID ? 1 : statusCode;
|
|
2198
2198
|
CliktError.call(this, message, VOID, statusCode);
|
|
2199
2199
|
captureStack(this, UsageError);
|
|
2200
|
-
this.
|
|
2201
|
-
this.
|
|
2200
|
+
this.m2x_1 = paramName;
|
|
2201
|
+
this.n2x_1 = null;
|
|
2202
2202
|
}
|
|
2203
|
-
protoOf(UsageError).
|
|
2203
|
+
protoOf(UsageError).i2x = function (localization, formatter) {
|
|
2204
2204
|
var tmp0_elvis_lhs = this.message;
|
|
2205
2205
|
return tmp0_elvis_lhs == null ? '' : tmp0_elvis_lhs;
|
|
2206
2206
|
};
|
|
2207
|
-
protoOf(UsageError).
|
|
2208
|
-
this.
|
|
2207
|
+
protoOf(UsageError).o2x = function (_set____db54di) {
|
|
2208
|
+
this.n2x_1 = _set____db54di;
|
|
2209
2209
|
};
|
|
2210
2210
|
protoOf(UsageError).uc = function () {
|
|
2211
|
-
return this.
|
|
2211
|
+
return this.n2x_1;
|
|
2212
2212
|
};
|
|
2213
2213
|
function CliktError(message, cause, statusCode, printError) {
|
|
2214
2214
|
message = message === VOID ? null : message;
|
|
@@ -2217,8 +2217,8 @@
|
|
|
2217
2217
|
printError = printError === VOID ? true : printError;
|
|
2218
2218
|
RuntimeException_init_$Init$(message, cause, this);
|
|
2219
2219
|
captureStack(this, CliktError);
|
|
2220
|
-
this.
|
|
2221
|
-
this.
|
|
2220
|
+
this.r2v_1 = statusCode;
|
|
2221
|
+
this.s2v_1 = printError;
|
|
2222
2222
|
}
|
|
2223
2223
|
function ContextCliktError() {
|
|
2224
2224
|
}
|
|
@@ -2227,15 +2227,15 @@
|
|
|
2227
2227
|
statusCode = statusCode === VOID ? 0 : statusCode;
|
|
2228
2228
|
CliktError.call(this, VOID, VOID, statusCode, false);
|
|
2229
2229
|
captureStack(this, PrintHelpMessage);
|
|
2230
|
-
this.
|
|
2231
|
-
this.
|
|
2230
|
+
this.r2x_1 = context;
|
|
2231
|
+
this.s2x_1 = error;
|
|
2232
2232
|
}
|
|
2233
2233
|
protoOf(PrintHelpMessage).uc = function () {
|
|
2234
|
-
return this.
|
|
2234
|
+
return this.r2x_1;
|
|
2235
2235
|
};
|
|
2236
2236
|
function Companion_0() {
|
|
2237
2237
|
}
|
|
2238
|
-
protoOf(Companion_0).
|
|
2238
|
+
protoOf(Companion_0).t2x = function (errors) {
|
|
2239
2239
|
var tmp;
|
|
2240
2240
|
switch (errors.n()) {
|
|
2241
2241
|
case 0:
|
|
@@ -2255,7 +2255,7 @@
|
|
|
2255
2255
|
var element = tmp0_iterator.w();
|
|
2256
2256
|
// Inline function 'com.github.ajalt.clikt.core.Companion.buildOrNull.<anonymous>' call
|
|
2257
2257
|
var tmp0_safe_receiver = element instanceof MultiUsageError ? element : null;
|
|
2258
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
2258
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y2x_1;
|
|
2259
2259
|
var list = tmp1_elvis_lhs == null ? listOf_0(element) : tmp1_elvis_lhs;
|
|
2260
2260
|
addAll(destination, list);
|
|
2261
2261
|
}
|
|
@@ -2271,16 +2271,16 @@
|
|
|
2271
2271
|
}
|
|
2272
2272
|
function MultiUsageError$formatMessage$lambda($localization, $formatter) {
|
|
2273
2273
|
return function (it) {
|
|
2274
|
-
return it.
|
|
2274
|
+
return it.i2x($localization, $formatter);
|
|
2275
2275
|
};
|
|
2276
2276
|
}
|
|
2277
2277
|
function MultiUsageError(errors) {
|
|
2278
|
-
UsageError.call(this, null, VOID, first_0(errors).
|
|
2278
|
+
UsageError.call(this, null, VOID, first_0(errors).r2v_1);
|
|
2279
2279
|
captureStack(this, MultiUsageError);
|
|
2280
|
-
this.
|
|
2280
|
+
this.y2x_1 = errors;
|
|
2281
2281
|
}
|
|
2282
|
-
protoOf(MultiUsageError).
|
|
2283
|
-
return joinToString(this.
|
|
2282
|
+
protoOf(MultiUsageError).i2x = function (localization, formatter) {
|
|
2283
|
+
return joinToString(this.y2x_1, '\n', VOID, VOID, VOID, VOID, MultiUsageError$formatMessage$lambda(localization, formatter));
|
|
2284
2284
|
};
|
|
2285
2285
|
var Kind_Argument_instance;
|
|
2286
2286
|
var Kind_Option_instance;
|
|
@@ -2298,7 +2298,7 @@
|
|
|
2298
2298
|
function BadParameterValue_init_$Init$(message, argument, $this) {
|
|
2299
2299
|
UsageError_init_$Init$(message, argument, VOID, $this);
|
|
2300
2300
|
BadParameterValue.call($this);
|
|
2301
|
-
$this.
|
|
2301
|
+
$this.d2y_1 = Kind_Argument_getInstance();
|
|
2302
2302
|
return $this;
|
|
2303
2303
|
}
|
|
2304
2304
|
function BadParameterValue_init_$Create$(message, argument) {
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
function BadParameterValue_init_$Init$_0(message, option, $this) {
|
|
2310
2310
|
UsageError_init_$Init$_0(message, option, VOID, $this);
|
|
2311
2311
|
BadParameterValue.call($this);
|
|
2312
|
-
$this.
|
|
2312
|
+
$this.d2y_1 = Kind_Option_getInstance();
|
|
2313
2313
|
return $this;
|
|
2314
2314
|
}
|
|
2315
2315
|
function BadParameterValue_init_$Create$_0(message, option) {
|
|
@@ -2320,7 +2320,7 @@
|
|
|
2320
2320
|
function BadParameterValue_init_$Init$_1(message, option, name, $this) {
|
|
2321
2321
|
UsageError.call($this, message, name);
|
|
2322
2322
|
BadParameterValue.call($this);
|
|
2323
|
-
$this.
|
|
2323
|
+
$this.d2y_1 = Kind_Option_getInstance();
|
|
2324
2324
|
return $this;
|
|
2325
2325
|
}
|
|
2326
2326
|
function BadParameterValue_init_$Create$_1(message, option, name) {
|
|
@@ -2336,7 +2336,7 @@
|
|
|
2336
2336
|
Kind_initEntries();
|
|
2337
2337
|
return Kind_Option_instance;
|
|
2338
2338
|
}
|
|
2339
|
-
protoOf(BadParameterValue).
|
|
2339
|
+
protoOf(BadParameterValue).i2x = function (localization, formatter) {
|
|
2340
2340
|
// Inline function 'kotlin.takeUnless' call
|
|
2341
2341
|
var this_0 = this.message;
|
|
2342
2342
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -2350,7 +2350,7 @@
|
|
|
2350
2350
|
tmp = null;
|
|
2351
2351
|
}
|
|
2352
2352
|
var m = tmp;
|
|
2353
|
-
var tmp0_safe_receiver = this.
|
|
2353
|
+
var tmp0_safe_receiver = this.m2x_1;
|
|
2354
2354
|
var tmp_0;
|
|
2355
2355
|
if (tmp0_safe_receiver == null) {
|
|
2356
2356
|
tmp_0 = null;
|
|
@@ -2375,14 +2375,14 @@
|
|
|
2375
2375
|
// Inline function 'kotlin.let' call
|
|
2376
2376
|
// Inline function 'kotlin.contracts.contract' call
|
|
2377
2377
|
// Inline function 'com.github.ajalt.clikt.core.BadParameterValue.formatMessage.<anonymous>' call
|
|
2378
|
-
var tmp0_subject = this.
|
|
2378
|
+
var tmp0_subject = this.d2y_1;
|
|
2379
2379
|
var tmp_3;
|
|
2380
2380
|
switch (tmp0_subject == null ? -1 : tmp0_subject.t9_1) {
|
|
2381
2381
|
case 0:
|
|
2382
|
-
tmp_3 = formatter.
|
|
2382
|
+
tmp_3 = formatter.e2y(tmp1_safe_receiver);
|
|
2383
2383
|
break;
|
|
2384
2384
|
case 1:
|
|
2385
|
-
tmp_3 = formatter.
|
|
2385
|
+
tmp_3 = formatter.f2y(tmp1_safe_receiver);
|
|
2386
2386
|
break;
|
|
2387
2387
|
case -1:
|
|
2388
2388
|
tmp_3 = tmp1_safe_receiver;
|
|
@@ -2396,13 +2396,13 @@
|
|
|
2396
2396
|
var p = tmp_2;
|
|
2397
2397
|
var tmp_4;
|
|
2398
2398
|
if (m == null ? p == null : false) {
|
|
2399
|
-
tmp_4 = localization.
|
|
2399
|
+
tmp_4 = localization.j2y();
|
|
2400
2400
|
} else if (m == null ? !(p == null) : false) {
|
|
2401
|
-
tmp_4 = localization.
|
|
2401
|
+
tmp_4 = localization.i2y(p);
|
|
2402
2402
|
} else if (!(m == null) ? p == null : false) {
|
|
2403
|
-
tmp_4 = localization.
|
|
2403
|
+
tmp_4 = localization.h2y(m);
|
|
2404
2404
|
} else if (!(m == null) ? !(p == null) : false) {
|
|
2405
|
-
tmp_4 = localization.
|
|
2405
|
+
tmp_4 = localization.g2y(p, m);
|
|
2406
2406
|
} else {
|
|
2407
2407
|
var message = 'impossible';
|
|
2408
2408
|
throw IllegalStateException_init_$Create$(toString_0(message));
|
|
@@ -2420,64 +2420,64 @@
|
|
|
2420
2420
|
possibilities = possibilities === VOID ? emptyList() : possibilities;
|
|
2421
2421
|
UsageError.call(this, null, paramName);
|
|
2422
2422
|
captureStack(this, NoSuchSubcommand);
|
|
2423
|
-
this.
|
|
2423
|
+
this.o2y_1 = possibilities;
|
|
2424
2424
|
}
|
|
2425
|
-
protoOf(NoSuchSubcommand).
|
|
2426
|
-
var tmp0_safe_receiver = this.
|
|
2425
|
+
protoOf(NoSuchSubcommand).i2x = function (localization, formatter) {
|
|
2426
|
+
var tmp0_safe_receiver = this.m2x_1;
|
|
2427
2427
|
var tmp;
|
|
2428
2428
|
if (tmp0_safe_receiver == null) {
|
|
2429
2429
|
tmp = null;
|
|
2430
2430
|
} else {
|
|
2431
2431
|
// Inline function 'kotlin.let' call
|
|
2432
2432
|
// Inline function 'kotlin.contracts.contract' call
|
|
2433
|
-
tmp = formatter.
|
|
2433
|
+
tmp = formatter.p2y(tmp0_safe_receiver);
|
|
2434
2434
|
}
|
|
2435
2435
|
var tmp1_elvis_lhs = tmp;
|
|
2436
2436
|
var tmp_0 = tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
2437
2437
|
// Inline function 'kotlin.collections.map' call
|
|
2438
|
-
var this_0 = this.
|
|
2438
|
+
var this_0 = this.o2y_1;
|
|
2439
2439
|
// Inline function 'kotlin.collections.mapTo' call
|
|
2440
2440
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
2441
2441
|
var tmp0_iterator = this_0.t();
|
|
2442
2442
|
while (tmp0_iterator.u()) {
|
|
2443
2443
|
var item = tmp0_iterator.w();
|
|
2444
|
-
var tmp$ret$2 = formatter.
|
|
2444
|
+
var tmp$ret$2 = formatter.p2y(item);
|
|
2445
2445
|
destination.q(tmp$ret$2);
|
|
2446
2446
|
}
|
|
2447
|
-
return localization.
|
|
2447
|
+
return localization.q2y(tmp_0, destination);
|
|
2448
2448
|
};
|
|
2449
2449
|
function NoSuchOption(paramName, possibilities) {
|
|
2450
2450
|
possibilities = possibilities === VOID ? emptyList() : possibilities;
|
|
2451
2451
|
UsageError.call(this, null, paramName);
|
|
2452
2452
|
captureStack(this, NoSuchOption);
|
|
2453
|
-
this.
|
|
2453
|
+
this.v2y_1 = possibilities;
|
|
2454
2454
|
}
|
|
2455
|
-
protoOf(NoSuchOption).
|
|
2456
|
-
var tmp0_safe_receiver = this.
|
|
2455
|
+
protoOf(NoSuchOption).i2x = function (localization, formatter) {
|
|
2456
|
+
var tmp0_safe_receiver = this.m2x_1;
|
|
2457
2457
|
var tmp;
|
|
2458
2458
|
if (tmp0_safe_receiver == null) {
|
|
2459
2459
|
tmp = null;
|
|
2460
2460
|
} else {
|
|
2461
2461
|
// Inline function 'kotlin.let' call
|
|
2462
2462
|
// Inline function 'kotlin.contracts.contract' call
|
|
2463
|
-
tmp = formatter.
|
|
2463
|
+
tmp = formatter.f2y(tmp0_safe_receiver);
|
|
2464
2464
|
}
|
|
2465
2465
|
var tmp1_elvis_lhs = tmp;
|
|
2466
2466
|
var tmp_0 = tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
2467
2467
|
// Inline function 'kotlin.collections.map' call
|
|
2468
|
-
var this_0 = this.
|
|
2468
|
+
var this_0 = this.v2y_1;
|
|
2469
2469
|
// Inline function 'kotlin.collections.mapTo' call
|
|
2470
2470
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
2471
2471
|
var tmp0_iterator = this_0.t();
|
|
2472
2472
|
while (tmp0_iterator.u()) {
|
|
2473
2473
|
var item = tmp0_iterator.w();
|
|
2474
|
-
var tmp$ret$2 = formatter.
|
|
2474
|
+
var tmp$ret$2 = formatter.f2y(item);
|
|
2475
2475
|
destination.q(tmp$ret$2);
|
|
2476
2476
|
}
|
|
2477
|
-
return localization.
|
|
2477
|
+
return localization.w2y(tmp_0, destination);
|
|
2478
2478
|
};
|
|
2479
2479
|
function IncorrectOptionValueCount_init_$Init$(option, paramName, $this) {
|
|
2480
|
-
IncorrectOptionValueCount.call($this, option.
|
|
2480
|
+
IncorrectOptionValueCount.call($this, option.n2u().ta_1, paramName);
|
|
2481
2481
|
return $this;
|
|
2482
2482
|
}
|
|
2483
2483
|
function IncorrectOptionValueCount_init_$Create$(option, paramName) {
|
|
@@ -2488,40 +2488,40 @@
|
|
|
2488
2488
|
function IncorrectOptionValueCount(minValues, paramName) {
|
|
2489
2489
|
UsageError.call(this, null, paramName);
|
|
2490
2490
|
captureStack(this, IncorrectOptionValueCount);
|
|
2491
|
-
this.
|
|
2491
|
+
this.b2z_1 = minValues;
|
|
2492
2492
|
}
|
|
2493
|
-
protoOf(IncorrectOptionValueCount).
|
|
2494
|
-
var tmp0_safe_receiver = this.
|
|
2493
|
+
protoOf(IncorrectOptionValueCount).i2x = function (localization, formatter) {
|
|
2494
|
+
var tmp0_safe_receiver = this.m2x_1;
|
|
2495
2495
|
var tmp;
|
|
2496
2496
|
if (tmp0_safe_receiver == null) {
|
|
2497
2497
|
tmp = null;
|
|
2498
2498
|
} else {
|
|
2499
2499
|
// Inline function 'kotlin.let' call
|
|
2500
2500
|
// Inline function 'kotlin.contracts.contract' call
|
|
2501
|
-
tmp = formatter.
|
|
2501
|
+
tmp = formatter.f2y(tmp0_safe_receiver);
|
|
2502
2502
|
}
|
|
2503
2503
|
var tmp1_elvis_lhs = tmp;
|
|
2504
|
-
return localization.
|
|
2504
|
+
return localization.c2z(tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs, this.b2z_1);
|
|
2505
2505
|
};
|
|
2506
2506
|
function MissingArgument(argument) {
|
|
2507
2507
|
UsageError_init_$Init$_1(argument, VOID, this);
|
|
2508
2508
|
captureStack(this, MissingArgument);
|
|
2509
2509
|
}
|
|
2510
|
-
protoOf(MissingArgument).
|
|
2511
|
-
var tmp0_safe_receiver = this.
|
|
2510
|
+
protoOf(MissingArgument).i2x = function (localization, formatter) {
|
|
2511
|
+
var tmp0_safe_receiver = this.m2x_1;
|
|
2512
2512
|
var tmp;
|
|
2513
2513
|
if (tmp0_safe_receiver == null) {
|
|
2514
2514
|
tmp = null;
|
|
2515
2515
|
} else {
|
|
2516
2516
|
// Inline function 'kotlin.let' call
|
|
2517
2517
|
// Inline function 'kotlin.contracts.contract' call
|
|
2518
|
-
tmp = formatter.
|
|
2518
|
+
tmp = formatter.e2y(tmp0_safe_receiver);
|
|
2519
2519
|
}
|
|
2520
2520
|
var tmp1_elvis_lhs = tmp;
|
|
2521
|
-
return localization.
|
|
2521
|
+
return localization.h2z(tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs);
|
|
2522
2522
|
};
|
|
2523
2523
|
function IncorrectArgumentValueCount_init_$Init$(argument, $this) {
|
|
2524
|
-
IncorrectArgumentValueCount.call($this, argument.
|
|
2524
|
+
IncorrectArgumentValueCount.call($this, argument.n2u(), argument);
|
|
2525
2525
|
return $this;
|
|
2526
2526
|
}
|
|
2527
2527
|
function IncorrectArgumentValueCount_init_$Create$(argument) {
|
|
@@ -2532,20 +2532,20 @@
|
|
|
2532
2532
|
function IncorrectArgumentValueCount(nvalues, argument) {
|
|
2533
2533
|
UsageError_init_$Init$_1(argument, VOID, this);
|
|
2534
2534
|
captureStack(this, IncorrectArgumentValueCount);
|
|
2535
|
-
this.
|
|
2535
|
+
this.m2z_1 = nvalues;
|
|
2536
2536
|
}
|
|
2537
|
-
protoOf(IncorrectArgumentValueCount).
|
|
2538
|
-
var tmp0_safe_receiver = this.
|
|
2537
|
+
protoOf(IncorrectArgumentValueCount).i2x = function (localization, formatter) {
|
|
2538
|
+
var tmp0_safe_receiver = this.m2x_1;
|
|
2539
2539
|
var tmp;
|
|
2540
2540
|
if (tmp0_safe_receiver == null) {
|
|
2541
2541
|
tmp = null;
|
|
2542
2542
|
} else {
|
|
2543
2543
|
// Inline function 'kotlin.let' call
|
|
2544
2544
|
// Inline function 'kotlin.contracts.contract' call
|
|
2545
|
-
tmp = formatter.
|
|
2545
|
+
tmp = formatter.e2y(tmp0_safe_receiver);
|
|
2546
2546
|
}
|
|
2547
2547
|
var tmp1_elvis_lhs = tmp;
|
|
2548
|
-
return localization.
|
|
2548
|
+
return localization.n2z(tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs, this.m2z_1);
|
|
2549
2549
|
};
|
|
2550
2550
|
function PrintMessage(message, statusCode, printError) {
|
|
2551
2551
|
statusCode = statusCode === VOID ? 0 : statusCode;
|
|
@@ -2559,11 +2559,11 @@
|
|
|
2559
2559
|
lineno = lineno === VOID ? null : lineno;
|
|
2560
2560
|
UsageError.call(this, message);
|
|
2561
2561
|
captureStack(this, InvalidFileFormat);
|
|
2562
|
-
this.
|
|
2563
|
-
this.
|
|
2562
|
+
this.s2z_1 = filename;
|
|
2563
|
+
this.t2z_1 = lineno;
|
|
2564
2564
|
}
|
|
2565
|
-
protoOf(InvalidFileFormat).
|
|
2566
|
-
return this.
|
|
2565
|
+
protoOf(InvalidFileFormat).i2x = function (localization, formatter) {
|
|
2566
|
+
return this.t2z_1 == null ? localization.v2z(this.s2z_1, ensureNotNull(this.message)) : localization.u2z(this.s2z_1, this.t2z_1, ensureNotNull(this.message));
|
|
2567
2567
|
};
|
|
2568
2568
|
function ProgramResult() {
|
|
2569
2569
|
}
|
|
@@ -2571,18 +2571,18 @@
|
|
|
2571
2571
|
UsageError_init_$Init$_2(option, VOID, this);
|
|
2572
2572
|
captureStack(this, MissingOption);
|
|
2573
2573
|
}
|
|
2574
|
-
protoOf(MissingOption).
|
|
2575
|
-
var tmp0_safe_receiver = this.
|
|
2574
|
+
protoOf(MissingOption).i2x = function (localization, formatter) {
|
|
2575
|
+
var tmp0_safe_receiver = this.m2x_1;
|
|
2576
2576
|
var tmp;
|
|
2577
2577
|
if (tmp0_safe_receiver == null) {
|
|
2578
2578
|
tmp = null;
|
|
2579
2579
|
} else {
|
|
2580
2580
|
// Inline function 'kotlin.let' call
|
|
2581
2581
|
// Inline function 'kotlin.contracts.contract' call
|
|
2582
|
-
tmp = formatter.
|
|
2582
|
+
tmp = formatter.f2y(tmp0_safe_receiver);
|
|
2583
2583
|
}
|
|
2584
2584
|
var tmp1_elvis_lhs = tmp;
|
|
2585
|
-
return localization.
|
|
2585
|
+
return localization.a30(tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs);
|
|
2586
2586
|
};
|
|
2587
2587
|
function get_defaultArgFileReader() {
|
|
2588
2588
|
_init_properties_ArgFileReader_kt__5nb90j();
|
|
@@ -2697,13 +2697,13 @@
|
|
|
2697
2697
|
var it = tmp3_iterator.w();
|
|
2698
2698
|
try {
|
|
2699
2699
|
if (it instanceof Arg) {
|
|
2700
|
-
it.
|
|
2700
|
+
it.h30_1.j30(context, it.i30_1);
|
|
2701
2701
|
} else {
|
|
2702
2702
|
if (it instanceof Opt) {
|
|
2703
|
-
it.
|
|
2703
|
+
it.e30_1.g30(context, it.f30_1);
|
|
2704
2704
|
} else {
|
|
2705
2705
|
if (it instanceof Group) {
|
|
2706
|
-
it.
|
|
2706
|
+
it.b30_1.d30(context, it.c30_1);
|
|
2707
2707
|
}
|
|
2708
2708
|
}
|
|
2709
2709
|
}
|
|
@@ -2717,11 +2717,11 @@
|
|
|
2717
2717
|
var e_0 = $p;
|
|
2718
2718
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
2719
2719
|
errors.q(e_0);
|
|
2720
|
-
context.
|
|
2720
|
+
context.i2u_1 = true;
|
|
2721
2721
|
} else {
|
|
2722
2722
|
if ($p instanceof Abort) {
|
|
2723
2723
|
var e_1 = $p;
|
|
2724
|
-
if (!context.
|
|
2724
|
+
if (!context.i2u_1)
|
|
2725
2725
|
throw e_1;
|
|
2726
2726
|
} else {
|
|
2727
2727
|
throw $p;
|
|
@@ -2735,7 +2735,7 @@
|
|
|
2735
2735
|
currentRound = toList_1(nextRound);
|
|
2736
2736
|
nextRound.y1();
|
|
2737
2737
|
}
|
|
2738
|
-
var tmp5_safe_receiver = Companion_instance_1.
|
|
2738
|
+
var tmp5_safe_receiver = Companion_instance_1.t2x(errors);
|
|
2739
2739
|
if (tmp5_safe_receiver == null)
|
|
2740
2740
|
null;
|
|
2741
2741
|
else {
|
|
@@ -2748,18 +2748,18 @@
|
|
|
2748
2748
|
}
|
|
2749
2749
|
function Group(group, invs) {
|
|
2750
2750
|
Param.call(this);
|
|
2751
|
-
this.
|
|
2752
|
-
this.
|
|
2751
|
+
this.b30_1 = group;
|
|
2752
|
+
this.c30_1 = invs;
|
|
2753
2753
|
}
|
|
2754
2754
|
function Opt(option, invs) {
|
|
2755
2755
|
Param.call(this);
|
|
2756
|
-
this.
|
|
2757
|
-
this.
|
|
2756
|
+
this.e30_1 = option;
|
|
2757
|
+
this.f30_1 = invs;
|
|
2758
2758
|
}
|
|
2759
2759
|
function Arg(argument, invs) {
|
|
2760
2760
|
Param.call(this);
|
|
2761
|
-
this.
|
|
2762
|
-
this.
|
|
2761
|
+
this.h30_1 = argument;
|
|
2762
|
+
this.i30_1 = invs;
|
|
2763
2763
|
}
|
|
2764
2764
|
function get_ANSI_CODE_RE() {
|
|
2765
2765
|
_init_properties_MppH_kt__np0w85();
|
|
@@ -2775,29 +2775,29 @@
|
|
|
2775
2775
|
}
|
|
2776
2776
|
function Option(names, secondaryNames, metavar, help, nvalues, tags, acceptsNumberValueWithoutName, acceptsUnattachedValue, groupName) {
|
|
2777
2777
|
ParameterHelp.call(this);
|
|
2778
|
-
this.
|
|
2779
|
-
this.
|
|
2780
|
-
this.
|
|
2781
|
-
this.
|
|
2782
|
-
this.
|
|
2783
|
-
this.
|
|
2784
|
-
this.
|
|
2785
|
-
this.
|
|
2786
|
-
this.
|
|
2778
|
+
this.k30_1 = names;
|
|
2779
|
+
this.l30_1 = secondaryNames;
|
|
2780
|
+
this.m30_1 = metavar;
|
|
2781
|
+
this.n30_1 = help;
|
|
2782
|
+
this.o30_1 = nvalues;
|
|
2783
|
+
this.p30_1 = tags;
|
|
2784
|
+
this.q30_1 = acceptsNumberValueWithoutName;
|
|
2785
|
+
this.r30_1 = acceptsUnattachedValue;
|
|
2786
|
+
this.s30_1 = groupName;
|
|
2787
2787
|
}
|
|
2788
2788
|
protoOf(Option).toString = function () {
|
|
2789
|
-
return 'Option(names=' + this.
|
|
2789
|
+
return 'Option(names=' + this.k30_1 + ', secondaryNames=' + this.l30_1 + ', metavar=' + this.m30_1 + ', help=' + this.n30_1 + ', nvalues=' + this.o30_1 + ', tags=' + this.p30_1 + ', acceptsNumberValueWithoutName=' + this.q30_1 + ', acceptsUnattachedValue=' + this.r30_1 + ', groupName=' + this.s30_1 + ')';
|
|
2790
2790
|
};
|
|
2791
2791
|
protoOf(Option).hashCode = function () {
|
|
2792
|
-
var result = hashCode(this.
|
|
2793
|
-
result = imul(result, 31) + hashCode(this.
|
|
2794
|
-
result = imul(result, 31) + (this.
|
|
2795
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2796
|
-
result = imul(result, 31) + this.
|
|
2797
|
-
result = imul(result, 31) + hashCode(this.
|
|
2798
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2799
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2800
|
-
result = imul(result, 31) + (this.
|
|
2792
|
+
var result = hashCode(this.k30_1);
|
|
2793
|
+
result = imul(result, 31) + hashCode(this.l30_1) | 0;
|
|
2794
|
+
result = imul(result, 31) + (this.m30_1 == null ? 0 : getStringHashCode(this.m30_1)) | 0;
|
|
2795
|
+
result = imul(result, 31) + getStringHashCode(this.n30_1) | 0;
|
|
2796
|
+
result = imul(result, 31) + this.o30_1.hashCode() | 0;
|
|
2797
|
+
result = imul(result, 31) + hashCode(this.p30_1) | 0;
|
|
2798
|
+
result = imul(result, 31) + getBooleanHashCode(this.q30_1) | 0;
|
|
2799
|
+
result = imul(result, 31) + getBooleanHashCode(this.r30_1) | 0;
|
|
2800
|
+
result = imul(result, 31) + (this.s30_1 == null ? 0 : getStringHashCode(this.s30_1)) | 0;
|
|
2801
2801
|
return result;
|
|
2802
2802
|
};
|
|
2803
2803
|
protoOf(Option).equals = function (other) {
|
|
@@ -2806,43 +2806,43 @@
|
|
|
2806
2806
|
if (!(other instanceof Option))
|
|
2807
2807
|
return false;
|
|
2808
2808
|
var tmp0_other_with_cast = other instanceof Option ? other : THROW_CCE();
|
|
2809
|
-
if (!equals(this.
|
|
2809
|
+
if (!equals(this.k30_1, tmp0_other_with_cast.k30_1))
|
|
2810
2810
|
return false;
|
|
2811
|
-
if (!equals(this.
|
|
2811
|
+
if (!equals(this.l30_1, tmp0_other_with_cast.l30_1))
|
|
2812
2812
|
return false;
|
|
2813
|
-
if (!(this.
|
|
2813
|
+
if (!(this.m30_1 == tmp0_other_with_cast.m30_1))
|
|
2814
2814
|
return false;
|
|
2815
|
-
if (!(this.
|
|
2815
|
+
if (!(this.n30_1 === tmp0_other_with_cast.n30_1))
|
|
2816
2816
|
return false;
|
|
2817
|
-
if (!this.
|
|
2817
|
+
if (!this.o30_1.equals(tmp0_other_with_cast.o30_1))
|
|
2818
2818
|
return false;
|
|
2819
|
-
if (!equals(this.
|
|
2819
|
+
if (!equals(this.p30_1, tmp0_other_with_cast.p30_1))
|
|
2820
2820
|
return false;
|
|
2821
|
-
if (!(this.
|
|
2821
|
+
if (!(this.q30_1 === tmp0_other_with_cast.q30_1))
|
|
2822
2822
|
return false;
|
|
2823
|
-
if (!(this.
|
|
2823
|
+
if (!(this.r30_1 === tmp0_other_with_cast.r30_1))
|
|
2824
2824
|
return false;
|
|
2825
|
-
if (!(this.
|
|
2825
|
+
if (!(this.s30_1 == tmp0_other_with_cast.s30_1))
|
|
2826
2826
|
return false;
|
|
2827
2827
|
return true;
|
|
2828
2828
|
};
|
|
2829
2829
|
function Argument(name, help, required, repeatable, tags) {
|
|
2830
2830
|
ParameterHelp.call(this);
|
|
2831
|
-
this.
|
|
2832
|
-
this.
|
|
2833
|
-
this.
|
|
2834
|
-
this.
|
|
2835
|
-
this.
|
|
2831
|
+
this.t30_1 = name;
|
|
2832
|
+
this.u30_1 = help;
|
|
2833
|
+
this.v30_1 = required;
|
|
2834
|
+
this.w30_1 = repeatable;
|
|
2835
|
+
this.x30_1 = tags;
|
|
2836
2836
|
}
|
|
2837
2837
|
protoOf(Argument).toString = function () {
|
|
2838
|
-
return 'Argument(name=' + this.
|
|
2838
|
+
return 'Argument(name=' + this.t30_1 + ', help=' + this.u30_1 + ', required=' + this.v30_1 + ', repeatable=' + this.w30_1 + ', tags=' + this.x30_1 + ')';
|
|
2839
2839
|
};
|
|
2840
2840
|
protoOf(Argument).hashCode = function () {
|
|
2841
|
-
var result = getStringHashCode(this.
|
|
2842
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2843
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2844
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
2845
|
-
result = imul(result, 31) + hashCode(this.
|
|
2841
|
+
var result = getStringHashCode(this.t30_1);
|
|
2842
|
+
result = imul(result, 31) + getStringHashCode(this.u30_1) | 0;
|
|
2843
|
+
result = imul(result, 31) + getBooleanHashCode(this.v30_1) | 0;
|
|
2844
|
+
result = imul(result, 31) + getBooleanHashCode(this.w30_1) | 0;
|
|
2845
|
+
result = imul(result, 31) + hashCode(this.x30_1) | 0;
|
|
2846
2846
|
return result;
|
|
2847
2847
|
};
|
|
2848
2848
|
protoOf(Argument).equals = function (other) {
|
|
@@ -2851,31 +2851,31 @@
|
|
|
2851
2851
|
if (!(other instanceof Argument))
|
|
2852
2852
|
return false;
|
|
2853
2853
|
var tmp0_other_with_cast = other instanceof Argument ? other : THROW_CCE();
|
|
2854
|
-
if (!(this.
|
|
2854
|
+
if (!(this.t30_1 === tmp0_other_with_cast.t30_1))
|
|
2855
2855
|
return false;
|
|
2856
|
-
if (!(this.
|
|
2856
|
+
if (!(this.u30_1 === tmp0_other_with_cast.u30_1))
|
|
2857
2857
|
return false;
|
|
2858
|
-
if (!(this.
|
|
2858
|
+
if (!(this.v30_1 === tmp0_other_with_cast.v30_1))
|
|
2859
2859
|
return false;
|
|
2860
|
-
if (!(this.
|
|
2860
|
+
if (!(this.w30_1 === tmp0_other_with_cast.w30_1))
|
|
2861
2861
|
return false;
|
|
2862
|
-
if (!equals(this.
|
|
2862
|
+
if (!equals(this.x30_1, tmp0_other_with_cast.x30_1))
|
|
2863
2863
|
return false;
|
|
2864
2864
|
return true;
|
|
2865
2865
|
};
|
|
2866
2866
|
function Subcommand(name, help, tags) {
|
|
2867
2867
|
ParameterHelp.call(this);
|
|
2868
|
-
this.
|
|
2869
|
-
this.
|
|
2870
|
-
this.
|
|
2868
|
+
this.y30_1 = name;
|
|
2869
|
+
this.z30_1 = help;
|
|
2870
|
+
this.a31_1 = tags;
|
|
2871
2871
|
}
|
|
2872
2872
|
protoOf(Subcommand).toString = function () {
|
|
2873
|
-
return 'Subcommand(name=' + this.
|
|
2873
|
+
return 'Subcommand(name=' + this.y30_1 + ', help=' + this.z30_1 + ', tags=' + this.a31_1 + ')';
|
|
2874
2874
|
};
|
|
2875
2875
|
protoOf(Subcommand).hashCode = function () {
|
|
2876
|
-
var result = getStringHashCode(this.
|
|
2877
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2878
|
-
result = imul(result, 31) + hashCode(this.
|
|
2876
|
+
var result = getStringHashCode(this.y30_1);
|
|
2877
|
+
result = imul(result, 31) + getStringHashCode(this.z30_1) | 0;
|
|
2878
|
+
result = imul(result, 31) + hashCode(this.a31_1) | 0;
|
|
2879
2879
|
return result;
|
|
2880
2880
|
};
|
|
2881
2881
|
protoOf(Subcommand).equals = function (other) {
|
|
@@ -2884,25 +2884,25 @@
|
|
|
2884
2884
|
if (!(other instanceof Subcommand))
|
|
2885
2885
|
return false;
|
|
2886
2886
|
var tmp0_other_with_cast = other instanceof Subcommand ? other : THROW_CCE();
|
|
2887
|
-
if (!(this.
|
|
2887
|
+
if (!(this.y30_1 === tmp0_other_with_cast.y30_1))
|
|
2888
2888
|
return false;
|
|
2889
|
-
if (!(this.
|
|
2889
|
+
if (!(this.z30_1 === tmp0_other_with_cast.z30_1))
|
|
2890
2890
|
return false;
|
|
2891
|
-
if (!equals(this.
|
|
2891
|
+
if (!equals(this.a31_1, tmp0_other_with_cast.a31_1))
|
|
2892
2892
|
return false;
|
|
2893
2893
|
return true;
|
|
2894
2894
|
};
|
|
2895
2895
|
function Group_0(name, help) {
|
|
2896
2896
|
ParameterHelp.call(this);
|
|
2897
|
-
this.
|
|
2898
|
-
this.
|
|
2897
|
+
this.b31_1 = name;
|
|
2898
|
+
this.c31_1 = help;
|
|
2899
2899
|
}
|
|
2900
2900
|
protoOf(Group_0).toString = function () {
|
|
2901
|
-
return 'Group(name=' + this.
|
|
2901
|
+
return 'Group(name=' + this.b31_1 + ', help=' + this.c31_1 + ')';
|
|
2902
2902
|
};
|
|
2903
2903
|
protoOf(Group_0).hashCode = function () {
|
|
2904
|
-
var result = getStringHashCode(this.
|
|
2905
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2904
|
+
var result = getStringHashCode(this.b31_1);
|
|
2905
|
+
result = imul(result, 31) + getStringHashCode(this.c31_1) | 0;
|
|
2906
2906
|
return result;
|
|
2907
2907
|
};
|
|
2908
2908
|
protoOf(Group_0).equals = function (other) {
|
|
@@ -2911,17 +2911,17 @@
|
|
|
2911
2911
|
if (!(other instanceof Group_0))
|
|
2912
2912
|
return false;
|
|
2913
2913
|
var tmp0_other_with_cast = other instanceof Group_0 ? other : THROW_CCE();
|
|
2914
|
-
if (!(this.
|
|
2914
|
+
if (!(this.b31_1 === tmp0_other_with_cast.b31_1))
|
|
2915
2915
|
return false;
|
|
2916
|
-
if (!(this.
|
|
2916
|
+
if (!(this.c31_1 === tmp0_other_with_cast.c31_1))
|
|
2917
2917
|
return false;
|
|
2918
2918
|
return true;
|
|
2919
2919
|
};
|
|
2920
2920
|
function ParameterHelp() {
|
|
2921
2921
|
}
|
|
2922
2922
|
function Tags() {
|
|
2923
|
-
this.
|
|
2924
|
-
this.
|
|
2923
|
+
this.d31_1 = 'default';
|
|
2924
|
+
this.e31_1 = 'required';
|
|
2925
2925
|
}
|
|
2926
2926
|
var Tags_instance;
|
|
2927
2927
|
function Tags_getInstance() {
|
|
@@ -2951,15 +2951,15 @@
|
|
|
2951
2951
|
return RenderedSection_init_$Init$(title, content, objectCreate(protoOf(RenderedSection)));
|
|
2952
2952
|
}
|
|
2953
2953
|
function RenderedSection(title, content) {
|
|
2954
|
-
this.
|
|
2955
|
-
this.
|
|
2954
|
+
this.x31_1 = title;
|
|
2955
|
+
this.y31_1 = content;
|
|
2956
2956
|
}
|
|
2957
2957
|
protoOf(RenderedSection).toString = function () {
|
|
2958
|
-
return 'RenderedSection(title=' + this.
|
|
2958
|
+
return 'RenderedSection(title=' + this.x31_1 + ', content=' + this.y31_1 + ')';
|
|
2959
2959
|
};
|
|
2960
2960
|
protoOf(RenderedSection).hashCode = function () {
|
|
2961
|
-
var result = hashCode(this.
|
|
2962
|
-
result = imul(result, 31) + hashCode(this.
|
|
2961
|
+
var result = hashCode(this.x31_1);
|
|
2962
|
+
result = imul(result, 31) + hashCode(this.y31_1) | 0;
|
|
2963
2963
|
return result;
|
|
2964
2964
|
};
|
|
2965
2965
|
protoOf(RenderedSection).equals = function (other) {
|
|
@@ -2968,25 +2968,25 @@
|
|
|
2968
2968
|
if (!(other instanceof RenderedSection))
|
|
2969
2969
|
return false;
|
|
2970
2970
|
var tmp0_other_with_cast = other instanceof RenderedSection ? other : THROW_CCE();
|
|
2971
|
-
if (!equals(this.
|
|
2971
|
+
if (!equals(this.x31_1, tmp0_other_with_cast.x31_1))
|
|
2972
2972
|
return false;
|
|
2973
|
-
if (!equals(this.
|
|
2973
|
+
if (!equals(this.y31_1, tmp0_other_with_cast.y31_1))
|
|
2974
2974
|
return false;
|
|
2975
2975
|
return true;
|
|
2976
2976
|
};
|
|
2977
2977
|
function DefinitionRow(term, description, marker) {
|
|
2978
2978
|
marker = marker === VOID ? null : marker;
|
|
2979
|
-
this.
|
|
2980
|
-
this.
|
|
2981
|
-
this.
|
|
2979
|
+
this.z31_1 = term;
|
|
2980
|
+
this.a32_1 = description;
|
|
2981
|
+
this.b32_1 = marker;
|
|
2982
2982
|
}
|
|
2983
2983
|
protoOf(DefinitionRow).toString = function () {
|
|
2984
|
-
return 'DefinitionRow(term=' + this.
|
|
2984
|
+
return 'DefinitionRow(term=' + this.z31_1 + ', description=' + this.a32_1 + ', marker=' + this.b32_1 + ')';
|
|
2985
2985
|
};
|
|
2986
2986
|
protoOf(DefinitionRow).hashCode = function () {
|
|
2987
|
-
var result = getStringHashCode(this.
|
|
2988
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
2989
|
-
result = imul(result, 31) + (this.
|
|
2987
|
+
var result = getStringHashCode(this.z31_1);
|
|
2988
|
+
result = imul(result, 31) + getStringHashCode(this.a32_1) | 0;
|
|
2989
|
+
result = imul(result, 31) + (this.b32_1 == null ? 0 : getStringHashCode(this.b32_1)) | 0;
|
|
2990
2990
|
return result;
|
|
2991
2991
|
};
|
|
2992
2992
|
protoOf(DefinitionRow).equals = function (other) {
|
|
@@ -2995,49 +2995,49 @@
|
|
|
2995
2995
|
if (!(other instanceof DefinitionRow))
|
|
2996
2996
|
return false;
|
|
2997
2997
|
var tmp0_other_with_cast = other instanceof DefinitionRow ? other : THROW_CCE();
|
|
2998
|
-
if (!(this.
|
|
2998
|
+
if (!(this.z31_1 === tmp0_other_with_cast.z31_1))
|
|
2999
2999
|
return false;
|
|
3000
|
-
if (!(this.
|
|
3000
|
+
if (!(this.a32_1 === tmp0_other_with_cast.a32_1))
|
|
3001
3001
|
return false;
|
|
3002
|
-
if (!(this.
|
|
3002
|
+
if (!(this.b32_1 == tmp0_other_with_cast.b32_1))
|
|
3003
3003
|
return false;
|
|
3004
3004
|
return true;
|
|
3005
3005
|
};
|
|
3006
3006
|
function sam$kotlin_Comparator$0_0(function_0) {
|
|
3007
|
-
this.
|
|
3007
|
+
this.c32_1 = function_0;
|
|
3008
3008
|
}
|
|
3009
3009
|
protoOf(sam$kotlin_Comparator$0_0).ka = function (a, b) {
|
|
3010
|
-
return this.
|
|
3010
|
+
return this.c32_1(a, b);
|
|
3011
3011
|
};
|
|
3012
3012
|
protoOf(sam$kotlin_Comparator$0_0).compare = function (a, b) {
|
|
3013
3013
|
return this.ka(a, b);
|
|
3014
3014
|
};
|
|
3015
3015
|
function sam$kotlin_Comparator$0_1(function_0) {
|
|
3016
|
-
this.
|
|
3016
|
+
this.d32_1 = function_0;
|
|
3017
3017
|
}
|
|
3018
3018
|
protoOf(sam$kotlin_Comparator$0_1).ka = function (a, b) {
|
|
3019
|
-
return this.
|
|
3019
|
+
return this.d32_1(a, b);
|
|
3020
3020
|
};
|
|
3021
3021
|
protoOf(sam$kotlin_Comparator$0_1).compare = function (a, b) {
|
|
3022
3022
|
return this.ka(a, b);
|
|
3023
3023
|
};
|
|
3024
3024
|
function MordantHelpFormatter$formatHelp$lambda(this$0, $error, $prolog, $epilog, $parameters, $programName) {
|
|
3025
3025
|
return function ($this$verticalLayout) {
|
|
3026
|
-
$this$verticalLayout.
|
|
3027
|
-
$this$verticalLayout.
|
|
3026
|
+
$this$verticalLayout.w2m(1);
|
|
3027
|
+
$this$verticalLayout.u2m(this$0.i32($error, $prolog, $epilog, $parameters, $programName));
|
|
3028
3028
|
return Unit_instance;
|
|
3029
3029
|
};
|
|
3030
3030
|
}
|
|
3031
3031
|
function MordantHelpFormatter$renderUsage$lambda($prog, $usageParts) {
|
|
3032
3032
|
return function ($this$definitionList) {
|
|
3033
|
-
$this$definitionList.
|
|
3034
|
-
$this$definitionList.
|
|
3035
|
-
$this$definitionList.
|
|
3033
|
+
$this$definitionList.v2q($prog, Text_init_$Create$(joinToString($usageParts, ' '), Whitespace_NORMAL_getInstance()));
|
|
3034
|
+
$this$definitionList.p2q_1 = true;
|
|
3035
|
+
$this$definitionList.s2q(1);
|
|
3036
3036
|
return Unit_instance;
|
|
3037
3037
|
};
|
|
3038
3038
|
}
|
|
3039
3039
|
function MordantHelpFormatter$renderProlog$lambda($this$withPadding) {
|
|
3040
|
-
$this$withPadding.
|
|
3040
|
+
$this$withPadding.m2h_1 = 2;
|
|
3041
3041
|
return Unit_instance;
|
|
3042
3042
|
}
|
|
3043
3043
|
function MordantHelpFormatter$renderOptions$lambda(a, b) {
|
|
@@ -3050,24 +3050,24 @@
|
|
|
3050
3050
|
}
|
|
3051
3051
|
function MordantHelpFormatter$renderParameters$lambda(this$0, $parameters) {
|
|
3052
3052
|
return function ($this$definitionList) {
|
|
3053
|
-
var tmp0_iterator = this$0.
|
|
3053
|
+
var tmp0_iterator = this$0.j32($parameters).t();
|
|
3054
3054
|
while (tmp0_iterator.u()) {
|
|
3055
3055
|
var section = tmp0_iterator.w();
|
|
3056
|
-
$this$definitionList.
|
|
3056
|
+
$this$definitionList.w2q(section.x31_1, section.y31_1);
|
|
3057
3057
|
}
|
|
3058
3058
|
return Unit_instance;
|
|
3059
3059
|
};
|
|
3060
3060
|
}
|
|
3061
3061
|
function MordantHelpFormatter$renderOptionGroup$lambda($this$withPadding) {
|
|
3062
|
-
$this$withPadding.
|
|
3063
|
-
$this$withPadding.
|
|
3064
|
-
$this$withPadding.
|
|
3062
|
+
$this$withPadding.j2h_1 = 1;
|
|
3063
|
+
$this$withPadding.m2h_1 = 2;
|
|
3064
|
+
$this$withPadding.l2h_1 = 1;
|
|
3065
3065
|
return Unit_instance;
|
|
3066
3066
|
}
|
|
3067
3067
|
function MordantHelpFormatter$renderOptionGroup$lambda_0($markdown, this$0, $options) {
|
|
3068
3068
|
return function ($this$verticalLayout) {
|
|
3069
|
-
$this$verticalLayout.
|
|
3070
|
-
$this$verticalLayout.
|
|
3069
|
+
$this$verticalLayout.s2g($markdown);
|
|
3070
|
+
$this$verticalLayout.s2g(this$0.k32($options));
|
|
3071
3071
|
return Unit_instance;
|
|
3072
3072
|
};
|
|
3073
3073
|
}
|
|
@@ -3077,7 +3077,7 @@
|
|
|
3077
3077
|
var k = _name_for_destructuring_parameter_0__wldtmu.q2();
|
|
3078
3078
|
// Inline function 'kotlin.collections.component2' call
|
|
3079
3079
|
var v = _name_for_destructuring_parameter_0__wldtmu.r2();
|
|
3080
|
-
return this$0.
|
|
3080
|
+
return this$0.l32(k, v);
|
|
3081
3081
|
};
|
|
3082
3082
|
}
|
|
3083
3083
|
function MordantHelpFormatter$renderParameterHelpText$lambda_0(this$0) {
|
|
@@ -3086,7 +3086,7 @@
|
|
|
3086
3086
|
var k = _name_for_destructuring_parameter_0__wldtmu.q2();
|
|
3087
3087
|
// Inline function 'kotlin.collections.component2' call
|
|
3088
3088
|
var v = _name_for_destructuring_parameter_0__wldtmu.r2();
|
|
3089
|
-
return this$0.
|
|
3089
|
+
return this$0.m32(k, v);
|
|
3090
3090
|
};
|
|
3091
3091
|
}
|
|
3092
3092
|
function MordantHelpFormatter$joinNamesForOption$lambda(a, b) {
|
|
@@ -3099,28 +3099,28 @@
|
|
|
3099
3099
|
}
|
|
3100
3100
|
function MordantHelpFormatter$joinNamesForOption$lambda_0(this$0) {
|
|
3101
3101
|
return function (it) {
|
|
3102
|
-
return this$0.
|
|
3102
|
+
return this$0.n32(it);
|
|
3103
3103
|
};
|
|
3104
3104
|
}
|
|
3105
3105
|
function MordantHelpFormatter$parameterFormatter$1(this$0) {
|
|
3106
|
-
this.
|
|
3106
|
+
this.o32_1 = this$0;
|
|
3107
3107
|
}
|
|
3108
|
-
protoOf(MordantHelpFormatter$parameterFormatter$1).
|
|
3109
|
-
return this.
|
|
3108
|
+
protoOf(MordantHelpFormatter$parameterFormatter$1).f2y = function (name) {
|
|
3109
|
+
return this.o32_1.n32(name);
|
|
3110
3110
|
};
|
|
3111
|
-
protoOf(MordantHelpFormatter$parameterFormatter$1).
|
|
3112
|
-
return this.
|
|
3111
|
+
protoOf(MordantHelpFormatter$parameterFormatter$1).e2y = function (name) {
|
|
3112
|
+
return this.o32_1.q32(this.o32_1.p32(name));
|
|
3113
3113
|
};
|
|
3114
|
-
protoOf(MordantHelpFormatter$parameterFormatter$1).
|
|
3115
|
-
return this.
|
|
3114
|
+
protoOf(MordantHelpFormatter$parameterFormatter$1).p2y = function (name) {
|
|
3115
|
+
return this.o32_1.r32(name);
|
|
3116
3116
|
};
|
|
3117
3117
|
function MordantHelpFormatter$buildParameterList$lambda($rows, this$0) {
|
|
3118
3118
|
return function ($this$definitionList) {
|
|
3119
|
-
$this$definitionList.
|
|
3119
|
+
$this$definitionList.p2q_1 = true;
|
|
3120
3120
|
var tmp0_iterator = $rows.t();
|
|
3121
3121
|
while (tmp0_iterator.u()) {
|
|
3122
3122
|
var row = tmp0_iterator.w();
|
|
3123
|
-
$this$definitionList.
|
|
3123
|
+
$this$definitionList.w2q(this$0.s32(row), this$0.t32(row));
|
|
3124
3124
|
}
|
|
3125
3125
|
return Unit_instance;
|
|
3126
3126
|
};
|
|
@@ -3129,22 +3129,22 @@
|
|
|
3129
3129
|
requiredOptionMarker = requiredOptionMarker === VOID ? null : requiredOptionMarker;
|
|
3130
3130
|
showDefaultValues = showDefaultValues === VOID ? false : showDefaultValues;
|
|
3131
3131
|
showRequiredTag = showRequiredTag === VOID ? false : showRequiredTag;
|
|
3132
|
-
this.
|
|
3133
|
-
this.
|
|
3134
|
-
this.
|
|
3135
|
-
this.
|
|
3132
|
+
this.e32_1 = context;
|
|
3133
|
+
this.f32_1 = requiredOptionMarker;
|
|
3134
|
+
this.g32_1 = showDefaultValues;
|
|
3135
|
+
this.h32_1 = showRequiredTag;
|
|
3136
3136
|
}
|
|
3137
|
-
protoOf(MordantHelpFormatter).
|
|
3138
|
-
return this.
|
|
3137
|
+
protoOf(MordantHelpFormatter).u32 = function () {
|
|
3138
|
+
return this.e32_1.d2u_1;
|
|
3139
3139
|
};
|
|
3140
|
-
protoOf(MordantHelpFormatter).
|
|
3141
|
-
return this.
|
|
3140
|
+
protoOf(MordantHelpFormatter).v32 = function () {
|
|
3141
|
+
return this.e32_1.y2t_1.k2e_1;
|
|
3142
3142
|
};
|
|
3143
|
-
protoOf(MordantHelpFormatter).
|
|
3143
|
+
protoOf(MordantHelpFormatter).p2v = function (error, prolog, epilog, parameters, programName) {
|
|
3144
3144
|
var widget = verticalLayout(MordantHelpFormatter$formatHelp$lambda(this, error, prolog, epilog, parameters, programName));
|
|
3145
|
-
return this.
|
|
3145
|
+
return this.e32_1.y2t_1.g2q(widget);
|
|
3146
3146
|
};
|
|
3147
|
-
protoOf(MordantHelpFormatter).
|
|
3147
|
+
protoOf(MordantHelpFormatter).i32 = function (error, prolog, epilog, parameters, programName) {
|
|
3148
3148
|
// Inline function 'kotlin.collections.buildList' call
|
|
3149
3149
|
// Inline function 'kotlin.contracts.contract' call
|
|
3150
3150
|
// Inline function 'kotlin.collections.buildListInternal' call
|
|
@@ -3152,26 +3152,26 @@
|
|
|
3152
3152
|
var this_0 = ArrayList_init_$Create$();
|
|
3153
3153
|
// Inline function 'kotlin.contracts.contract' call
|
|
3154
3154
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.collectHelpParts.<anonymous>' call
|
|
3155
|
-
this_0.q(this.
|
|
3155
|
+
this_0.q(this.w32(parameters, programName));
|
|
3156
3156
|
if (error == null) {
|
|
3157
3157
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
3158
3158
|
if (charSequenceLength(prolog) > 0) {
|
|
3159
|
-
this_0.q(this.
|
|
3159
|
+
this_0.q(this.y32(prolog));
|
|
3160
3160
|
}
|
|
3161
3161
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3162
3162
|
if (!parameters.a1()) {
|
|
3163
|
-
this_0.q(this.
|
|
3163
|
+
this_0.q(this.z32(parameters));
|
|
3164
3164
|
}
|
|
3165
3165
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
3166
3166
|
if (charSequenceLength(epilog) > 0) {
|
|
3167
|
-
this_0.q(this.
|
|
3167
|
+
this_0.q(this.a33(epilog));
|
|
3168
3168
|
}
|
|
3169
3169
|
} else {
|
|
3170
|
-
this_0.q(this.
|
|
3170
|
+
this_0.q(this.x32(parameters, error));
|
|
3171
3171
|
}
|
|
3172
3172
|
return this_0.e3();
|
|
3173
3173
|
};
|
|
3174
|
-
protoOf(MordantHelpFormatter).
|
|
3174
|
+
protoOf(MordantHelpFormatter).x32 = function (parameters, error) {
|
|
3175
3175
|
// Inline function 'kotlin.text.buildString' call
|
|
3176
3176
|
// Inline function 'kotlin.contracts.contract' call
|
|
3177
3177
|
// Inline function 'kotlin.apply' call
|
|
@@ -3179,7 +3179,7 @@
|
|
|
3179
3179
|
// Inline function 'kotlin.contracts.contract' call
|
|
3180
3180
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderError.<anonymous>' call
|
|
3181
3181
|
var tmp0_safe_receiver = error instanceof MultiUsageError ? error : null;
|
|
3182
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
3182
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.y2x_1;
|
|
3183
3183
|
var errors = tmp1_elvis_lhs == null ? listOf_0(error) : tmp1_elvis_lhs;
|
|
3184
3184
|
var iterator = errors.t();
|
|
3185
3185
|
var index = 0;
|
|
@@ -3191,16 +3191,16 @@
|
|
|
3191
3191
|
// Inline function 'kotlin.text.appendLine' call
|
|
3192
3192
|
this_0.x5(_Char___init__impl__6a9atx(10));
|
|
3193
3193
|
}
|
|
3194
|
-
this_0.w5(this.
|
|
3194
|
+
this_0.w5(this.b33(this.u32().f31()));
|
|
3195
3195
|
this_0.w5(' ');
|
|
3196
|
-
this_0.w5(e.
|
|
3196
|
+
this_0.w5(e.i2x(this.u32(), this.c33(this.e32_1)));
|
|
3197
3197
|
}
|
|
3198
3198
|
var tmp$ret$2 = this_0.toString();
|
|
3199
3199
|
return Text_init_$Create$(tmp$ret$2);
|
|
3200
3200
|
};
|
|
3201
|
-
protoOf(MordantHelpFormatter).
|
|
3202
|
-
var optionalStyle = this.
|
|
3203
|
-
var title = this.
|
|
3201
|
+
protoOf(MordantHelpFormatter).w32 = function (parameters, programName) {
|
|
3202
|
+
var optionalStyle = this.v32().p2f('muted');
|
|
3203
|
+
var title = this.d33(this.u32().o31());
|
|
3204
3204
|
var prog = title + ' ' + programName;
|
|
3205
3205
|
// Inline function 'kotlin.collections.buildList' call
|
|
3206
3206
|
// Inline function 'kotlin.contracts.contract' call
|
|
@@ -3234,8 +3234,8 @@
|
|
|
3234
3234
|
tmp$ret$0 = false;
|
|
3235
3235
|
}
|
|
3236
3236
|
if (tmp$ret$0) {
|
|
3237
|
-
var metavar = this.
|
|
3238
|
-
this_0.q(optionalStyle.
|
|
3237
|
+
var metavar = this.p32(this.u32().s31());
|
|
3238
|
+
this_0.q(optionalStyle.x1m(this.e33(metavar)));
|
|
3239
3239
|
}
|
|
3240
3240
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3241
3241
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
@@ -3252,13 +3252,13 @@
|
|
|
3252
3252
|
while (tmp0_iterator_1.u()) {
|
|
3253
3253
|
var item = tmp0_iterator_1.w();
|
|
3254
3254
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderUsage.<anonymous>.<anonymous>' call
|
|
3255
|
-
var name = this.
|
|
3256
|
-
if (!item.
|
|
3257
|
-
name = this.
|
|
3258
|
-
if (item.
|
|
3259
|
-
name = this.
|
|
3260
|
-
var style = item.
|
|
3261
|
-
var tmp$ret$4 = style.
|
|
3255
|
+
var name = this.p32(item.t30_1);
|
|
3256
|
+
if (!item.v30_1)
|
|
3257
|
+
name = this.e33(name);
|
|
3258
|
+
if (item.w30_1)
|
|
3259
|
+
name = this.f33(name);
|
|
3260
|
+
var style = item.v30_1 ? TextStyle() : optionalStyle;
|
|
3261
|
+
var tmp$ret$4 = style.x1m(name);
|
|
3262
3262
|
this_0.q(tmp$ret$4);
|
|
3263
3263
|
}
|
|
3264
3264
|
var tmp$ret$6;
|
|
@@ -3286,10 +3286,10 @@
|
|
|
3286
3286
|
tmp$ret$6 = false;
|
|
3287
3287
|
}
|
|
3288
3288
|
if (tmp$ret$6) {
|
|
3289
|
-
var commandMetavar = this.
|
|
3290
|
-
var argsMetavar = this.
|
|
3291
|
-
var repeatedArgs = this.
|
|
3292
|
-
this_0.q(optionalStyle.
|
|
3289
|
+
var commandMetavar = this.p32(this.u32().t31());
|
|
3290
|
+
var argsMetavar = this.p32(this.u32().u31());
|
|
3291
|
+
var repeatedArgs = this.f33(this.e33(argsMetavar));
|
|
3292
|
+
this_0.q(optionalStyle.x1m(commandMetavar + ' ' + repeatedArgs));
|
|
3293
3293
|
}
|
|
3294
3294
|
var usageParts = this_0.e3();
|
|
3295
3295
|
var tmp_1;
|
|
@@ -3300,17 +3300,17 @@
|
|
|
3300
3300
|
}
|
|
3301
3301
|
return tmp_1;
|
|
3302
3302
|
};
|
|
3303
|
-
protoOf(MordantHelpFormatter).
|
|
3303
|
+
protoOf(MordantHelpFormatter).y32 = function (prolog) {
|
|
3304
3304
|
var tmp = new Markdown(prolog, true);
|
|
3305
3305
|
return withPadding(tmp, false, MordantHelpFormatter$renderProlog$lambda);
|
|
3306
3306
|
};
|
|
3307
|
-
protoOf(MordantHelpFormatter).
|
|
3307
|
+
protoOf(MordantHelpFormatter).a33 = function (epilog) {
|
|
3308
3308
|
return new Markdown(epilog, true);
|
|
3309
3309
|
};
|
|
3310
|
-
protoOf(MordantHelpFormatter).
|
|
3310
|
+
protoOf(MordantHelpFormatter).g33 = function (title) {
|
|
3311
3311
|
return title + ':';
|
|
3312
3312
|
};
|
|
3313
|
-
protoOf(MordantHelpFormatter).
|
|
3313
|
+
protoOf(MordantHelpFormatter).h33 = function (parameters) {
|
|
3314
3314
|
// Inline function 'kotlin.collections.associateBy' call
|
|
3315
3315
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
3316
3316
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
@@ -3329,7 +3329,7 @@
|
|
|
3329
3329
|
while (tmp0_iterator_0.u()) {
|
|
3330
3330
|
var element_0 = tmp0_iterator_0.w();
|
|
3331
3331
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderOptions.<anonymous>' call
|
|
3332
|
-
var tmp$ret$2 = element_0.
|
|
3332
|
+
var tmp$ret$2 = element_0.b31_1;
|
|
3333
3333
|
destination_0.n2(tmp$ret$2, element_0);
|
|
3334
3334
|
}
|
|
3335
3335
|
var groupsByName = destination_0;
|
|
@@ -3353,7 +3353,7 @@
|
|
|
3353
3353
|
while (tmp0_iterator_2.u()) {
|
|
3354
3354
|
var element_2 = tmp0_iterator_2.w();
|
|
3355
3355
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderOptions.<anonymous>' call
|
|
3356
|
-
var key = element_2.
|
|
3356
|
+
var key = element_2.s30_1;
|
|
3357
3357
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
3358
3358
|
var value = destination_2.x2(key);
|
|
3359
3359
|
var tmp;
|
|
@@ -3392,19 +3392,19 @@
|
|
|
3392
3392
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderOptions.<anonymous>' call
|
|
3393
3393
|
var title = item.r6();
|
|
3394
3394
|
var params = item.s6();
|
|
3395
|
-
var renderedTitle = this.
|
|
3395
|
+
var renderedTitle = this.g33(title == null ? this.u32().p31() : title);
|
|
3396
3396
|
// Inline function 'kotlin.collections.get' call
|
|
3397
3397
|
var tmp1_safe_receiver = (isInterface(groupsByName, Map) ? groupsByName : THROW_CCE()).x2(title);
|
|
3398
|
-
var content = this.
|
|
3399
|
-
var tmp$ret$19 = RenderedSection_init_$Create$(this.
|
|
3398
|
+
var content = this.i33(tmp1_safe_receiver == null ? null : tmp1_safe_receiver.c31_1, params);
|
|
3399
|
+
var tmp$ret$19 = RenderedSection_init_$Create$(this.j33(renderedTitle), content);
|
|
3400
3400
|
destination_4.q(tmp$ret$19);
|
|
3401
3401
|
}
|
|
3402
3402
|
return toList_1(destination_4);
|
|
3403
3403
|
};
|
|
3404
|
-
protoOf(MordantHelpFormatter).
|
|
3404
|
+
protoOf(MordantHelpFormatter).z32 = function (parameters) {
|
|
3405
3405
|
return definitionList(MordantHelpFormatter$renderParameters$lambda(this, parameters));
|
|
3406
3406
|
};
|
|
3407
|
-
protoOf(MordantHelpFormatter).
|
|
3407
|
+
protoOf(MordantHelpFormatter).j32 = function (parameters) {
|
|
3408
3408
|
// Inline function 'kotlin.collections.buildList' call
|
|
3409
3409
|
// Inline function 'kotlin.contracts.contract' call
|
|
3410
3410
|
// Inline function 'kotlin.collections.buildListInternal' call
|
|
@@ -3412,12 +3412,12 @@
|
|
|
3412
3412
|
var this_0 = ArrayList_init_$Create$();
|
|
3413
3413
|
// Inline function 'kotlin.contracts.contract' call
|
|
3414
3414
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.collectParameterSections.<anonymous>' call
|
|
3415
|
-
this_0.x(this.
|
|
3416
|
-
this_0.x(this.
|
|
3417
|
-
this_0.x(this.
|
|
3415
|
+
this_0.x(this.h33(parameters));
|
|
3416
|
+
this_0.x(this.k33(parameters));
|
|
3417
|
+
this_0.x(this.l33(parameters));
|
|
3418
3418
|
return this_0.e3();
|
|
3419
3419
|
};
|
|
3420
|
-
protoOf(MordantHelpFormatter).
|
|
3420
|
+
protoOf(MordantHelpFormatter).i33 = function (help, parameters) {
|
|
3421
3421
|
// Inline function 'kotlin.collections.map' call
|
|
3422
3422
|
// Inline function 'kotlin.collections.mapTo' call
|
|
3423
3423
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(parameters, 10));
|
|
@@ -3426,28 +3426,28 @@
|
|
|
3426
3426
|
var item = tmp0_iterator.w();
|
|
3427
3427
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderOptionGroup.<anonymous>' call
|
|
3428
3428
|
var tmp;
|
|
3429
|
-
if (item.
|
|
3430
|
-
tmp = plus_0(listOf_0(this.
|
|
3429
|
+
if (item.q30_1) {
|
|
3430
|
+
tmp = plus_0(listOf_0(this.m33(item)), item.k30_1);
|
|
3431
3431
|
} else {
|
|
3432
|
-
tmp = item.
|
|
3432
|
+
tmp = item.k30_1;
|
|
3433
3433
|
}
|
|
3434
3434
|
var unjoinedNames = tmp;
|
|
3435
|
-
var names = mutableListOf([this.
|
|
3435
|
+
var names = mutableListOf([this.n33(unjoinedNames)]);
|
|
3436
3436
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
3437
|
-
if (!item.
|
|
3437
|
+
if (!item.l30_1.a1()) {
|
|
3438
3438
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
3439
|
-
var element = this.
|
|
3439
|
+
var element = this.n33(item.l30_1);
|
|
3440
3440
|
names.q(element);
|
|
3441
3441
|
}
|
|
3442
|
-
var tmp_0 = joinToString(names, ' / ', VOID, this.
|
|
3443
|
-
var tmp_1 = this.
|
|
3442
|
+
var tmp_0 = joinToString(names, ' / ', VOID, this.o33(item));
|
|
3443
|
+
var tmp_1 = this.p33(item.n30_1, item.p30_1);
|
|
3444
3444
|
var tmp0_subject = 'required';
|
|
3445
3445
|
var tmp_2;
|
|
3446
3446
|
// Inline function 'kotlin.collections.contains' call
|
|
3447
3447
|
// Inline function 'kotlin.collections.containsKey' call
|
|
3448
|
-
var this_0 = item.
|
|
3448
|
+
var this_0 = item.p30_1;
|
|
3449
3449
|
if ((isInterface(this_0, Map) ? this_0 : THROW_CCE()).u2(tmp0_subject)) {
|
|
3450
|
-
var tmp1_safe_receiver = this.
|
|
3450
|
+
var tmp1_safe_receiver = this.f32_1;
|
|
3451
3451
|
var tmp_3;
|
|
3452
3452
|
if (tmp1_safe_receiver == null) {
|
|
3453
3453
|
tmp_3 = null;
|
|
@@ -3455,7 +3455,7 @@
|
|
|
3455
3455
|
// Inline function 'kotlin.let' call
|
|
3456
3456
|
// Inline function 'kotlin.contracts.contract' call
|
|
3457
3457
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderOptionGroup.<anonymous>.<anonymous>' call
|
|
3458
|
-
tmp_3 = this.
|
|
3458
|
+
tmp_3 = this.q33(tmp1_safe_receiver);
|
|
3459
3459
|
}
|
|
3460
3460
|
tmp_2 = tmp_3;
|
|
3461
3461
|
} else {
|
|
@@ -3466,12 +3466,12 @@
|
|
|
3466
3466
|
}
|
|
3467
3467
|
var options = destination;
|
|
3468
3468
|
if (help == null)
|
|
3469
|
-
return this.
|
|
3469
|
+
return this.k32(options);
|
|
3470
3470
|
var tmp_4 = new Markdown(help, true);
|
|
3471
3471
|
var markdown = withPadding(tmp_4, false, MordantHelpFormatter$renderOptionGroup$lambda);
|
|
3472
3472
|
return verticalLayout(MordantHelpFormatter$renderOptionGroup$lambda_0(markdown, this, options));
|
|
3473
3473
|
};
|
|
3474
|
-
protoOf(MordantHelpFormatter).
|
|
3474
|
+
protoOf(MordantHelpFormatter).k33 = function (parameters) {
|
|
3475
3475
|
// Inline function 'kotlin.collections.map' call
|
|
3476
3476
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
3477
3477
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
@@ -3489,7 +3489,7 @@
|
|
|
3489
3489
|
while (tmp0_iterator_0.u()) {
|
|
3490
3490
|
var item = tmp0_iterator_0.w();
|
|
3491
3491
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderArguments.<anonymous>' call
|
|
3492
|
-
var tmp$ret$2 = new DefinitionRow(this.
|
|
3492
|
+
var tmp$ret$2 = new DefinitionRow(this.q32(this.p32(item.t30_1)), this.p33(item.u30_1, item.x30_1));
|
|
3493
3493
|
destination_0.q(tmp$ret$2);
|
|
3494
3494
|
}
|
|
3495
3495
|
var arguments_0 = destination_0;
|
|
@@ -3515,7 +3515,7 @@
|
|
|
3515
3515
|
var element_0 = tmp0_iterator_1.w();
|
|
3516
3516
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderArguments.<anonymous>' call
|
|
3517
3517
|
// Inline function 'kotlin.text.isEmpty' call
|
|
3518
|
-
var this_0 = element_0.
|
|
3518
|
+
var this_0 = element_0.a32_1;
|
|
3519
3519
|
if (!(charSequenceLength(this_0) === 0)) {
|
|
3520
3520
|
tmp$ret$5 = false;
|
|
3521
3521
|
break $l$block_0;
|
|
@@ -3527,10 +3527,10 @@
|
|
|
3527
3527
|
}
|
|
3528
3528
|
if (tmp)
|
|
3529
3529
|
return emptyList();
|
|
3530
|
-
var title = this.
|
|
3531
|
-
return listOf_0(RenderedSection_init_$Create$(title, this.
|
|
3530
|
+
var title = this.j33(this.g33(this.u32().q31()));
|
|
3531
|
+
return listOf_0(RenderedSection_init_$Create$(title, this.k32(arguments_0)));
|
|
3532
3532
|
};
|
|
3533
|
-
protoOf(MordantHelpFormatter).
|
|
3533
|
+
protoOf(MordantHelpFormatter).l33 = function (parameters) {
|
|
3534
3534
|
// Inline function 'kotlin.collections.map' call
|
|
3535
3535
|
// Inline function 'kotlin.collections.filterIsInstance' call
|
|
3536
3536
|
// Inline function 'kotlin.collections.filterIsInstanceTo' call
|
|
@@ -3548,16 +3548,16 @@
|
|
|
3548
3548
|
while (tmp0_iterator_0.u()) {
|
|
3549
3549
|
var item = tmp0_iterator_0.w();
|
|
3550
3550
|
// Inline function 'com.github.ajalt.clikt.output.MordantHelpFormatter.renderCommands.<anonymous>' call
|
|
3551
|
-
var tmp$ret$2 = new DefinitionRow(this.
|
|
3551
|
+
var tmp$ret$2 = new DefinitionRow(this.r32(item.y30_1), this.p33(item.z30_1, item.a31_1));
|
|
3552
3552
|
destination_0.q(tmp$ret$2);
|
|
3553
3553
|
}
|
|
3554
3554
|
var commands = destination_0;
|
|
3555
3555
|
if (commands.a1())
|
|
3556
3556
|
return emptyList();
|
|
3557
|
-
var title = this.
|
|
3558
|
-
return listOf_0(RenderedSection_init_$Create$(title, this.
|
|
3557
|
+
var title = this.j33(this.g33(this.u32().r31()));
|
|
3558
|
+
return listOf_0(RenderedSection_init_$Create$(title, this.k32(commands)));
|
|
3559
3559
|
};
|
|
3560
|
-
protoOf(MordantHelpFormatter).
|
|
3560
|
+
protoOf(MordantHelpFormatter).p33 = function (help, tags) {
|
|
3561
3561
|
var tmp = asSequence(tags);
|
|
3562
3562
|
var tmp_0 = filter(tmp, MordantHelpFormatter$renderParameterHelpText$lambda(this));
|
|
3563
3563
|
var renderedTags = joinToString_0(tmp_0, ' ', VOID, VOID, VOID, VOID, MordantHelpFormatter$renderParameterHelpText$lambda_0(this));
|
|
@@ -3575,11 +3575,11 @@
|
|
|
3575
3575
|
}
|
|
3576
3576
|
return tmp_1;
|
|
3577
3577
|
};
|
|
3578
|
-
protoOf(MordantHelpFormatter).
|
|
3578
|
+
protoOf(MordantHelpFormatter).l32 = function (tag, value) {
|
|
3579
3579
|
var tmp;
|
|
3580
3580
|
if (tag === 'default') {
|
|
3581
3581
|
var tmp_0;
|
|
3582
|
-
if (this.
|
|
3582
|
+
if (this.g32_1) {
|
|
3583
3583
|
// Inline function 'kotlin.text.isNotBlank' call
|
|
3584
3584
|
tmp_0 = !isBlank(value);
|
|
3585
3585
|
} else {
|
|
@@ -3588,14 +3588,14 @@
|
|
|
3588
3588
|
tmp = tmp_0;
|
|
3589
3589
|
} else {
|
|
3590
3590
|
if (tag === 'required') {
|
|
3591
|
-
tmp = this.
|
|
3591
|
+
tmp = this.h32_1;
|
|
3592
3592
|
} else {
|
|
3593
3593
|
tmp = true;
|
|
3594
3594
|
}
|
|
3595
3595
|
}
|
|
3596
3596
|
return tmp;
|
|
3597
3597
|
};
|
|
3598
|
-
protoOf(MordantHelpFormatter).
|
|
3598
|
+
protoOf(MordantHelpFormatter).n33 = function (names) {
|
|
3599
3599
|
// Inline function 'kotlin.collections.sortedBy' call
|
|
3600
3600
|
// Inline function 'kotlin.comparisons.compareBy' call
|
|
3601
3601
|
var tmp = MordantHelpFormatter$joinNamesForOption$lambda;
|
|
@@ -3603,13 +3603,13 @@
|
|
|
3603
3603
|
var tmp_0 = sortedWith(names, tmp$ret$0);
|
|
3604
3604
|
return joinToString(tmp_0, ', ', VOID, VOID, VOID, VOID, MordantHelpFormatter$joinNamesForOption$lambda_0(this));
|
|
3605
3605
|
};
|
|
3606
|
-
protoOf(MordantHelpFormatter).
|
|
3606
|
+
protoOf(MordantHelpFormatter).m32 = function (tag, value) {
|
|
3607
3607
|
var tmp;
|
|
3608
3608
|
if (tag === 'default') {
|
|
3609
|
-
tmp = this.
|
|
3609
|
+
tmp = this.u32().v31();
|
|
3610
3610
|
} else {
|
|
3611
3611
|
if (tag === 'required') {
|
|
3612
|
-
tmp = this.
|
|
3612
|
+
tmp = this.u32().w31();
|
|
3613
3613
|
} else {
|
|
3614
3614
|
tmp = tag;
|
|
3615
3615
|
}
|
|
@@ -3618,67 +3618,67 @@
|
|
|
3618
3618
|
var fullTag = isBlank(value) ? '(' + t + ')' : '(' + t + ': ' + value + ')';
|
|
3619
3619
|
var tmp_0;
|
|
3620
3620
|
if (tag === 'required') {
|
|
3621
|
-
tmp_0 = this.
|
|
3621
|
+
tmp_0 = this.q33(fullTag);
|
|
3622
3622
|
} else {
|
|
3623
|
-
tmp_0 = this.
|
|
3623
|
+
tmp_0 = this.r33(fullTag);
|
|
3624
3624
|
}
|
|
3625
3625
|
return tmp_0;
|
|
3626
3626
|
};
|
|
3627
|
-
protoOf(MordantHelpFormatter).
|
|
3628
|
-
var tmp0_elvis_lhs = option.
|
|
3629
|
-
var metavar = this.
|
|
3630
|
-
return toString(first(first_1(option.
|
|
3627
|
+
protoOf(MordantHelpFormatter).m33 = function (option) {
|
|
3628
|
+
var tmp0_elvis_lhs = option.m30_1;
|
|
3629
|
+
var metavar = this.p32(tmp0_elvis_lhs == null ? this.u32().n31() : tmp0_elvis_lhs);
|
|
3630
|
+
return toString(first(first_1(option.k30_1))) + metavar;
|
|
3631
3631
|
};
|
|
3632
|
-
protoOf(MordantHelpFormatter).
|
|
3632
|
+
protoOf(MordantHelpFormatter).p32 = function (name) {
|
|
3633
3633
|
// Inline function 'kotlin.text.lowercase' call
|
|
3634
3634
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3635
3635
|
return '<' + name.toLowerCase() + '>';
|
|
3636
3636
|
};
|
|
3637
|
-
protoOf(MordantHelpFormatter).
|
|
3638
|
-
return this.
|
|
3637
|
+
protoOf(MordantHelpFormatter).q33 = function (name) {
|
|
3638
|
+
return this.v32().p2f('danger').x1m(name);
|
|
3639
3639
|
};
|
|
3640
|
-
protoOf(MordantHelpFormatter).
|
|
3641
|
-
return this.
|
|
3640
|
+
protoOf(MordantHelpFormatter).r33 = function (name) {
|
|
3641
|
+
return this.v32().p2f('muted').x1m(name);
|
|
3642
3642
|
};
|
|
3643
|
-
protoOf(MordantHelpFormatter).
|
|
3644
|
-
return this.
|
|
3643
|
+
protoOf(MordantHelpFormatter).n32 = function (name) {
|
|
3644
|
+
return this.v32().p2f('info').x1m(name);
|
|
3645
3645
|
};
|
|
3646
|
-
protoOf(MordantHelpFormatter).
|
|
3647
|
-
return this.
|
|
3646
|
+
protoOf(MordantHelpFormatter).q32 = function (name) {
|
|
3647
|
+
return this.v32().p2f('info').x1m(name);
|
|
3648
3648
|
};
|
|
3649
|
-
protoOf(MordantHelpFormatter).
|
|
3650
|
-
return this.
|
|
3649
|
+
protoOf(MordantHelpFormatter).r32 = function (name) {
|
|
3650
|
+
return this.v32().p2f('info').x1m(name);
|
|
3651
3651
|
};
|
|
3652
|
-
protoOf(MordantHelpFormatter).
|
|
3653
|
-
return this.
|
|
3652
|
+
protoOf(MordantHelpFormatter).j33 = function (title) {
|
|
3653
|
+
return this.v32().p2f('warning').x1m(title);
|
|
3654
3654
|
};
|
|
3655
|
-
protoOf(MordantHelpFormatter).
|
|
3656
|
-
return this.
|
|
3655
|
+
protoOf(MordantHelpFormatter).d33 = function (title) {
|
|
3656
|
+
return this.v32().p2f('warning').x1m(title);
|
|
3657
3657
|
};
|
|
3658
|
-
protoOf(MordantHelpFormatter).
|
|
3659
|
-
return this.
|
|
3658
|
+
protoOf(MordantHelpFormatter).b33 = function (title) {
|
|
3659
|
+
return this.v32().p2f('danger').x1m(title);
|
|
3660
3660
|
};
|
|
3661
|
-
protoOf(MordantHelpFormatter).
|
|
3662
|
-
var style = this.
|
|
3663
|
-
return style.
|
|
3661
|
+
protoOf(MordantHelpFormatter).s33 = function (metavar) {
|
|
3662
|
+
var style = this.v32().p2f('warning').o2d(this.v32().p2f('muted'));
|
|
3663
|
+
return style.x1m(metavar);
|
|
3664
3664
|
};
|
|
3665
|
-
protoOf(MordantHelpFormatter).
|
|
3665
|
+
protoOf(MordantHelpFormatter).c33 = function (context) {
|
|
3666
3666
|
return new MordantHelpFormatter$parameterFormatter$1(this);
|
|
3667
3667
|
};
|
|
3668
|
-
protoOf(MordantHelpFormatter).
|
|
3668
|
+
protoOf(MordantHelpFormatter).e33 = function (metavar) {
|
|
3669
3669
|
return '[' + metavar + ']';
|
|
3670
3670
|
};
|
|
3671
|
-
protoOf(MordantHelpFormatter).
|
|
3671
|
+
protoOf(MordantHelpFormatter).f33 = function (metavar) {
|
|
3672
3672
|
return metavar + '...';
|
|
3673
3673
|
};
|
|
3674
|
-
protoOf(MordantHelpFormatter).
|
|
3674
|
+
protoOf(MordantHelpFormatter).t33 = function (metavar) {
|
|
3675
3675
|
return '=' + metavar;
|
|
3676
3676
|
};
|
|
3677
|
-
protoOf(MordantHelpFormatter).
|
|
3678
|
-
if (option.
|
|
3677
|
+
protoOf(MordantHelpFormatter).o33 = function (option) {
|
|
3678
|
+
if (option.m30_1 == null)
|
|
3679
3679
|
return '';
|
|
3680
3680
|
// Inline function 'kotlin.text.trim' call
|
|
3681
|
-
var this_0 = option.
|
|
3681
|
+
var this_0 = option.m30_1;
|
|
3682
3682
|
// Inline function 'kotlin.text.trim' call
|
|
3683
3683
|
var this_1 = isCharSequence(this_0) ? this_0 : THROW_CCE();
|
|
3684
3684
|
var startIndex = 0;
|
|
@@ -3704,25 +3704,25 @@
|
|
|
3704
3704
|
var tmp$ret$1 = charSequenceSubSequence(this_1, startIndex, endIndex + 1 | 0);
|
|
3705
3705
|
var metavar = toString_0(tmp$ret$1);
|
|
3706
3706
|
if (!contains(metavar, _Char___init__impl__6a9atx(124)))
|
|
3707
|
-
metavar = this.
|
|
3708
|
-
metavar = this.
|
|
3709
|
-
if (option.
|
|
3710
|
-
metavar = this.
|
|
3711
|
-
metavar = this.
|
|
3712
|
-
if (option.
|
|
3713
|
-
metavar = this.
|
|
3707
|
+
metavar = this.p32(metavar);
|
|
3708
|
+
metavar = this.s33(metavar);
|
|
3709
|
+
if (option.o30_1.ua_1 > 1)
|
|
3710
|
+
metavar = this.f33(metavar);
|
|
3711
|
+
metavar = this.t33(metavar);
|
|
3712
|
+
if (option.o30_1.ta_1 === 0)
|
|
3713
|
+
metavar = this.e33(metavar);
|
|
3714
3714
|
return metavar;
|
|
3715
3715
|
};
|
|
3716
|
-
protoOf(MordantHelpFormatter).
|
|
3716
|
+
protoOf(MordantHelpFormatter).s32 = function (row) {
|
|
3717
3717
|
var tmp;
|
|
3718
3718
|
// Inline function 'kotlin.text.isNullOrEmpty' call
|
|
3719
|
-
var this_0 = row.
|
|
3719
|
+
var this_0 = row.b32_1;
|
|
3720
3720
|
// Inline function 'kotlin.contracts.contract' call
|
|
3721
3721
|
if (this_0 == null ? true : charSequenceLength(this_0) === 0) {
|
|
3722
3722
|
tmp = ' ';
|
|
3723
3723
|
} else {
|
|
3724
3724
|
// Inline function 'kotlin.text.ifEmpty' call
|
|
3725
|
-
var this_1 = drop(' ', this.
|
|
3725
|
+
var this_1 = drop(' ', this.u33(row.b32_1));
|
|
3726
3726
|
var tmp_0;
|
|
3727
3727
|
// Inline function 'kotlin.text.isEmpty' call
|
|
3728
3728
|
if (charSequenceLength(this_1) === 0) {
|
|
@@ -3732,18 +3732,18 @@
|
|
|
3732
3732
|
tmp_0 = this_1;
|
|
3733
3733
|
}
|
|
3734
3734
|
var tmp$ret$3 = tmp_0;
|
|
3735
|
-
tmp = row.
|
|
3735
|
+
tmp = row.b32_1 + tmp$ret$3;
|
|
3736
3736
|
}
|
|
3737
3737
|
var termPrefix = tmp;
|
|
3738
|
-
return Text_init_$Create$(termPrefix + row.
|
|
3738
|
+
return Text_init_$Create$(termPrefix + row.z31_1, Whitespace_PRE_WRAP_getInstance());
|
|
3739
3739
|
};
|
|
3740
|
-
protoOf(MordantHelpFormatter).
|
|
3741
|
-
return isBlank(row.
|
|
3740
|
+
protoOf(MordantHelpFormatter).t32 = function (row) {
|
|
3741
|
+
return isBlank(row.a32_1) ? Text_init_$Create$('') : new Markdown(row.a32_1, true);
|
|
3742
3742
|
};
|
|
3743
|
-
protoOf(MordantHelpFormatter).
|
|
3743
|
+
protoOf(MordantHelpFormatter).k32 = function (rows) {
|
|
3744
3744
|
return definitionList(MordantHelpFormatter$buildParameterList$lambda(rows, this));
|
|
3745
3745
|
};
|
|
3746
|
-
protoOf(MordantHelpFormatter).
|
|
3746
|
+
protoOf(MordantHelpFormatter).u33 = function (_this__u8e3s4) {
|
|
3747
3747
|
return get_graphemeLengthMpp(_this__u8e3s4);
|
|
3748
3748
|
};
|
|
3749
3749
|
function Argument_0() {
|
|
@@ -3757,106 +3757,106 @@
|
|
|
3757
3757
|
return new ProcessedArgumentImpl(name, 1, true, tmp, helpTags, completionCandidates, argument$lambda_0, defaultAllProcessor(), defaultValidator());
|
|
3758
3758
|
}
|
|
3759
3759
|
function ArgumentTransformContext(argument, context) {
|
|
3760
|
-
this.
|
|
3761
|
-
this.
|
|
3760
|
+
this.x33_1 = argument;
|
|
3761
|
+
this.y33_1 = context;
|
|
3762
3762
|
}
|
|
3763
3763
|
protoOf(ArgumentTransformContext).uc = function () {
|
|
3764
|
-
return this.
|
|
3764
|
+
return this.y33_1;
|
|
3765
3765
|
};
|
|
3766
|
-
protoOf(ArgumentTransformContext).
|
|
3767
|
-
return this.
|
|
3766
|
+
protoOf(ArgumentTransformContext).m2u = function () {
|
|
3767
|
+
return this.x33_1.m2u();
|
|
3768
3768
|
};
|
|
3769
3769
|
protoOf(ArgumentTransformContext).d1c = function () {
|
|
3770
|
-
return this.
|
|
3770
|
+
return this.x33_1.d1c();
|
|
3771
3771
|
};
|
|
3772
|
-
protoOf(ArgumentTransformContext).
|
|
3773
|
-
return this.
|
|
3772
|
+
protoOf(ArgumentTransformContext).n2u = function () {
|
|
3773
|
+
return this.x33_1.n2u();
|
|
3774
3774
|
};
|
|
3775
|
-
protoOf(ArgumentTransformContext).
|
|
3776
|
-
return this.
|
|
3775
|
+
protoOf(ArgumentTransformContext).v33 = function () {
|
|
3776
|
+
return this.x33_1.v33();
|
|
3777
3777
|
};
|
|
3778
|
-
protoOf(ArgumentTransformContext).
|
|
3779
|
-
this.
|
|
3778
|
+
protoOf(ArgumentTransformContext).j30 = function (context, values) {
|
|
3779
|
+
this.x33_1.j30(context, values);
|
|
3780
3780
|
};
|
|
3781
|
-
protoOf(ArgumentTransformContext).
|
|
3782
|
-
return this.
|
|
3781
|
+
protoOf(ArgumentTransformContext).x2u = function (context) {
|
|
3782
|
+
return this.x33_1.x2u(context);
|
|
3783
3783
|
};
|
|
3784
|
-
protoOf(ArgumentTransformContext).
|
|
3785
|
-
return this.
|
|
3784
|
+
protoOf(ArgumentTransformContext).h2v = function (context) {
|
|
3785
|
+
return this.x33_1.h2v(context);
|
|
3786
3786
|
};
|
|
3787
|
-
protoOf(ArgumentTransformContext).
|
|
3788
|
-
this.
|
|
3787
|
+
protoOf(ArgumentTransformContext).w33 = function (context) {
|
|
3788
|
+
this.x33_1.w33(context);
|
|
3789
3789
|
};
|
|
3790
|
-
protoOf(ArgumentTransformContext).
|
|
3791
|
-
throw BadParameterValue_init_$Create$(message, this.
|
|
3790
|
+
protoOf(ArgumentTransformContext).z33 = function (message) {
|
|
3791
|
+
throw BadParameterValue_init_$Create$(message, this.x33_1);
|
|
3792
3792
|
};
|
|
3793
3793
|
function ProcessedArgumentImpl(name, nvalues, required, helpGetter, helpTags, explicitCompletionCandidates, transformValue, transformAll, transformValidator) {
|
|
3794
|
-
this.
|
|
3795
|
-
this.
|
|
3796
|
-
this.
|
|
3797
|
-
this.
|
|
3798
|
-
this.
|
|
3799
|
-
this.
|
|
3800
|
-
this.
|
|
3801
|
-
this.
|
|
3802
|
-
this.
|
|
3794
|
+
this.a34_1 = name;
|
|
3795
|
+
this.b34_1 = nvalues;
|
|
3796
|
+
this.c34_1 = required;
|
|
3797
|
+
this.d34_1 = helpGetter;
|
|
3798
|
+
this.e34_1 = helpTags;
|
|
3799
|
+
this.f34_1 = explicitCompletionCandidates;
|
|
3800
|
+
this.g34_1 = transformValue;
|
|
3801
|
+
this.h34_1 = transformAll;
|
|
3802
|
+
this.i34_1 = transformValidator;
|
|
3803
3803
|
// Inline function 'kotlin.require' call
|
|
3804
3804
|
// Inline function 'kotlin.contracts.contract' call
|
|
3805
|
-
if (!!(this.
|
|
3805
|
+
if (!!(this.b34_1 === 0)) {
|
|
3806
3806
|
// Inline function 'com.github.ajalt.clikt.parameters.arguments.ProcessedArgumentImpl.<anonymous>' call
|
|
3807
3807
|
var message = 'Arguments cannot have nvalues == 0';
|
|
3808
3808
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
3809
3809
|
}
|
|
3810
|
-
this.
|
|
3810
|
+
this.j34_1 = new NullableLateinit('Cannot read from argument delegate before parsing command line');
|
|
3811
3811
|
}
|
|
3812
3812
|
protoOf(ProcessedArgumentImpl).d1c = function () {
|
|
3813
|
-
return this.
|
|
3813
|
+
return this.a34_1;
|
|
3814
3814
|
};
|
|
3815
|
-
protoOf(ProcessedArgumentImpl).
|
|
3816
|
-
return this.
|
|
3815
|
+
protoOf(ProcessedArgumentImpl).n2u = function () {
|
|
3816
|
+
return this.b34_1;
|
|
3817
3817
|
};
|
|
3818
|
-
protoOf(ProcessedArgumentImpl).
|
|
3819
|
-
return this.
|
|
3818
|
+
protoOf(ProcessedArgumentImpl).v33 = function () {
|
|
3819
|
+
return this.c34_1;
|
|
3820
3820
|
};
|
|
3821
|
-
protoOf(ProcessedArgumentImpl).
|
|
3822
|
-
var tmp0_safe_receiver = this.
|
|
3821
|
+
protoOf(ProcessedArgumentImpl).x2u = function (context) {
|
|
3822
|
+
var tmp0_safe_receiver = this.d34_1;
|
|
3823
3823
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(new HelpTransformContext(context));
|
|
3824
3824
|
return tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
3825
3825
|
};
|
|
3826
|
-
protoOf(ProcessedArgumentImpl).
|
|
3827
|
-
return this.
|
|
3826
|
+
protoOf(ProcessedArgumentImpl).k34 = function (_set____db54di) {
|
|
3827
|
+
return this.j34_1.n34(this, value$factory(), _set____db54di);
|
|
3828
3828
|
};
|
|
3829
3829
|
protoOf(ProcessedArgumentImpl).r2 = function () {
|
|
3830
|
-
return this.
|
|
3830
|
+
return this.j34_1.o34(this, value$factory_0());
|
|
3831
3831
|
};
|
|
3832
|
-
protoOf(ProcessedArgumentImpl).
|
|
3833
|
-
var tmp0_elvis_lhs = this.
|
|
3832
|
+
protoOf(ProcessedArgumentImpl).m2u = function () {
|
|
3833
|
+
var tmp0_elvis_lhs = this.f34_1;
|
|
3834
3834
|
return tmp0_elvis_lhs == null ? None_getInstance() : tmp0_elvis_lhs;
|
|
3835
3835
|
};
|
|
3836
|
-
protoOf(ProcessedArgumentImpl).
|
|
3837
|
-
return new Argument(this.
|
|
3836
|
+
protoOf(ProcessedArgumentImpl).h2v = function (context) {
|
|
3837
|
+
return new Argument(this.a34_1, this.x2u(context), this.c34_1 ? true : this.b34_1 > 1, this.b34_1 < 0, this.e34_1);
|
|
3838
3838
|
};
|
|
3839
|
-
protoOf(ProcessedArgumentImpl).
|
|
3839
|
+
protoOf(ProcessedArgumentImpl).p34 = function (thisRef, property) {
|
|
3840
3840
|
return this.r2();
|
|
3841
3841
|
};
|
|
3842
|
-
protoOf(ProcessedArgumentImpl).
|
|
3843
|
-
return this.
|
|
3842
|
+
protoOf(ProcessedArgumentImpl).q34 = function (thisRef, property) {
|
|
3843
|
+
return this.p34(thisRef instanceof CliktCommand ? thisRef : THROW_CCE(), property);
|
|
3844
3844
|
};
|
|
3845
|
-
protoOf(ProcessedArgumentImpl).
|
|
3846
|
-
if (isBlank(this.
|
|
3845
|
+
protoOf(ProcessedArgumentImpl).r34 = function (thisRef, property) {
|
|
3846
|
+
if (isBlank(this.a34_1)) {
|
|
3847
3847
|
var tmp = this;
|
|
3848
3848
|
// Inline function 'kotlin.text.uppercase' call
|
|
3849
3849
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3850
3850
|
var tmp$ret$1 = property.callableName.toUpperCase();
|
|
3851
|
-
tmp.
|
|
3851
|
+
tmp.a34_1 = replace_0(tmp$ret$1, '-', '_');
|
|
3852
3852
|
}
|
|
3853
|
-
thisRef.
|
|
3853
|
+
thisRef.n2v(this);
|
|
3854
3854
|
return this;
|
|
3855
3855
|
};
|
|
3856
|
-
protoOf(ProcessedArgumentImpl).
|
|
3857
|
-
return this.
|
|
3856
|
+
protoOf(ProcessedArgumentImpl).s34 = function (thisRef, property) {
|
|
3857
|
+
return this.r34(thisRef instanceof CliktCommand ? thisRef : THROW_CCE(), property);
|
|
3858
3858
|
};
|
|
3859
|
-
protoOf(ProcessedArgumentImpl).
|
|
3859
|
+
protoOf(ProcessedArgumentImpl).j30 = function (context, values) {
|
|
3860
3860
|
var ctx = new ArgumentTransformContext(this, context);
|
|
3861
3861
|
// Inline function 'kotlin.collections.map' call
|
|
3862
3862
|
// Inline function 'kotlin.collections.mapTo' call
|
|
@@ -3865,13 +3865,13 @@
|
|
|
3865
3865
|
while (tmp0_iterator.u()) {
|
|
3866
3866
|
var item = tmp0_iterator.w();
|
|
3867
3867
|
// Inline function 'com.github.ajalt.clikt.parameters.arguments.ProcessedArgumentImpl.finalize.<anonymous>' call
|
|
3868
|
-
var tmp$ret$0 = this.
|
|
3868
|
+
var tmp$ret$0 = this.g34_1(ctx, item);
|
|
3869
3869
|
destination.q(tmp$ret$0);
|
|
3870
3870
|
}
|
|
3871
|
-
this.
|
|
3871
|
+
this.k34(this.h34_1(ctx, destination));
|
|
3872
3872
|
};
|
|
3873
|
-
protoOf(ProcessedArgumentImpl).
|
|
3874
|
-
this.
|
|
3873
|
+
protoOf(ProcessedArgumentImpl).w33 = function (context) {
|
|
3874
|
+
this.i34_1(new ArgumentTransformContext(this, context), this.r2());
|
|
3875
3875
|
};
|
|
3876
3876
|
protoOf(ProcessedArgumentImpl).toString = function () {
|
|
3877
3877
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -3880,7 +3880,7 @@
|
|
|
3880
3880
|
var this_0 = StringBuilder_init_$Create$();
|
|
3881
3881
|
// Inline function 'kotlin.contracts.contract' call
|
|
3882
3882
|
// Inline function 'com.github.ajalt.clikt.parameters.arguments.ProcessedArgumentImpl.toString.<anonymous>' call
|
|
3883
|
-
this_0.w5(this.
|
|
3883
|
+
this_0.w5(this.a34_1);
|
|
3884
3884
|
// Inline function 'kotlin.onSuccess' call
|
|
3885
3885
|
// Inline function 'kotlin.runCatching' call
|
|
3886
3886
|
var tmp;
|
|
@@ -3934,14 +3934,14 @@
|
|
|
3934
3934
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
3935
3935
|
return receiver.r2();
|
|
3936
3936
|
}, function (receiver, value) {
|
|
3937
|
-
return receiver.
|
|
3937
|
+
return receiver.k34(value);
|
|
3938
3938
|
});
|
|
3939
3939
|
}
|
|
3940
3940
|
function value$factory_0() {
|
|
3941
3941
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
3942
3942
|
return receiver.r2();
|
|
3943
3943
|
}, function (receiver, value) {
|
|
3944
|
-
return receiver.
|
|
3944
|
+
return receiver.k34(value);
|
|
3945
3945
|
});
|
|
3946
3946
|
}
|
|
3947
3947
|
function ParameterGroup() {
|
|
@@ -3953,29 +3953,29 @@
|
|
|
3953
3953
|
return UNINITIALIZED_instance;
|
|
3954
3954
|
}
|
|
3955
3955
|
function NullableLateinit(errorMessage) {
|
|
3956
|
-
this.
|
|
3957
|
-
this.
|
|
3956
|
+
this.l34_1 = errorMessage;
|
|
3957
|
+
this.m34_1 = UNINITIALIZED_instance;
|
|
3958
3958
|
}
|
|
3959
|
-
protoOf(NullableLateinit).
|
|
3960
|
-
if (this.
|
|
3961
|
-
throw IllegalStateException_init_$Create$(this.
|
|
3959
|
+
protoOf(NullableLateinit).o34 = function (thisRef, property) {
|
|
3960
|
+
if (this.m34_1 === UNINITIALIZED_instance)
|
|
3961
|
+
throw IllegalStateException_init_$Create$(this.l34_1);
|
|
3962
3962
|
try {
|
|
3963
|
-
var tmp = this.
|
|
3963
|
+
var tmp = this.m34_1;
|
|
3964
3964
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
3965
3965
|
} catch ($p) {
|
|
3966
3966
|
if ($p instanceof ClassCastException) {
|
|
3967
3967
|
var e = $p;
|
|
3968
|
-
throw IllegalStateException_init_$Create$(this.
|
|
3968
|
+
throw IllegalStateException_init_$Create$(this.l34_1);
|
|
3969
3969
|
} else {
|
|
3970
3970
|
throw $p;
|
|
3971
3971
|
}
|
|
3972
3972
|
}
|
|
3973
3973
|
};
|
|
3974
|
-
protoOf(NullableLateinit).
|
|
3975
|
-
return this.
|
|
3974
|
+
protoOf(NullableLateinit).q34 = function (thisRef, property) {
|
|
3975
|
+
return this.o34(!(thisRef == null) ? thisRef : THROW_CCE(), property);
|
|
3976
3976
|
};
|
|
3977
|
-
protoOf(NullableLateinit).
|
|
3978
|
-
this.
|
|
3977
|
+
protoOf(NullableLateinit).n34 = function (thisRef, property, value) {
|
|
3978
|
+
this.m34_1 = value;
|
|
3979
3979
|
};
|
|
3980
3980
|
function eagerOption(_this__u8e3s4, names, help, hidden, helpTags, groupName, action) {
|
|
3981
3981
|
help = help === VOID ? '' : help;
|
|
@@ -3986,12 +3986,12 @@
|
|
|
3986
3986
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
3987
3987
|
var tmp$ret$0 = copyToArray(names);
|
|
3988
3988
|
var this_0 = flag(option(_this__u8e3s4, tmp$ret$0.slice(), help, VOID, hidden, VOID, helpTags, VOID, VOID, true), []);
|
|
3989
|
-
var tmp = this_0.
|
|
3990
|
-
var tmp_0 = this_0.
|
|
3991
|
-
var tmp_1 = this_0.
|
|
3992
|
-
var o = this_0.
|
|
3993
|
-
o.
|
|
3994
|
-
_this__u8e3s4.
|
|
3989
|
+
var tmp = this_0.u34();
|
|
3990
|
+
var tmp_0 = this_0.v34();
|
|
3991
|
+
var tmp_1 = this_0.w34();
|
|
3992
|
+
var o = this_0.x34(tmp, tmp_0, tmp_1, eagerOption$lambda(action));
|
|
3993
|
+
o.c2x(groupName);
|
|
3994
|
+
_this__u8e3s4.m2v(o);
|
|
3995
3995
|
return _this__u8e3s4;
|
|
3996
3996
|
}
|
|
3997
3997
|
function eagerOption$lambda($action) {
|
|
@@ -4011,16 +4011,16 @@
|
|
|
4011
4011
|
function nullableFlag(_this__u8e3s4, secondaryNames) {
|
|
4012
4012
|
var tmp = boolean(_this__u8e3s4);
|
|
4013
4013
|
var tmp_0 = numberRangeToNumber(0, 0);
|
|
4014
|
-
return transformValues(tmp, tmp_0, nullableFlag$lambda(secondaryNames)).
|
|
4014
|
+
return transformValues(tmp, tmp_0, nullableFlag$lambda(secondaryNames)).y34(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, toSet_0(secondaryNames));
|
|
4015
4015
|
}
|
|
4016
4016
|
function nullableFlag$lambda($secondaryNames) {
|
|
4017
4017
|
return function ($this$transformValues, it) {
|
|
4018
4018
|
var tmp;
|
|
4019
4019
|
if (it.n() > 1) {
|
|
4020
|
-
$this$transformValues.
|
|
4020
|
+
$this$transformValues.z33($this$transformValues.b35_1.d2u_1.k31($this$transformValues.z34_1));
|
|
4021
4021
|
}
|
|
4022
4022
|
var tmp0_elvis_lhs = lastOrNull(it);
|
|
4023
|
-
return tmp0_elvis_lhs == null ? !contains_0($secondaryNames, $this$transformValues.
|
|
4023
|
+
return tmp0_elvis_lhs == null ? !contains_0($secondaryNames, $this$transformValues.z34_1) : tmp0_elvis_lhs;
|
|
4024
4024
|
};
|
|
4025
4025
|
}
|
|
4026
4026
|
function Option_0() {
|
|
@@ -4029,7 +4029,7 @@
|
|
|
4029
4029
|
var tmp$ret$0;
|
|
4030
4030
|
$l$block_0: {
|
|
4031
4031
|
// Inline function 'kotlin.collections.maxByOrNull' call
|
|
4032
|
-
var iterator = _this__u8e3s4.
|
|
4032
|
+
var iterator = _this__u8e3s4.n2t().t();
|
|
4033
4033
|
if (!iterator.u()) {
|
|
4034
4034
|
tmp$ret$0 = null;
|
|
4035
4035
|
break $l$block_0;
|
|
@@ -4120,13 +4120,13 @@
|
|
|
4120
4120
|
}
|
|
4121
4121
|
function Parsed(values) {
|
|
4122
4122
|
FinalValue.call(this);
|
|
4123
|
-
this.
|
|
4123
|
+
this.f35_1 = values;
|
|
4124
4124
|
}
|
|
4125
4125
|
protoOf(Parsed).toString = function () {
|
|
4126
|
-
return 'Parsed(values=' + this.
|
|
4126
|
+
return 'Parsed(values=' + this.f35_1 + ')';
|
|
4127
4127
|
};
|
|
4128
4128
|
protoOf(Parsed).hashCode = function () {
|
|
4129
|
-
return hashCode(this.
|
|
4129
|
+
return hashCode(this.f35_1);
|
|
4130
4130
|
};
|
|
4131
4131
|
protoOf(Parsed).equals = function (other) {
|
|
4132
4132
|
if (this === other)
|
|
@@ -4134,19 +4134,19 @@
|
|
|
4134
4134
|
if (!(other instanceof Parsed))
|
|
4135
4135
|
return false;
|
|
4136
4136
|
var tmp0_other_with_cast = other instanceof Parsed ? other : THROW_CCE();
|
|
4137
|
-
if (!equals(this.
|
|
4137
|
+
if (!equals(this.f35_1, tmp0_other_with_cast.f35_1))
|
|
4138
4138
|
return false;
|
|
4139
4139
|
return true;
|
|
4140
4140
|
};
|
|
4141
4141
|
function Sourced(values) {
|
|
4142
4142
|
FinalValue.call(this);
|
|
4143
|
-
this.
|
|
4143
|
+
this.g35_1 = values;
|
|
4144
4144
|
}
|
|
4145
4145
|
protoOf(Sourced).toString = function () {
|
|
4146
|
-
return 'Sourced(values=' + this.
|
|
4146
|
+
return 'Sourced(values=' + this.g35_1 + ')';
|
|
4147
4147
|
};
|
|
4148
4148
|
protoOf(Sourced).hashCode = function () {
|
|
4149
|
-
return hashCode(this.
|
|
4149
|
+
return hashCode(this.g35_1);
|
|
4150
4150
|
};
|
|
4151
4151
|
protoOf(Sourced).equals = function (other) {
|
|
4152
4152
|
if (this === other)
|
|
@@ -4154,21 +4154,21 @@
|
|
|
4154
4154
|
if (!(other instanceof Sourced))
|
|
4155
4155
|
return false;
|
|
4156
4156
|
var tmp0_other_with_cast = other instanceof Sourced ? other : THROW_CCE();
|
|
4157
|
-
if (!equals(this.
|
|
4157
|
+
if (!equals(this.g35_1, tmp0_other_with_cast.g35_1))
|
|
4158
4158
|
return false;
|
|
4159
4159
|
return true;
|
|
4160
4160
|
};
|
|
4161
4161
|
function Envvar(key, value) {
|
|
4162
4162
|
FinalValue.call(this);
|
|
4163
|
-
this.
|
|
4164
|
-
this.
|
|
4163
|
+
this.h35_1 = key;
|
|
4164
|
+
this.i35_1 = value;
|
|
4165
4165
|
}
|
|
4166
4166
|
protoOf(Envvar).toString = function () {
|
|
4167
|
-
return 'Envvar(key=' + this.
|
|
4167
|
+
return 'Envvar(key=' + this.h35_1 + ', value=' + this.i35_1 + ')';
|
|
4168
4168
|
};
|
|
4169
4169
|
protoOf(Envvar).hashCode = function () {
|
|
4170
|
-
var result = getStringHashCode(this.
|
|
4171
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
4170
|
+
var result = getStringHashCode(this.h35_1);
|
|
4171
|
+
result = imul(result, 31) + getStringHashCode(this.i35_1) | 0;
|
|
4172
4172
|
return result;
|
|
4173
4173
|
};
|
|
4174
4174
|
protoOf(Envvar).equals = function (other) {
|
|
@@ -4177,9 +4177,9 @@
|
|
|
4177
4177
|
if (!(other instanceof Envvar))
|
|
4178
4178
|
return false;
|
|
4179
4179
|
var tmp0_other_with_cast = other instanceof Envvar ? other : THROW_CCE();
|
|
4180
|
-
if (!(this.
|
|
4180
|
+
if (!(this.h35_1 === tmp0_other_with_cast.h35_1))
|
|
4181
4181
|
return false;
|
|
4182
|
-
if (!(this.
|
|
4182
|
+
if (!(this.i35_1 === tmp0_other_with_cast.i35_1))
|
|
4183
4183
|
return false;
|
|
4184
4184
|
return true;
|
|
4185
4185
|
};
|
|
@@ -4191,7 +4191,7 @@
|
|
|
4191
4191
|
if (!invocations.a1()) {
|
|
4192
4192
|
tmp = new Parsed(invocations);
|
|
4193
4193
|
} else {
|
|
4194
|
-
if (context.
|
|
4194
|
+
if (context.a2u_1) {
|
|
4195
4195
|
var tmp0_elvis_lhs = readEnvVar(_this__u8e3s4, context, envvar);
|
|
4196
4196
|
tmp = tmp0_elvis_lhs == null ? readValueSource(_this__u8e3s4, context) : tmp0_elvis_lhs;
|
|
4197
4197
|
} else {
|
|
@@ -4240,7 +4240,7 @@
|
|
|
4240
4240
|
return setOf_0(normalizedName);
|
|
4241
4241
|
}
|
|
4242
4242
|
function readEnvVar(_this__u8e3s4, context, envvar) {
|
|
4243
|
-
var tmp0_elvis_lhs = inferEnvvar(_this__u8e3s4.
|
|
4243
|
+
var tmp0_elvis_lhs = inferEnvvar(_this__u8e3s4.n2t(), envvar, context.t2t_1);
|
|
4244
4244
|
var tmp;
|
|
4245
4245
|
if (tmp0_elvis_lhs == null) {
|
|
4246
4246
|
return null;
|
|
@@ -4248,7 +4248,7 @@
|
|
|
4248
4248
|
tmp = tmp0_elvis_lhs;
|
|
4249
4249
|
}
|
|
4250
4250
|
var env = tmp;
|
|
4251
|
-
var tmp1_safe_receiver = context.
|
|
4251
|
+
var tmp1_safe_receiver = context.e2u_1(env);
|
|
4252
4252
|
var tmp_0;
|
|
4253
4253
|
if (tmp1_safe_receiver == null) {
|
|
4254
4254
|
tmp_0 = null;
|
|
@@ -4261,8 +4261,8 @@
|
|
|
4261
4261
|
return tmp_0;
|
|
4262
4262
|
}
|
|
4263
4263
|
function readValueSource(_this__u8e3s4, context) {
|
|
4264
|
-
var tmp0_safe_receiver = context.
|
|
4265
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
4264
|
+
var tmp0_safe_receiver = context.b2u_1;
|
|
4265
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.j35(context, _this__u8e3s4);
|
|
4266
4266
|
var tmp;
|
|
4267
4267
|
if (tmp1_safe_receiver == null) {
|
|
4268
4268
|
tmp = null;
|
|
@@ -4293,59 +4293,59 @@
|
|
|
4293
4293
|
return toString(charSequenceGet(it.r2(), 0)) + '-' + toString(charSequenceGet(it.r2(), 1));
|
|
4294
4294
|
}
|
|
4295
4295
|
function OptionTransformContext(option, context) {
|
|
4296
|
-
this.
|
|
4297
|
-
this.
|
|
4296
|
+
this.b2v_1 = option;
|
|
4297
|
+
this.c2v_1 = context;
|
|
4298
4298
|
}
|
|
4299
4299
|
protoOf(OptionTransformContext).uc = function () {
|
|
4300
|
-
return this.
|
|
4300
|
+
return this.c2v_1;
|
|
4301
4301
|
};
|
|
4302
|
-
protoOf(OptionTransformContext).
|
|
4303
|
-
return this.
|
|
4302
|
+
protoOf(OptionTransformContext).l2v = function () {
|
|
4303
|
+
return this.b2v_1.l2v();
|
|
4304
4304
|
};
|
|
4305
|
-
protoOf(OptionTransformContext).
|
|
4306
|
-
return this.
|
|
4305
|
+
protoOf(OptionTransformContext).a2x = function () {
|
|
4306
|
+
return this.b2v_1.a2x();
|
|
4307
4307
|
};
|
|
4308
|
-
protoOf(OptionTransformContext).
|
|
4309
|
-
return this.
|
|
4308
|
+
protoOf(OptionTransformContext).m2u = function () {
|
|
4309
|
+
return this.b2v_1.m2u();
|
|
4310
4310
|
};
|
|
4311
|
-
protoOf(OptionTransformContext).
|
|
4312
|
-
return this.
|
|
4311
|
+
protoOf(OptionTransformContext).z2w = function () {
|
|
4312
|
+
return this.b2v_1.z2w();
|
|
4313
4313
|
};
|
|
4314
|
-
protoOf(OptionTransformContext).
|
|
4315
|
-
return this.
|
|
4314
|
+
protoOf(OptionTransformContext).x2w = function () {
|
|
4315
|
+
return this.b2v_1.x2w();
|
|
4316
4316
|
};
|
|
4317
|
-
protoOf(OptionTransformContext).
|
|
4318
|
-
return this.
|
|
4317
|
+
protoOf(OptionTransformContext).l2u = function () {
|
|
4318
|
+
return this.b2v_1.l2u();
|
|
4319
4319
|
};
|
|
4320
|
-
protoOf(OptionTransformContext).
|
|
4321
|
-
return this.
|
|
4320
|
+
protoOf(OptionTransformContext).n2t = function () {
|
|
4321
|
+
return this.b2v_1.n2t();
|
|
4322
4322
|
};
|
|
4323
|
-
protoOf(OptionTransformContext).
|
|
4324
|
-
return this.
|
|
4323
|
+
protoOf(OptionTransformContext).n2u = function () {
|
|
4324
|
+
return this.b2v_1.n2u();
|
|
4325
4325
|
};
|
|
4326
|
-
protoOf(OptionTransformContext).
|
|
4327
|
-
return this.
|
|
4326
|
+
protoOf(OptionTransformContext).o2t = function () {
|
|
4327
|
+
return this.b2v_1.o2t();
|
|
4328
4328
|
};
|
|
4329
|
-
protoOf(OptionTransformContext).
|
|
4330
|
-
return this.
|
|
4329
|
+
protoOf(OptionTransformContext).y2w = function () {
|
|
4330
|
+
return this.b2v_1.y2w();
|
|
4331
4331
|
};
|
|
4332
|
-
protoOf(OptionTransformContext).
|
|
4333
|
-
this.
|
|
4332
|
+
protoOf(OptionTransformContext).g30 = function (context, invocations) {
|
|
4333
|
+
this.b2v_1.g30(context, invocations);
|
|
4334
4334
|
};
|
|
4335
|
-
protoOf(OptionTransformContext).
|
|
4336
|
-
return this.
|
|
4335
|
+
protoOf(OptionTransformContext).c35 = function (context) {
|
|
4336
|
+
return this.b2v_1.c35(context);
|
|
4337
4337
|
};
|
|
4338
|
-
protoOf(OptionTransformContext).
|
|
4339
|
-
return this.
|
|
4338
|
+
protoOf(OptionTransformContext).w2u = function (context) {
|
|
4339
|
+
return this.b2v_1.w2u(context);
|
|
4340
4340
|
};
|
|
4341
|
-
protoOf(OptionTransformContext).
|
|
4342
|
-
return this.
|
|
4341
|
+
protoOf(OptionTransformContext).h2v = function (context) {
|
|
4342
|
+
return this.b2v_1.h2v(context);
|
|
4343
4343
|
};
|
|
4344
|
-
protoOf(OptionTransformContext).
|
|
4345
|
-
this.
|
|
4344
|
+
protoOf(OptionTransformContext).w33 = function (context) {
|
|
4345
|
+
this.b2v_1.w33(context);
|
|
4346
4346
|
};
|
|
4347
|
-
protoOf(OptionTransformContext).
|
|
4348
|
-
throw BadParameterValue_init_$Create$_0(message, this.
|
|
4347
|
+
protoOf(OptionTransformContext).z33 = function (message) {
|
|
4348
|
+
throw BadParameterValue_init_$Create$_0(message, this.b2v_1);
|
|
4349
4349
|
};
|
|
4350
4350
|
function OptionWithValues() {
|
|
4351
4351
|
}
|
|
@@ -4378,149 +4378,149 @@
|
|
|
4378
4378
|
return new OptionWithValuesImpl(tmp1_names, tmp2_metavarGetter, tmp3_nvalues, tmp_0, hidden, helpTags, valueSourceKey, envvar, null, completionCandidates, tmp4_secondaryNames, false, true, eager, option$lambda_1, tmp5_transformEach, tmp6_transformAll, tmp7_transformValidator);
|
|
4379
4379
|
}
|
|
4380
4380
|
function OptionCallTransformContext(name, option, context) {
|
|
4381
|
-
this.
|
|
4382
|
-
this.
|
|
4383
|
-
this.
|
|
4381
|
+
this.z34_1 = name;
|
|
4382
|
+
this.a35_1 = option;
|
|
4383
|
+
this.b35_1 = context;
|
|
4384
4384
|
}
|
|
4385
4385
|
protoOf(OptionCallTransformContext).uc = function () {
|
|
4386
|
-
return this.
|
|
4386
|
+
return this.b35_1;
|
|
4387
4387
|
};
|
|
4388
|
-
protoOf(OptionCallTransformContext).
|
|
4389
|
-
return this.
|
|
4388
|
+
protoOf(OptionCallTransformContext).l2v = function () {
|
|
4389
|
+
return this.a35_1.l2v();
|
|
4390
4390
|
};
|
|
4391
|
-
protoOf(OptionCallTransformContext).
|
|
4392
|
-
return this.
|
|
4391
|
+
protoOf(OptionCallTransformContext).a2x = function () {
|
|
4392
|
+
return this.a35_1.a2x();
|
|
4393
4393
|
};
|
|
4394
|
-
protoOf(OptionCallTransformContext).
|
|
4395
|
-
return this.
|
|
4394
|
+
protoOf(OptionCallTransformContext).m2u = function () {
|
|
4395
|
+
return this.a35_1.m2u();
|
|
4396
4396
|
};
|
|
4397
|
-
protoOf(OptionCallTransformContext).
|
|
4398
|
-
return this.
|
|
4397
|
+
protoOf(OptionCallTransformContext).z2w = function () {
|
|
4398
|
+
return this.a35_1.z2w();
|
|
4399
4399
|
};
|
|
4400
|
-
protoOf(OptionCallTransformContext).
|
|
4401
|
-
return this.
|
|
4400
|
+
protoOf(OptionCallTransformContext).x2w = function () {
|
|
4401
|
+
return this.a35_1.x2w();
|
|
4402
4402
|
};
|
|
4403
|
-
protoOf(OptionCallTransformContext).
|
|
4404
|
-
return this.
|
|
4403
|
+
protoOf(OptionCallTransformContext).l2u = function () {
|
|
4404
|
+
return this.a35_1.l2u();
|
|
4405
4405
|
};
|
|
4406
|
-
protoOf(OptionCallTransformContext).
|
|
4407
|
-
return this.
|
|
4406
|
+
protoOf(OptionCallTransformContext).n2t = function () {
|
|
4407
|
+
return this.a35_1.n2t();
|
|
4408
4408
|
};
|
|
4409
|
-
protoOf(OptionCallTransformContext).
|
|
4410
|
-
return this.
|
|
4409
|
+
protoOf(OptionCallTransformContext).n2u = function () {
|
|
4410
|
+
return this.a35_1.n2u();
|
|
4411
4411
|
};
|
|
4412
|
-
protoOf(OptionCallTransformContext).
|
|
4413
|
-
return this.
|
|
4412
|
+
protoOf(OptionCallTransformContext).o2t = function () {
|
|
4413
|
+
return this.a35_1.o2t();
|
|
4414
4414
|
};
|
|
4415
|
-
protoOf(OptionCallTransformContext).
|
|
4416
|
-
return this.
|
|
4415
|
+
protoOf(OptionCallTransformContext).y2w = function () {
|
|
4416
|
+
return this.a35_1.y2w();
|
|
4417
4417
|
};
|
|
4418
|
-
protoOf(OptionCallTransformContext).
|
|
4419
|
-
this.
|
|
4418
|
+
protoOf(OptionCallTransformContext).g30 = function (context, invocations) {
|
|
4419
|
+
this.a35_1.g30(context, invocations);
|
|
4420
4420
|
};
|
|
4421
|
-
protoOf(OptionCallTransformContext).
|
|
4422
|
-
return this.
|
|
4421
|
+
protoOf(OptionCallTransformContext).c35 = function (context) {
|
|
4422
|
+
return this.a35_1.c35(context);
|
|
4423
4423
|
};
|
|
4424
|
-
protoOf(OptionCallTransformContext).
|
|
4425
|
-
return this.
|
|
4424
|
+
protoOf(OptionCallTransformContext).w2u = function (context) {
|
|
4425
|
+
return this.a35_1.w2u(context);
|
|
4426
4426
|
};
|
|
4427
|
-
protoOf(OptionCallTransformContext).
|
|
4428
|
-
return this.
|
|
4427
|
+
protoOf(OptionCallTransformContext).h2v = function (context) {
|
|
4428
|
+
return this.a35_1.h2v(context);
|
|
4429
4429
|
};
|
|
4430
|
-
protoOf(OptionCallTransformContext).
|
|
4431
|
-
this.
|
|
4430
|
+
protoOf(OptionCallTransformContext).w33 = function (context) {
|
|
4431
|
+
this.a35_1.w33(context);
|
|
4432
4432
|
};
|
|
4433
|
-
protoOf(OptionCallTransformContext).
|
|
4434
|
-
throw BadParameterValue_init_$Create$_1(message, this.
|
|
4433
|
+
protoOf(OptionCallTransformContext).z33 = function (message) {
|
|
4434
|
+
throw BadParameterValue_init_$Create$_1(message, this.a35_1, this.z34_1);
|
|
4435
4435
|
};
|
|
4436
4436
|
function OptionWithValuesImpl$metavar$lambda($this$null) {
|
|
4437
|
-
return $this$null.
|
|
4437
|
+
return $this$null.d2u_1.m31();
|
|
4438
4438
|
}
|
|
4439
4439
|
function OptionWithValuesImpl(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, explicitCompletionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, transformValue, transformEach, transformAll, transformValidator) {
|
|
4440
|
-
this.
|
|
4441
|
-
this.
|
|
4442
|
-
this.
|
|
4443
|
-
this.
|
|
4444
|
-
this.
|
|
4445
|
-
this.
|
|
4446
|
-
this.
|
|
4447
|
-
this.
|
|
4448
|
-
this.
|
|
4449
|
-
this.
|
|
4450
|
-
this.
|
|
4451
|
-
this.
|
|
4452
|
-
this.
|
|
4453
|
-
this.
|
|
4454
|
-
this.
|
|
4455
|
-
this.
|
|
4456
|
-
this.
|
|
4457
|
-
this.
|
|
4458
|
-
this.
|
|
4459
|
-
this.
|
|
4460
|
-
this.
|
|
4461
|
-
}
|
|
4462
|
-
protoOf(OptionWithValuesImpl).
|
|
4463
|
-
return this.
|
|
4464
|
-
};
|
|
4465
|
-
protoOf(OptionWithValuesImpl).t2t = function () {
|
|
4466
|
-
return this.z34_1;
|
|
4440
|
+
this.s35_1 = metavarGetter;
|
|
4441
|
+
this.t35_1 = nvalues;
|
|
4442
|
+
this.u35_1 = helpGetter;
|
|
4443
|
+
this.v35_1 = hidden;
|
|
4444
|
+
this.w35_1 = helpTags;
|
|
4445
|
+
this.x35_1 = valueSourceKey;
|
|
4446
|
+
this.y35_1 = envvar;
|
|
4447
|
+
this.z35_1 = valueSplit;
|
|
4448
|
+
this.a36_1 = explicitCompletionCandidates;
|
|
4449
|
+
this.b36_1 = secondaryNames;
|
|
4450
|
+
this.c36_1 = acceptsNumberValueWithoutName;
|
|
4451
|
+
this.d36_1 = acceptsUnattachedValue;
|
|
4452
|
+
this.e36_1 = eager;
|
|
4453
|
+
this.f36_1 = transformValue;
|
|
4454
|
+
this.g36_1 = transformEach;
|
|
4455
|
+
this.h36_1 = transformAll;
|
|
4456
|
+
this.i36_1 = transformValidator;
|
|
4457
|
+
this.j36_1 = null;
|
|
4458
|
+
this.k36_1 = null;
|
|
4459
|
+
this.l36_1 = new NullableLateinit('Cannot read from option delegate before parsing command line');
|
|
4460
|
+
this.m36_1 = names;
|
|
4461
|
+
}
|
|
4462
|
+
protoOf(OptionWithValuesImpl).n35 = function () {
|
|
4463
|
+
return this.s35_1;
|
|
4467
4464
|
};
|
|
4468
|
-
protoOf(OptionWithValuesImpl).
|
|
4469
|
-
return this.
|
|
4465
|
+
protoOf(OptionWithValuesImpl).n2u = function () {
|
|
4466
|
+
return this.t35_1;
|
|
4470
4467
|
};
|
|
4471
|
-
protoOf(OptionWithValuesImpl).
|
|
4472
|
-
return this.
|
|
4468
|
+
protoOf(OptionWithValuesImpl).o35 = function () {
|
|
4469
|
+
return this.u35_1;
|
|
4473
4470
|
};
|
|
4474
|
-
protoOf(OptionWithValuesImpl).
|
|
4475
|
-
return this.
|
|
4471
|
+
protoOf(OptionWithValuesImpl).l2u = function () {
|
|
4472
|
+
return this.v35_1;
|
|
4476
4473
|
};
|
|
4477
|
-
protoOf(OptionWithValuesImpl).
|
|
4478
|
-
return this.
|
|
4474
|
+
protoOf(OptionWithValuesImpl).x2w = function () {
|
|
4475
|
+
return this.w35_1;
|
|
4479
4476
|
};
|
|
4480
|
-
protoOf(OptionWithValuesImpl).
|
|
4481
|
-
return this.
|
|
4477
|
+
protoOf(OptionWithValuesImpl).y2w = function () {
|
|
4478
|
+
return this.x35_1;
|
|
4482
4479
|
};
|
|
4483
|
-
protoOf(OptionWithValuesImpl).
|
|
4484
|
-
return this.
|
|
4480
|
+
protoOf(OptionWithValuesImpl).k35 = function () {
|
|
4481
|
+
return this.y35_1;
|
|
4482
|
+
};
|
|
4483
|
+
protoOf(OptionWithValuesImpl).p35 = function () {
|
|
4484
|
+
return this.z35_1;
|
|
4485
4485
|
};
|
|
4486
|
-
protoOf(OptionWithValuesImpl).
|
|
4487
|
-
return this.
|
|
4486
|
+
protoOf(OptionWithValuesImpl).m35 = function () {
|
|
4487
|
+
return this.a36_1;
|
|
4488
4488
|
};
|
|
4489
|
-
protoOf(OptionWithValuesImpl).
|
|
4490
|
-
return this.
|
|
4489
|
+
protoOf(OptionWithValuesImpl).o2t = function () {
|
|
4490
|
+
return this.b36_1;
|
|
4491
4491
|
};
|
|
4492
|
-
protoOf(OptionWithValuesImpl).
|
|
4493
|
-
return this.
|
|
4492
|
+
protoOf(OptionWithValuesImpl).l2v = function () {
|
|
4493
|
+
return this.c36_1;
|
|
4494
4494
|
};
|
|
4495
|
-
protoOf(OptionWithValuesImpl).
|
|
4496
|
-
return this.
|
|
4495
|
+
protoOf(OptionWithValuesImpl).a2x = function () {
|
|
4496
|
+
return this.d36_1;
|
|
4497
4497
|
};
|
|
4498
|
-
protoOf(OptionWithValuesImpl).
|
|
4499
|
-
return this.
|
|
4498
|
+
protoOf(OptionWithValuesImpl).z2w = function () {
|
|
4499
|
+
return this.e36_1;
|
|
4500
4500
|
};
|
|
4501
|
-
protoOf(OptionWithValuesImpl).
|
|
4502
|
-
return this.
|
|
4501
|
+
protoOf(OptionWithValuesImpl).u34 = function () {
|
|
4502
|
+
return this.f36_1;
|
|
4503
4503
|
};
|
|
4504
|
-
protoOf(OptionWithValuesImpl).
|
|
4505
|
-
return this.
|
|
4504
|
+
protoOf(OptionWithValuesImpl).v34 = function () {
|
|
4505
|
+
return this.g36_1;
|
|
4506
4506
|
};
|
|
4507
|
-
protoOf(OptionWithValuesImpl).
|
|
4508
|
-
return this.
|
|
4507
|
+
protoOf(OptionWithValuesImpl).w34 = function () {
|
|
4508
|
+
return this.h36_1;
|
|
4509
4509
|
};
|
|
4510
|
-
protoOf(OptionWithValuesImpl).
|
|
4511
|
-
return this.
|
|
4510
|
+
protoOf(OptionWithValuesImpl).l35 = function () {
|
|
4511
|
+
return this.i36_1;
|
|
4512
4512
|
};
|
|
4513
|
-
protoOf(OptionWithValuesImpl).
|
|
4514
|
-
return this.
|
|
4513
|
+
protoOf(OptionWithValuesImpl).b2x = function () {
|
|
4514
|
+
return this.j36_1;
|
|
4515
4515
|
};
|
|
4516
|
-
protoOf(OptionWithValuesImpl).
|
|
4517
|
-
this.
|
|
4516
|
+
protoOf(OptionWithValuesImpl).c2x = function (_set____db54di) {
|
|
4517
|
+
this.k36_1 = _set____db54di;
|
|
4518
4518
|
};
|
|
4519
|
-
protoOf(OptionWithValuesImpl).
|
|
4520
|
-
return this.
|
|
4519
|
+
protoOf(OptionWithValuesImpl).w2w = function () {
|
|
4520
|
+
return this.k36_1;
|
|
4521
4521
|
};
|
|
4522
|
-
protoOf(OptionWithValuesImpl).
|
|
4523
|
-
var tmp0_elvis_lhs = this.
|
|
4522
|
+
protoOf(OptionWithValuesImpl).c35 = function (context) {
|
|
4523
|
+
var tmp0_elvis_lhs = this.s35_1;
|
|
4524
4524
|
var tmp;
|
|
4525
4525
|
if (tmp0_elvis_lhs == null) {
|
|
4526
4526
|
tmp = OptionWithValuesImpl$metavar$lambda;
|
|
@@ -4529,30 +4529,30 @@
|
|
|
4529
4529
|
}
|
|
4530
4530
|
return tmp(context);
|
|
4531
4531
|
};
|
|
4532
|
-
protoOf(OptionWithValuesImpl).
|
|
4533
|
-
return this.
|
|
4532
|
+
protoOf(OptionWithValuesImpl).k34 = function (_set____db54di) {
|
|
4533
|
+
return this.l36_1.n34(this, value$factory_1(), _set____db54di);
|
|
4534
4534
|
};
|
|
4535
4535
|
protoOf(OptionWithValuesImpl).r2 = function () {
|
|
4536
|
-
return this.
|
|
4536
|
+
return this.l36_1.o34(this, value$factory_2());
|
|
4537
4537
|
};
|
|
4538
|
-
protoOf(OptionWithValuesImpl).
|
|
4539
|
-
return this.
|
|
4538
|
+
protoOf(OptionWithValuesImpl).n2t = function () {
|
|
4539
|
+
return this.m36_1;
|
|
4540
4540
|
};
|
|
4541
|
-
protoOf(OptionWithValuesImpl).
|
|
4542
|
-
var tmp0_elvis_lhs = this.
|
|
4541
|
+
protoOf(OptionWithValuesImpl).m2u = function () {
|
|
4542
|
+
var tmp0_elvis_lhs = this.a36_1;
|
|
4543
4543
|
return tmp0_elvis_lhs == null ? None_getInstance() : tmp0_elvis_lhs;
|
|
4544
4544
|
};
|
|
4545
|
-
protoOf(OptionWithValuesImpl).
|
|
4546
|
-
var tmp0_safe_receiver = this.
|
|
4545
|
+
protoOf(OptionWithValuesImpl).w2u = function (context) {
|
|
4546
|
+
var tmp0_safe_receiver = this.u35_1;
|
|
4547
4547
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(new HelpTransformContext(context));
|
|
4548
4548
|
return tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
4549
4549
|
};
|
|
4550
|
-
protoOf(OptionWithValuesImpl).
|
|
4551
|
-
var v = getFinalValue(this, context, invocations, this.
|
|
4550
|
+
protoOf(OptionWithValuesImpl).g30 = function (context, invocations) {
|
|
4551
|
+
var v = getFinalValue(this, context, invocations, this.y35_1);
|
|
4552
4552
|
var tmp;
|
|
4553
4553
|
if (v instanceof Parsed) {
|
|
4554
4554
|
var tmp_0;
|
|
4555
|
-
if (this.
|
|
4555
|
+
if (this.z35_1 == null) {
|
|
4556
4556
|
tmp_0 = invocations;
|
|
4557
4557
|
} else {
|
|
4558
4558
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -4564,17 +4564,17 @@
|
|
|
4564
4564
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>' call
|
|
4565
4565
|
// Inline function 'kotlin.collections.flatMap' call
|
|
4566
4566
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
4567
|
-
var this_0 = item.
|
|
4567
|
+
var this_0 = item.p36_1;
|
|
4568
4568
|
var destination_0 = ArrayList_init_$Create$();
|
|
4569
4569
|
var tmp0_iterator_0 = this_0.t();
|
|
4570
4570
|
while (tmp0_iterator_0.u()) {
|
|
4571
4571
|
var element = tmp0_iterator_0.w();
|
|
4572
4572
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>.<anonymous>' call
|
|
4573
4573
|
// Inline function 'kotlin.text.split' call
|
|
4574
|
-
var list = this.
|
|
4574
|
+
var list = this.z35_1.o9(element, 0);
|
|
4575
4575
|
addAll(destination_0, list);
|
|
4576
4576
|
}
|
|
4577
|
-
var tmp$ret$4 = item.
|
|
4577
|
+
var tmp$ret$4 = item.q36(VOID, destination_0);
|
|
4578
4578
|
destination.q(tmp$ret$4);
|
|
4579
4579
|
}
|
|
4580
4580
|
tmp_0 = destination;
|
|
@@ -4583,27 +4583,27 @@
|
|
|
4583
4583
|
} else {
|
|
4584
4584
|
if (v instanceof Sourced) {
|
|
4585
4585
|
// Inline function 'kotlin.collections.map' call
|
|
4586
|
-
var this_1 = v.
|
|
4586
|
+
var this_1 = v.g35_1;
|
|
4587
4587
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4588
4588
|
var destination_1 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_1, 10));
|
|
4589
4589
|
var tmp0_iterator_1 = this_1.t();
|
|
4590
4590
|
while (tmp0_iterator_1.u()) {
|
|
4591
4591
|
var item_0 = tmp0_iterator_1.w();
|
|
4592
4592
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>' call
|
|
4593
|
-
var tmp$ret$7 = new Invocation('', item_0.
|
|
4593
|
+
var tmp$ret$7 = new Invocation('', item_0.n36_1);
|
|
4594
4594
|
destination_1.q(tmp$ret$7);
|
|
4595
4595
|
}
|
|
4596
4596
|
tmp = destination_1;
|
|
4597
4597
|
} else {
|
|
4598
4598
|
if (v instanceof Envvar) {
|
|
4599
4599
|
var tmp_1;
|
|
4600
|
-
if (this.
|
|
4601
|
-
tmp_1 = listOf_0(new Invocation(v.
|
|
4600
|
+
if (this.z35_1 == null) {
|
|
4601
|
+
tmp_1 = listOf_0(new Invocation(v.h35_1, listOf_0(v.i35_1)));
|
|
4602
4602
|
} else {
|
|
4603
4603
|
// Inline function 'kotlin.text.split' call
|
|
4604
|
-
var this_2 = v.
|
|
4605
|
-
var tmp$ret$10 = this.
|
|
4606
|
-
tmp_1 = listOf_0(new Invocation(v.
|
|
4604
|
+
var this_2 = v.i35_1;
|
|
4605
|
+
var tmp$ret$10 = this.z35_1.o9(this_2, 0);
|
|
4606
|
+
tmp_1 = listOf_0(new Invocation(v.h35_1, tmp$ret$10));
|
|
4607
4607
|
}
|
|
4608
4608
|
tmp = tmp_1;
|
|
4609
4609
|
} else {
|
|
@@ -4620,39 +4620,39 @@
|
|
|
4620
4620
|
while (tmp0_iterator_2.u()) {
|
|
4621
4621
|
var item_1 = tmp0_iterator_2.w();
|
|
4622
4622
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>' call
|
|
4623
|
-
var tc = new OptionCallTransformContext(item_1.
|
|
4623
|
+
var tc = new OptionCallTransformContext(item_1.o36_1, this, context);
|
|
4624
4624
|
// Inline function 'kotlin.collections.map' call
|
|
4625
|
-
var this_3 = item_1.
|
|
4625
|
+
var this_3 = item_1.p36_1;
|
|
4626
4626
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4627
4627
|
var destination_3 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_3, 10));
|
|
4628
4628
|
var tmp0_iterator_3 = this_3.t();
|
|
4629
4629
|
while (tmp0_iterator_3.u()) {
|
|
4630
4630
|
var item_2 = tmp0_iterator_3.w();
|
|
4631
4631
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>.<anonymous>' call
|
|
4632
|
-
var tmp$ret$11 = this.
|
|
4632
|
+
var tmp$ret$11 = this.f36_1(tc, item_2);
|
|
4633
4633
|
destination_3.q(tmp$ret$11);
|
|
4634
4634
|
}
|
|
4635
|
-
var tmp$ret$14 = this.
|
|
4635
|
+
var tmp$ret$14 = this.g36_1(tc, destination_3);
|
|
4636
4636
|
destination_2.q(tmp$ret$14);
|
|
4637
4637
|
}
|
|
4638
|
-
this.
|
|
4638
|
+
this.k34(this.h36_1(tmp_2, destination_2));
|
|
4639
4639
|
};
|
|
4640
|
-
protoOf(OptionWithValuesImpl).
|
|
4641
|
-
this.
|
|
4642
|
-
thisRef.
|
|
4640
|
+
protoOf(OptionWithValuesImpl).d35 = function (thisRef, property) {
|
|
4641
|
+
this.m36_1 = inferOptionNames(this.m36_1, property.callableName);
|
|
4642
|
+
thisRef.m2v(this);
|
|
4643
4643
|
return this;
|
|
4644
4644
|
};
|
|
4645
|
-
protoOf(OptionWithValuesImpl).
|
|
4646
|
-
return this.
|
|
4645
|
+
protoOf(OptionWithValuesImpl).s34 = function (thisRef, property) {
|
|
4646
|
+
return this.d35((!(thisRef == null) ? isInterface(thisRef, ParameterHolder) : false) ? thisRef : THROW_CCE(), property);
|
|
4647
4647
|
};
|
|
4648
|
-
protoOf(OptionWithValuesImpl).
|
|
4649
|
-
this.
|
|
4648
|
+
protoOf(OptionWithValuesImpl).w33 = function (context) {
|
|
4649
|
+
this.i36_1(new OptionTransformContext(this, context), this.r2());
|
|
4650
4650
|
};
|
|
4651
|
-
protoOf(OptionWithValuesImpl).
|
|
4651
|
+
protoOf(OptionWithValuesImpl).q35 = function (transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) {
|
|
4652
4652
|
return new OptionWithValuesImpl(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, transformValue, transformEach, transformAll, validator);
|
|
4653
4653
|
};
|
|
4654
|
-
protoOf(OptionWithValuesImpl).
|
|
4655
|
-
return new OptionWithValuesImpl(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, this.
|
|
4654
|
+
protoOf(OptionWithValuesImpl).r35 = function (validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) {
|
|
4655
|
+
return new OptionWithValuesImpl(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, this.f36_1, this.g36_1, this.h36_1, validator);
|
|
4656
4656
|
};
|
|
4657
4657
|
protoOf(OptionWithValuesImpl).toString = function () {
|
|
4658
4658
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -4691,8 +4691,8 @@
|
|
|
4691
4691
|
}
|
|
4692
4692
|
return this_0.toString();
|
|
4693
4693
|
};
|
|
4694
|
-
protoOf(OptionWithValuesImpl).
|
|
4695
|
-
return this.
|
|
4694
|
+
protoOf(OptionWithValuesImpl).q34 = function (thisRef, property) {
|
|
4695
|
+
return this.e35((!(thisRef == null) ? isInterface(thisRef, ParameterHolder) : false) ? thisRef : THROW_CCE(), property);
|
|
4696
4696
|
};
|
|
4697
4697
|
function defaultEachProcessor() {
|
|
4698
4698
|
return defaultEachProcessor$lambda;
|
|
@@ -4729,14 +4729,14 @@
|
|
|
4729
4729
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
4730
4730
|
return receiver.r2();
|
|
4731
4731
|
}, function (receiver, value) {
|
|
4732
|
-
return receiver.
|
|
4732
|
+
return receiver.k34(value);
|
|
4733
4733
|
});
|
|
4734
4734
|
}
|
|
4735
4735
|
function value$factory_2() {
|
|
4736
4736
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
4737
4737
|
return receiver.r2();
|
|
4738
4738
|
}, function (receiver, value) {
|
|
4739
|
-
return receiver.
|
|
4739
|
+
return receiver.k34(value);
|
|
4740
4740
|
});
|
|
4741
4741
|
}
|
|
4742
4742
|
function default_0(_this__u8e3s4, value, defaultForHelp) {
|
|
@@ -4746,7 +4746,7 @@
|
|
|
4746
4746
|
function transformAll(_this__u8e3s4, defaultForHelp, showAsRequired, transform) {
|
|
4747
4747
|
var tmp;
|
|
4748
4748
|
if (defaultForHelp === VOID) {
|
|
4749
|
-
var tmp_0 = _this__u8e3s4.
|
|
4749
|
+
var tmp_0 = _this__u8e3s4.x2w();
|
|
4750
4750
|
tmp = tmp_0.x2('default');
|
|
4751
4751
|
} else {
|
|
4752
4752
|
tmp = defaultForHelp;
|
|
@@ -4755,7 +4755,7 @@
|
|
|
4755
4755
|
var tmp_1;
|
|
4756
4756
|
if (showAsRequired === VOID) {
|
|
4757
4757
|
// Inline function 'kotlin.collections.contains' call
|
|
4758
|
-
var this_0 = _this__u8e3s4.
|
|
4758
|
+
var this_0 = _this__u8e3s4.x2w();
|
|
4759
4759
|
// Inline function 'kotlin.collections.containsKey' call
|
|
4760
4760
|
var key = 'required';
|
|
4761
4761
|
tmp_1 = (isInterface(this_0, Map) ? this_0 : THROW_CCE()).u2(key);
|
|
@@ -4763,7 +4763,7 @@
|
|
|
4763
4763
|
tmp_1 = showAsRequired;
|
|
4764
4764
|
}
|
|
4765
4765
|
showAsRequired = tmp_1;
|
|
4766
|
-
var tags = toMutableMap(_this__u8e3s4.
|
|
4766
|
+
var tags = toMutableMap(_this__u8e3s4.x2w());
|
|
4767
4767
|
if (showAsRequired) {
|
|
4768
4768
|
// Inline function 'kotlin.collections.set' call
|
|
4769
4769
|
var key_0 = 'required';
|
|
@@ -4777,7 +4777,7 @@
|
|
|
4777
4777
|
} else {
|
|
4778
4778
|
tags.o2('default');
|
|
4779
4779
|
}
|
|
4780
|
-
return _this__u8e3s4.
|
|
4780
|
+
return _this__u8e3s4.x34(_this__u8e3s4.u34(), _this__u8e3s4.v34(), transform, defaultValidator_0(), VOID, VOID, VOID, VOID, VOID, tags);
|
|
4781
4781
|
}
|
|
4782
4782
|
function required(_this__u8e3s4) {
|
|
4783
4783
|
return transformAll(_this__u8e3s4, VOID, true, required$lambda);
|
|
@@ -4792,7 +4792,7 @@
|
|
|
4792
4792
|
var tmp0_elvis_lhs = lastOrNull(it);
|
|
4793
4793
|
var tmp;
|
|
4794
4794
|
if (tmp0_elvis_lhs == null) {
|
|
4795
|
-
throw new MissingOption($this$transformAll.
|
|
4795
|
+
throw new MissingOption($this$transformAll.b2v_1);
|
|
4796
4796
|
} else {
|
|
4797
4797
|
tmp = tmp0_elvis_lhs;
|
|
4798
4798
|
}
|
|
@@ -4820,34 +4820,34 @@
|
|
|
4820
4820
|
var message_1 = 'Cannot set nvalues = 1. Use convert() instead.';
|
|
4821
4821
|
throw IllegalArgumentException_init_$Create$(toString_0(message_1));
|
|
4822
4822
|
}
|
|
4823
|
-
var tmp = _this__u8e3s4.
|
|
4823
|
+
var tmp = _this__u8e3s4.u34();
|
|
4824
4824
|
var tmp_0 = defaultAllProcessor_0();
|
|
4825
4825
|
var tmp_1 = defaultValidator_0();
|
|
4826
4826
|
var tmp_2;
|
|
4827
4827
|
if (nvalues.equals(numberRangeToNumber(0, 0))) {
|
|
4828
4828
|
tmp_2 = transformValues$lambda;
|
|
4829
4829
|
} else {
|
|
4830
|
-
tmp_2 = _this__u8e3s4.
|
|
4830
|
+
tmp_2 = _this__u8e3s4.n35();
|
|
4831
4831
|
}
|
|
4832
|
-
return _this__u8e3s4.
|
|
4832
|
+
return _this__u8e3s4.x34(tmp, transform, tmp_0, tmp_1, VOID, tmp_2, nvalues);
|
|
4833
4833
|
}
|
|
4834
4834
|
function transformValues$lambda($this$null) {
|
|
4835
4835
|
return null;
|
|
4836
4836
|
}
|
|
4837
4837
|
function HelpTransformContext(context) {
|
|
4838
|
-
this.
|
|
4838
|
+
this.r36_1 = context;
|
|
4839
4839
|
}
|
|
4840
4840
|
protoOf(HelpTransformContext).uc = function () {
|
|
4841
|
-
return this.
|
|
4841
|
+
return this.r36_1;
|
|
4842
4842
|
};
|
|
4843
|
-
protoOf(HelpTransformContext).
|
|
4843
|
+
protoOf(HelpTransformContext).z33 = function (message) {
|
|
4844
4844
|
throw new UsageError(message);
|
|
4845
4845
|
};
|
|
4846
4846
|
protoOf(HelpTransformContext).toString = function () {
|
|
4847
|
-
return 'HelpTransformContext(context=' + this.
|
|
4847
|
+
return 'HelpTransformContext(context=' + this.r36_1 + ')';
|
|
4848
4848
|
};
|
|
4849
4849
|
protoOf(HelpTransformContext).hashCode = function () {
|
|
4850
|
-
return hashCode(this.
|
|
4850
|
+
return hashCode(this.r36_1);
|
|
4851
4851
|
};
|
|
4852
4852
|
protoOf(HelpTransformContext).equals = function (other) {
|
|
4853
4853
|
if (this === other)
|
|
@@ -4855,7 +4855,7 @@
|
|
|
4855
4855
|
if (!(other instanceof HelpTransformContext))
|
|
4856
4856
|
return false;
|
|
4857
4857
|
var tmp0_other_with_cast = other instanceof HelpTransformContext ? other : THROW_CCE();
|
|
4858
|
-
if (!equals(this.
|
|
4858
|
+
if (!equals(this.r36_1, tmp0_other_with_cast.r36_1))
|
|
4859
4859
|
return false;
|
|
4860
4860
|
return true;
|
|
4861
4861
|
};
|
|
@@ -4868,10 +4868,10 @@
|
|
|
4868
4868
|
var tmp = defaultEachProcessor();
|
|
4869
4869
|
var tmp_0 = defaultAllProcessor_0();
|
|
4870
4870
|
var tmp_1 = defaultValidator_0();
|
|
4871
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
4871
|
+
var tmp0_elvis_lhs = _this__u8e3s4.n35();
|
|
4872
4872
|
var tmp_2 = tmp0_elvis_lhs == null ? metavar_0 : tmp0_elvis_lhs;
|
|
4873
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
4874
|
-
return _this__u8e3s4.
|
|
4873
|
+
var tmp1_elvis_lhs = _this__u8e3s4.m35();
|
|
4874
|
+
return _this__u8e3s4.x34(valueTransform, tmp, tmp_0, tmp_1, VOID, tmp_2, VOID, VOID, VOID, VOID, VOID, VOID, VOID, tmp1_elvis_lhs == null ? null : tmp1_elvis_lhs);
|
|
4875
4875
|
}
|
|
4876
4876
|
function valueToBool(_this__u8e3s4, value) {
|
|
4877
4877
|
// Inline function 'kotlin.text.lowercase' call
|
|
@@ -4895,7 +4895,7 @@
|
|
|
4895
4895
|
tmp = false;
|
|
4896
4896
|
break;
|
|
4897
4897
|
default:
|
|
4898
|
-
_this__u8e3s4.
|
|
4898
|
+
_this__u8e3s4.z33(_this__u8e3s4.uc().d2u_1.l31(value));
|
|
4899
4899
|
break;
|
|
4900
4900
|
}
|
|
4901
4901
|
return tmp;
|
|
@@ -4910,18 +4910,18 @@
|
|
|
4910
4910
|
var tmp;
|
|
4911
4911
|
try {
|
|
4912
4912
|
// Inline function 'com.github.ajalt.clikt.parameters.types.boolean.<anonymous>' call
|
|
4913
|
-
var it_0 = $this.
|
|
4913
|
+
var it_0 = $this.u34()($this$null, it);
|
|
4914
4914
|
tmp = valueToBool($this$null, it_0);
|
|
4915
4915
|
} catch ($p) {
|
|
4916
4916
|
var tmp_0;
|
|
4917
4917
|
if ($p instanceof UsageError) {
|
|
4918
4918
|
var err = $p;
|
|
4919
4919
|
var tmp_1 = err;
|
|
4920
|
-
var tmp0_elvis_lhs = err.
|
|
4920
|
+
var tmp0_elvis_lhs = err.m2x_1;
|
|
4921
4921
|
var tmp_2;
|
|
4922
4922
|
if (tmp0_elvis_lhs == null) {
|
|
4923
4923
|
// Inline function 'kotlin.takeUnless' call
|
|
4924
|
-
var this_0 = $this$null.
|
|
4924
|
+
var this_0 = $this$null.z34_1;
|
|
4925
4925
|
// Inline function 'kotlin.contracts.contract' call
|
|
4926
4926
|
var tmp_3;
|
|
4927
4927
|
// Inline function 'com.github.ajalt.clikt.parameters.options.convert.<anonymous>.<anonymous>' call
|
|
@@ -4936,13 +4936,13 @@
|
|
|
4936
4936
|
tmp_2 = tmp0_elvis_lhs;
|
|
4937
4937
|
}
|
|
4938
4938
|
var tmp1_elvis_lhs = tmp_2;
|
|
4939
|
-
tmp_1.
|
|
4939
|
+
tmp_1.m2x_1 = tmp1_elvis_lhs == null ? longestName($this$null.a35_1) : tmp1_elvis_lhs;
|
|
4940
4940
|
throw err;
|
|
4941
4941
|
} else {
|
|
4942
4942
|
if ($p instanceof Exception) {
|
|
4943
4943
|
var err_0 = $p;
|
|
4944
4944
|
var tmp2_elvis_lhs = err_0.message;
|
|
4945
|
-
$this$null.
|
|
4945
|
+
$this$null.z33(tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
4946
4946
|
} else {
|
|
4947
4947
|
throw $p;
|
|
4948
4948
|
}
|
|
@@ -4953,23 +4953,23 @@
|
|
|
4953
4953
|
};
|
|
4954
4954
|
}
|
|
4955
4955
|
function Invocation(name, values) {
|
|
4956
|
-
this.
|
|
4957
|
-
this.
|
|
4956
|
+
this.o36_1 = name;
|
|
4957
|
+
this.p36_1 = values;
|
|
4958
4958
|
}
|
|
4959
|
-
protoOf(Invocation).
|
|
4959
|
+
protoOf(Invocation).s36 = function (name, values) {
|
|
4960
4960
|
return new Invocation(name, values);
|
|
4961
4961
|
};
|
|
4962
|
-
protoOf(Invocation).
|
|
4963
|
-
name = name === VOID ? this.
|
|
4964
|
-
values = values === VOID ? this.
|
|
4965
|
-
return $super === VOID ? this.
|
|
4962
|
+
protoOf(Invocation).q36 = function (name, values, $super) {
|
|
4963
|
+
name = name === VOID ? this.o36_1 : name;
|
|
4964
|
+
values = values === VOID ? this.p36_1 : values;
|
|
4965
|
+
return $super === VOID ? this.s36(name, values) : $super.s36.call(this, name, values);
|
|
4966
4966
|
};
|
|
4967
4967
|
protoOf(Invocation).toString = function () {
|
|
4968
|
-
return 'Invocation(name=' + this.
|
|
4968
|
+
return 'Invocation(name=' + this.o36_1 + ', values=' + this.p36_1 + ')';
|
|
4969
4969
|
};
|
|
4970
4970
|
protoOf(Invocation).hashCode = function () {
|
|
4971
|
-
var result = getStringHashCode(this.
|
|
4972
|
-
result = imul(result, 31) + hashCode(this.
|
|
4971
|
+
var result = getStringHashCode(this.o36_1);
|
|
4972
|
+
result = imul(result, 31) + hashCode(this.p36_1) | 0;
|
|
4973
4973
|
return result;
|
|
4974
4974
|
};
|
|
4975
4975
|
protoOf(Invocation).equals = function (other) {
|
|
@@ -4978,18 +4978,18 @@
|
|
|
4978
4978
|
if (!(other instanceof Invocation))
|
|
4979
4979
|
return false;
|
|
4980
4980
|
var tmp0_other_with_cast = other instanceof Invocation ? other : THROW_CCE();
|
|
4981
|
-
if (!(this.
|
|
4981
|
+
if (!(this.o36_1 === tmp0_other_with_cast.o36_1))
|
|
4982
4982
|
return false;
|
|
4983
|
-
if (!equals(this.
|
|
4983
|
+
if (!equals(this.p36_1, tmp0_other_with_cast.p36_1))
|
|
4984
4984
|
return false;
|
|
4985
4985
|
return true;
|
|
4986
4986
|
};
|
|
4987
4987
|
function parse($this, argv, context, canRun) {
|
|
4988
4988
|
var tokens = argv;
|
|
4989
|
-
var command = context.
|
|
4990
|
-
var aliases = command.
|
|
4989
|
+
var command = context.q2t_1;
|
|
4990
|
+
var aliases = command.p2u();
|
|
4991
4991
|
// Inline function 'kotlin.collections.associateBy' call
|
|
4992
|
-
var this_0 = command.
|
|
4992
|
+
var this_0 = command.f2t_1;
|
|
4993
4993
|
var capacity = coerceAtLeast(mapCapacity(collectionSizeOrDefault(this_0, 10)), 16);
|
|
4994
4994
|
// Inline function 'kotlin.collections.associateByTo' call
|
|
4995
4995
|
var destination = LinkedHashMap_init_$Create$(capacity);
|
|
@@ -4997,7 +4997,7 @@
|
|
|
4997
4997
|
while (tmp0_iterator.u()) {
|
|
4998
4998
|
var element = tmp0_iterator.w();
|
|
4999
4999
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5000
|
-
var tmp$ret$0 = element.
|
|
5000
|
+
var tmp$ret$0 = element.c2t_1;
|
|
5001
5001
|
destination.n2(tmp$ret$0, element);
|
|
5002
5002
|
}
|
|
5003
5003
|
var subcommands = destination;
|
|
@@ -5005,7 +5005,7 @@
|
|
|
5005
5005
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
5006
5006
|
var optionsByName = LinkedHashMap_init_$Create$_0();
|
|
5007
5007
|
// Inline function 'kotlin.collections.find' call
|
|
5008
|
-
var this_1 = command.
|
|
5008
|
+
var this_1 = command.g2t_1;
|
|
5009
5009
|
var tmp$ret$5;
|
|
5010
5010
|
$l$block: {
|
|
5011
5011
|
// Inline function 'kotlin.collections.firstOrNull' call
|
|
@@ -5013,7 +5013,7 @@
|
|
|
5013
5013
|
while (tmp0_iterator_0.u()) {
|
|
5014
5014
|
var element_0 = tmp0_iterator_0.w();
|
|
5015
5015
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5016
|
-
if (element_0.
|
|
5016
|
+
if (element_0.l2v()) {
|
|
5017
5017
|
tmp$ret$5 = element_0;
|
|
5018
5018
|
break $l$block;
|
|
5019
5019
|
}
|
|
@@ -5021,7 +5021,7 @@
|
|
|
5021
5021
|
tmp$ret$5 = null;
|
|
5022
5022
|
}
|
|
5023
5023
|
var numberOption = tmp$ret$5;
|
|
5024
|
-
var arguments_0 = command.
|
|
5024
|
+
var arguments_0 = command.h2t_1;
|
|
5025
5025
|
// Inline function 'kotlin.collections.mutableSetOf' call
|
|
5026
5026
|
var prefixes = LinkedHashSet_init_$Create$();
|
|
5027
5027
|
// Inline function 'kotlin.collections.mutableSetOf' call
|
|
@@ -5029,11 +5029,11 @@
|
|
|
5029
5029
|
var tmp$ret$10;
|
|
5030
5030
|
$l$block_0: {
|
|
5031
5031
|
// Inline function 'kotlin.sequences.any' call
|
|
5032
|
-
var tmp0_iterator_1 = context.
|
|
5032
|
+
var tmp0_iterator_1 = context.z2u().t();
|
|
5033
5033
|
while (tmp0_iterator_1.u()) {
|
|
5034
5034
|
var element_1 = tmp0_iterator_1.w();
|
|
5035
5035
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5036
|
-
if (element_1.
|
|
5036
|
+
if (element_1.q2t_1.z2s_1) {
|
|
5037
5037
|
tmp$ret$10 = true;
|
|
5038
5038
|
break $l$block_0;
|
|
5039
5039
|
}
|
|
@@ -5045,24 +5045,24 @@
|
|
|
5045
5045
|
var positionalArgs = ArrayList_init_$Create$();
|
|
5046
5046
|
var subcommand = null;
|
|
5047
5047
|
var canParseOptions = true;
|
|
5048
|
-
var canExpandAtFiles = context.
|
|
5048
|
+
var canExpandAtFiles = context.u2w();
|
|
5049
5049
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5050
5050
|
var invocations = ArrayList_init_$Create$();
|
|
5051
5051
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
5052
5052
|
var errors = ArrayList_init_$Create$();
|
|
5053
5053
|
var i = {_v: 0};
|
|
5054
5054
|
var minAliasI = 0;
|
|
5055
|
-
var tmp0_iterator_2 = command.
|
|
5055
|
+
var tmp0_iterator_2 = command.g2t_1.t();
|
|
5056
5056
|
while (tmp0_iterator_2.u()) {
|
|
5057
5057
|
var option = tmp0_iterator_2.w();
|
|
5058
5058
|
// Inline function 'kotlin.require' call
|
|
5059
5059
|
var tmp;
|
|
5060
5060
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
5061
|
-
if (!option.
|
|
5061
|
+
if (!option.n2t().a1()) {
|
|
5062
5062
|
tmp = true;
|
|
5063
5063
|
} else {
|
|
5064
5064
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
5065
|
-
tmp = !option.
|
|
5065
|
+
tmp = !option.o2t().a1();
|
|
5066
5066
|
}
|
|
5067
5067
|
// Inline function 'kotlin.contracts.contract' call
|
|
5068
5068
|
if (!tmp) {
|
|
@@ -5072,12 +5072,12 @@
|
|
|
5072
5072
|
}
|
|
5073
5073
|
// Inline function 'kotlin.require' call
|
|
5074
5074
|
// Inline function 'kotlin.contracts.contract' call
|
|
5075
|
-
if (!(option.
|
|
5075
|
+
if (!(option.a2x() ? true : option.n2u().ua_1 <= 1)) {
|
|
5076
5076
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5077
5077
|
var message_0 = 'acceptsUnattachedValue must be true if the option accepts more than one value';
|
|
5078
5078
|
throw IllegalArgumentException_init_$Create$(toString_0(message_0));
|
|
5079
5079
|
}
|
|
5080
|
-
var tmp1_iterator = plus(option.
|
|
5080
|
+
var tmp1_iterator = plus(option.n2t(), option.o2t()).t();
|
|
5081
5081
|
while (tmp1_iterator.u()) {
|
|
5082
5082
|
var name = tmp1_iterator.w();
|
|
5083
5083
|
// Inline function 'kotlin.collections.set' call
|
|
@@ -5092,12 +5092,12 @@
|
|
|
5092
5092
|
}
|
|
5093
5093
|
}
|
|
5094
5094
|
prefixes.r('');
|
|
5095
|
-
if (tokens.a1() ? command.
|
|
5095
|
+
if (tokens.a1() ? command.w2s_1 : false) {
|
|
5096
5096
|
throw new PrintHelpMessage(context, true);
|
|
5097
5097
|
}
|
|
5098
5098
|
loop: while (i._v <= get_lastIndex_0(tokens)) {
|
|
5099
5099
|
var tok = tokens.e1(i._v);
|
|
5100
|
-
var normTok = context.
|
|
5100
|
+
var normTok = context.x2t_1(context, tok);
|
|
5101
5101
|
var prefix = splitOptionPrefix(tok).p6_1;
|
|
5102
5102
|
var tmp_0;
|
|
5103
5103
|
if (canExpandAtFiles ? startsWith(tok, '@') : false) {
|
|
@@ -5125,8 +5125,8 @@
|
|
|
5125
5125
|
canParseOptions = false;
|
|
5126
5126
|
canExpandAtFiles = false;
|
|
5127
5127
|
} else {
|
|
5128
|
-
if (canParseOptions ? (((prefix.length > 1 ? prefixes.p(prefix) : false) ? true : longNames.p(normTok)) ? true : parse$isLongOptionWithEquals(longNames, context, optionsByName, prefix, tok)) ? true : !context.
|
|
5129
|
-
parse$consumeParse(positionalArgs, invocations, errors, context, i, i._v, parseLongOpt($this, command.
|
|
5128
|
+
if (canParseOptions ? (((prefix.length > 1 ? prefixes.p(prefix) : false) ? true : longNames.p(normTok)) ? true : parse$isLongOptionWithEquals(longNames, context, optionsByName, prefix, tok)) ? true : !context.s2t_1 : false) {
|
|
5129
|
+
parse$consumeParse(positionalArgs, invocations, errors, context, i, i._v, parseLongOpt($this, command.a2t_1, context, tokens, tok, i._v, optionsByName, subcommandNames));
|
|
5130
5130
|
} else {
|
|
5131
5131
|
var tmp_1;
|
|
5132
5132
|
var tmp_2;
|
|
@@ -5142,7 +5142,7 @@
|
|
|
5142
5142
|
tmp_1 = false;
|
|
5143
5143
|
}
|
|
5144
5144
|
if (tmp_1) {
|
|
5145
|
-
parse$consumeParse(positionalArgs, invocations, errors, context, i, i._v, parseShortOpt($this, command.
|
|
5145
|
+
parse$consumeParse(positionalArgs, invocations, errors, context, i, i._v, parseShortOpt($this, command.a2t_1, context, tokens, tok, i._v, optionsByName, numberOption, subcommandNames));
|
|
5146
5146
|
} else {
|
|
5147
5147
|
var tmp_3;
|
|
5148
5148
|
if (i._v >= minAliasI) {
|
|
@@ -5164,7 +5164,7 @@
|
|
|
5164
5164
|
i._v = i._v + 1 | 0;
|
|
5165
5165
|
break loop;
|
|
5166
5166
|
} else {
|
|
5167
|
-
if (!context.
|
|
5167
|
+
if (!context.r2t_1)
|
|
5168
5168
|
canParseOptions = false;
|
|
5169
5169
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5170
5170
|
var element_4 = to(i._v, tokens.e1(i._v));
|
|
@@ -5184,7 +5184,7 @@
|
|
|
5184
5184
|
while (tmp0_iterator_3.u()) {
|
|
5185
5185
|
var element_5 = tmp0_iterator_3.w();
|
|
5186
5186
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5187
|
-
var key = element_5.
|
|
5187
|
+
var key = element_5.t36_1;
|
|
5188
5188
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
5189
5189
|
var value = destination_0.x2(key);
|
|
5190
5190
|
var tmp_4;
|
|
@@ -5198,7 +5198,7 @@
|
|
|
5198
5198
|
}
|
|
5199
5199
|
var list = tmp_4;
|
|
5200
5200
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5201
|
-
var tmp$ret$28 = element_5.
|
|
5201
|
+
var tmp$ret$28 = element_5.w36();
|
|
5202
5202
|
list.q(tmp$ret$28);
|
|
5203
5203
|
}
|
|
5204
5204
|
var invocationsByOption = destination_0;
|
|
@@ -5209,9 +5209,9 @@
|
|
|
5209
5209
|
while (tmp0_iterator_4.u()) {
|
|
5210
5210
|
var element_6 = tmp0_iterator_4.w();
|
|
5211
5211
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5212
|
-
var tmp_5 = element_6.
|
|
5212
|
+
var tmp_5 = element_6.t36_1;
|
|
5213
5213
|
var tmp0_safe_receiver = isInterface(tmp_5, GroupableOption) ? tmp_5 : null;
|
|
5214
|
-
var key_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
5214
|
+
var key_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
5215
5215
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
5216
5216
|
var value_0 = destination_1.x2(key_0);
|
|
5217
5217
|
var tmp_6;
|
|
@@ -5247,7 +5247,7 @@
|
|
|
5247
5247
|
while (tmp0_iterator_6.u()) {
|
|
5248
5248
|
var element_8 = tmp0_iterator_6.w();
|
|
5249
5249
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>.<anonymous>' call
|
|
5250
|
-
var key_1 = element_8.
|
|
5250
|
+
var key_1 = element_8.t36_1;
|
|
5251
5251
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
5252
5252
|
var value_1 = destination_3.x2(key_1);
|
|
5253
5253
|
var tmp_8;
|
|
@@ -5261,7 +5261,7 @@
|
|
|
5261
5261
|
}
|
|
5262
5262
|
var list_1 = tmp_8;
|
|
5263
5263
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>.<anonymous>' call
|
|
5264
|
-
var tmp$ret$41 = element_8.
|
|
5264
|
+
var tmp$ret$41 = element_8.w36();
|
|
5265
5265
|
list_1.q(tmp$ret$41);
|
|
5266
5266
|
}
|
|
5267
5267
|
var result = LinkedHashMap_init_$Create$_0();
|
|
@@ -5270,7 +5270,7 @@
|
|
|
5270
5270
|
while (tmp0_iterator_7.u()) {
|
|
5271
5271
|
var entry = tmp0_iterator_7.w();
|
|
5272
5272
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>.<anonymous>' call
|
|
5273
|
-
if (!entry.q2().
|
|
5273
|
+
if (!entry.q2().z2w()) {
|
|
5274
5274
|
result.n2(entry.q2(), entry.r2());
|
|
5275
5275
|
}
|
|
5276
5276
|
}
|
|
@@ -5279,16 +5279,16 @@
|
|
|
5279
5279
|
var invocationsByOptionByGroup = destination_2;
|
|
5280
5280
|
// Inline function 'kotlin.collections.filter' call
|
|
5281
5281
|
// Inline function 'kotlin.collections.filterTo' call
|
|
5282
|
-
var this_2 = command.
|
|
5282
|
+
var this_2 = command.g2t_1;
|
|
5283
5283
|
var destination_4 = ArrayList_init_$Create$();
|
|
5284
5284
|
var tmp0_iterator_8 = this_2.t();
|
|
5285
5285
|
while (tmp0_iterator_8.u()) {
|
|
5286
5286
|
var element_9 = tmp0_iterator_8.w();
|
|
5287
5287
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5288
5288
|
var tmp_9;
|
|
5289
|
-
if (!element_9.
|
|
5289
|
+
if (!element_9.z2w()) {
|
|
5290
5290
|
var tmp0_safe_receiver_0 = isInterface(element_9, GroupableOption) ? element_9 : null;
|
|
5291
|
-
tmp_9 = (tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
5291
|
+
tmp_9 = (tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.b2x()) == null;
|
|
5292
5292
|
} else {
|
|
5293
5293
|
tmp_9 = false;
|
|
5294
5294
|
}
|
|
@@ -5316,16 +5316,16 @@
|
|
|
5316
5316
|
} catch ($p) {
|
|
5317
5317
|
if ($p instanceof UsageError) {
|
|
5318
5318
|
var e = $p;
|
|
5319
|
-
e.
|
|
5319
|
+
e.o2x(context);
|
|
5320
5320
|
throw e;
|
|
5321
5321
|
} else {
|
|
5322
5322
|
throw $p;
|
|
5323
5323
|
}
|
|
5324
5324
|
}
|
|
5325
5325
|
if (!(subcommand == null)) {
|
|
5326
|
-
var nextTokens = parse($this, drop_0(tokens, i._v), subcommand.
|
|
5326
|
+
var nextTokens = parse($this, drop_0(tokens, i._v), subcommand.m2t(), true);
|
|
5327
5327
|
var tmp_11;
|
|
5328
|
-
if (command.
|
|
5328
|
+
if (command.z2s_1) {
|
|
5329
5329
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
5330
5330
|
tmp_11 = !nextTokens.a1();
|
|
5331
5331
|
} else {
|
|
@@ -5337,7 +5337,7 @@
|
|
|
5337
5337
|
return nextTokens;
|
|
5338
5338
|
}
|
|
5339
5339
|
}finally {
|
|
5340
|
-
context.
|
|
5340
|
+
context.t2w();
|
|
5341
5341
|
}
|
|
5342
5342
|
return drop_0(tokens, i._v);
|
|
5343
5343
|
}
|
|
@@ -5353,13 +5353,13 @@
|
|
|
5353
5353
|
var o = element.q2();
|
|
5354
5354
|
// Inline function 'kotlin.collections.component2' call
|
|
5355
5355
|
var inv = element.r2();
|
|
5356
|
-
if (o.
|
|
5357
|
-
o.
|
|
5358
|
-
o.
|
|
5356
|
+
if (o.z2w()) {
|
|
5357
|
+
o.g30(context, inv);
|
|
5358
|
+
o.w33(context);
|
|
5359
5359
|
}
|
|
5360
5360
|
}
|
|
5361
5361
|
var argsParseResult = parseArguments($this, nextArgvI, positionalArgs, arguments_0);
|
|
5362
|
-
var tmp0_safe_receiver = argsParseResult.
|
|
5362
|
+
var tmp0_safe_receiver = argsParseResult.z36_1;
|
|
5363
5363
|
if (tmp0_safe_receiver == null)
|
|
5364
5364
|
null;
|
|
5365
5365
|
else {
|
|
@@ -5367,9 +5367,9 @@
|
|
|
5367
5367
|
// Inline function 'kotlin.contracts.contract' call
|
|
5368
5368
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5369
5369
|
errors.q(tmp0_safe_receiver);
|
|
5370
|
-
context.
|
|
5370
|
+
context.i2u_1 = true;
|
|
5371
5371
|
}
|
|
5372
|
-
var excessResult = handleExcessArguments($this, argsParseResult.
|
|
5372
|
+
var excessResult = handleExcessArguments($this, argsParseResult.x36_1, hasMultipleSubAncestor, nextArgvI, tokens, subcommands, positionalArgs, context);
|
|
5373
5373
|
var tmp1_safe_receiver = excessResult.q6_1;
|
|
5374
5374
|
if (tmp1_safe_receiver == null)
|
|
5375
5375
|
null;
|
|
@@ -5378,7 +5378,7 @@
|
|
|
5378
5378
|
// Inline function 'kotlin.contracts.contract' call
|
|
5379
5379
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5380
5380
|
errors.q(tmp1_safe_receiver);
|
|
5381
|
-
context.
|
|
5381
|
+
context.i2u_1 = true;
|
|
5382
5382
|
}
|
|
5383
5383
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5384
5384
|
// Inline function 'kotlin.collections.sortedBy' call
|
|
@@ -5390,7 +5390,7 @@
|
|
|
5390
5390
|
while (tmp0_iterator_0.u()) {
|
|
5391
5391
|
var element_0 = tmp0_iterator_0.w();
|
|
5392
5392
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5393
|
-
if (element_0.
|
|
5393
|
+
if (element_0.c37_1) {
|
|
5394
5394
|
destination.q(element_0);
|
|
5395
5395
|
}
|
|
5396
5396
|
}
|
|
@@ -5412,7 +5412,7 @@
|
|
|
5412
5412
|
while (tmp0_iterator_1.u()) {
|
|
5413
5413
|
var item = tmp0_iterator_1.w();
|
|
5414
5414
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5415
|
-
var tmp$ret$13 = item.
|
|
5415
|
+
var tmp$ret$13 = item.a37_1;
|
|
5416
5416
|
destination_0.q(tmp$ret$13);
|
|
5417
5417
|
}
|
|
5418
5418
|
var usageErrors = destination_0;
|
|
@@ -5420,18 +5420,18 @@
|
|
|
5420
5420
|
// Inline function 'com.github.ajalt.clikt.parsers.gatherErrors' call
|
|
5421
5421
|
try {
|
|
5422
5422
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5423
|
-
finalizeParameters(context, ungroupedOptions, command.
|
|
5423
|
+
finalizeParameters(context, ungroupedOptions, command.i2t_1, invocationsByOptionByGroup, argsParseResult.y36_1);
|
|
5424
5424
|
} catch ($p) {
|
|
5425
5425
|
if ($p instanceof UsageError) {
|
|
5426
5426
|
var e = $p;
|
|
5427
5427
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5428
5428
|
usageErrors.q(e);
|
|
5429
|
-
context.
|
|
5429
|
+
context.i2u_1 = true;
|
|
5430
5430
|
} else {
|
|
5431
5431
|
throw $p;
|
|
5432
5432
|
}
|
|
5433
5433
|
}
|
|
5434
|
-
var tmp2_safe_receiver = Companion_instance_1.
|
|
5434
|
+
var tmp2_safe_receiver = Companion_instance_1.t2x(usageErrors);
|
|
5435
5435
|
if (tmp2_safe_receiver == null)
|
|
5436
5436
|
null;
|
|
5437
5437
|
else {
|
|
@@ -5447,59 +5447,59 @@
|
|
|
5447
5447
|
// Inline function 'com.github.ajalt.clikt.parsers.gatherErrors' call
|
|
5448
5448
|
try {
|
|
5449
5449
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>.<anonymous>' call
|
|
5450
|
-
element_1.
|
|
5450
|
+
element_1.w33(context);
|
|
5451
5451
|
} catch ($p) {
|
|
5452
5452
|
if ($p instanceof UsageError) {
|
|
5453
5453
|
var e_0 = $p;
|
|
5454
5454
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5455
5455
|
usageErrors.q(e_0);
|
|
5456
|
-
context.
|
|
5456
|
+
context.i2u_1 = true;
|
|
5457
5457
|
} else {
|
|
5458
5458
|
throw $p;
|
|
5459
5459
|
}
|
|
5460
5460
|
}
|
|
5461
5461
|
}
|
|
5462
5462
|
// Inline function 'kotlin.collections.forEach' call
|
|
5463
|
-
var tmp0_iterator_3 = command.
|
|
5463
|
+
var tmp0_iterator_3 = command.i2t_1.t();
|
|
5464
5464
|
while (tmp0_iterator_3.u()) {
|
|
5465
5465
|
var element_2 = tmp0_iterator_3.w();
|
|
5466
5466
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5467
5467
|
// Inline function 'com.github.ajalt.clikt.parsers.gatherErrors' call
|
|
5468
5468
|
try {
|
|
5469
5469
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>.<anonymous>' call
|
|
5470
|
-
element_2.
|
|
5470
|
+
element_2.w33(context);
|
|
5471
5471
|
} catch ($p) {
|
|
5472
5472
|
if ($p instanceof UsageError) {
|
|
5473
5473
|
var e_1 = $p;
|
|
5474
5474
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5475
5475
|
usageErrors.q(e_1);
|
|
5476
|
-
context.
|
|
5476
|
+
context.i2u_1 = true;
|
|
5477
5477
|
} else {
|
|
5478
5478
|
throw $p;
|
|
5479
5479
|
}
|
|
5480
5480
|
}
|
|
5481
5481
|
}
|
|
5482
5482
|
// Inline function 'kotlin.collections.forEach' call
|
|
5483
|
-
var tmp0_iterator_4 = command.
|
|
5483
|
+
var tmp0_iterator_4 = command.h2t_1.t();
|
|
5484
5484
|
while (tmp0_iterator_4.u()) {
|
|
5485
5485
|
var element_3 = tmp0_iterator_4.w();
|
|
5486
5486
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5487
5487
|
// Inline function 'com.github.ajalt.clikt.parsers.gatherErrors' call
|
|
5488
5488
|
try {
|
|
5489
5489
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>.<anonymous>' call
|
|
5490
|
-
element_3.
|
|
5490
|
+
element_3.w33(context);
|
|
5491
5491
|
} catch ($p) {
|
|
5492
5492
|
if ($p instanceof UsageError) {
|
|
5493
5493
|
var e_2 = $p;
|
|
5494
5494
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5495
5495
|
usageErrors.q(e_2);
|
|
5496
|
-
context.
|
|
5496
|
+
context.i2u_1 = true;
|
|
5497
5497
|
} else {
|
|
5498
5498
|
throw $p;
|
|
5499
5499
|
}
|
|
5500
5500
|
}
|
|
5501
5501
|
}
|
|
5502
|
-
var tmp3_safe_receiver = Companion_instance_1.
|
|
5502
|
+
var tmp3_safe_receiver = Companion_instance_1.t2x(usageErrors);
|
|
5503
5503
|
if (tmp3_safe_receiver == null)
|
|
5504
5504
|
null;
|
|
5505
5505
|
else {
|
|
@@ -5516,22 +5516,22 @@
|
|
|
5516
5516
|
tmp_2 = false;
|
|
5517
5517
|
}
|
|
5518
5518
|
if (tmp_2) {
|
|
5519
|
-
tmp_1 = !command.
|
|
5519
|
+
tmp_1 = !command.v2s_1;
|
|
5520
5520
|
} else {
|
|
5521
5521
|
tmp_1 = false;
|
|
5522
5522
|
}
|
|
5523
5523
|
if (tmp_1) {
|
|
5524
5524
|
throw new PrintHelpMessage(context, true);
|
|
5525
5525
|
}
|
|
5526
|
-
command.
|
|
5527
|
-
if (command.
|
|
5528
|
-
var tmp4_iterator = command.
|
|
5526
|
+
command.m2t().h2u_1 = subcommand;
|
|
5527
|
+
if (command.m2t().u2t_1) {
|
|
5528
|
+
var tmp4_iterator = command.j2v().t();
|
|
5529
5529
|
while (tmp4_iterator.u()) {
|
|
5530
5530
|
var warning = tmp4_iterator.w();
|
|
5531
|
-
get_terminal(command).
|
|
5531
|
+
get_terminal(command).a2q(warning, VOID, VOID, VOID, VOID, true);
|
|
5532
5532
|
}
|
|
5533
5533
|
}
|
|
5534
|
-
command.
|
|
5534
|
+
command.a2w();
|
|
5535
5535
|
return nextArgvI;
|
|
5536
5536
|
}
|
|
5537
5537
|
function handleExcessArguments($this, excess, hasMultipleSubAncestor, i, tokens, subcommands, positionalArgs, context) {
|
|
@@ -5549,7 +5549,7 @@
|
|
|
5549
5549
|
}
|
|
5550
5550
|
if (tmp_0) {
|
|
5551
5551
|
var actual = last(positionalArgs).q6_1;
|
|
5552
|
-
throw new NoSuchSubcommand(actual, context.
|
|
5552
|
+
throw new NoSuchSubcommand(actual, context.c2u_1(actual, toList_1(subcommands.l2())));
|
|
5553
5553
|
} else {
|
|
5554
5554
|
tmp = to(-1, new Err(excessArgsError($this, positionalArgs, excess, context), i, false));
|
|
5555
5555
|
}
|
|
@@ -5576,7 +5576,7 @@
|
|
|
5576
5576
|
var tmp0_container = tmp;
|
|
5577
5577
|
var name = tmp0_container.r6();
|
|
5578
5578
|
var attachedValue = tmp0_container.s6();
|
|
5579
|
-
name = context.
|
|
5579
|
+
name = context.x2t_1(context, name);
|
|
5580
5580
|
var tmp1_elvis_lhs = optionsByName.x2(name);
|
|
5581
5581
|
var tmp_1;
|
|
5582
5582
|
if (tmp1_elvis_lhs == null) {
|
|
@@ -5593,11 +5593,11 @@
|
|
|
5593
5593
|
while (tmp0_iterator.u()) {
|
|
5594
5594
|
var element = tmp0_iterator.w();
|
|
5595
5595
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parseLongOpt.<anonymous>' call
|
|
5596
|
-
if (!element.r2().
|
|
5596
|
+
if (!element.r2().l2u()) {
|
|
5597
5597
|
destination.n2(element.q2(), element.r2());
|
|
5598
5598
|
}
|
|
5599
5599
|
}
|
|
5600
|
-
var possibilities = context.
|
|
5600
|
+
var possibilities = context.c2u_1(tmp_3, toList_1(destination.l2()));
|
|
5601
5601
|
return new OptParseResult(1, VOID, VOID, new Err(new NoSuchOption(name, possibilities), index));
|
|
5602
5602
|
}
|
|
5603
5603
|
} else {
|
|
@@ -5612,7 +5612,7 @@
|
|
|
5612
5612
|
if (!(attachedValue == null)) {
|
|
5613
5613
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5614
5614
|
values.q(attachedValue);
|
|
5615
|
-
} else if (!option.
|
|
5615
|
+
} else if (!option.a2x()) {
|
|
5616
5616
|
return OptParseResult_init_$Create$_0(1, option, name, emptyList());
|
|
5617
5617
|
}
|
|
5618
5618
|
var inductionVariable = index + 1 | 0;
|
|
@@ -5622,10 +5622,10 @@
|
|
|
5622
5622
|
var i = inductionVariable;
|
|
5623
5623
|
inductionVariable = inductionVariable + 1 | 0;
|
|
5624
5624
|
var tok = tokens.e1(i);
|
|
5625
|
-
if (values.n() >= option.
|
|
5625
|
+
if (values.n() >= option.n2u().ua_1)
|
|
5626
5626
|
break $l$loop_0;
|
|
5627
5627
|
var tmp;
|
|
5628
|
-
if (values.n() >= option.
|
|
5628
|
+
if (values.n() >= option.n2u().ta_1) {
|
|
5629
5629
|
var tmp_0;
|
|
5630
5630
|
var tmp_1;
|
|
5631
5631
|
var tmp_2;
|
|
@@ -5666,7 +5666,7 @@
|
|
|
5666
5666
|
}
|
|
5667
5667
|
while (!(i === last));
|
|
5668
5668
|
var consumed = values.n() + (attachedValue == null ? 1 : 0) | 0;
|
|
5669
|
-
var progression = option.
|
|
5669
|
+
var progression = option.n2u();
|
|
5670
5670
|
var containsLower = progression.ta_1;
|
|
5671
5671
|
var containsUpper = progression.ua_1;
|
|
5672
5672
|
var containsArg = values.n();
|
|
@@ -5712,7 +5712,7 @@
|
|
|
5712
5712
|
inductionVariable_0 = inductionVariable_0 + 1 | 0;
|
|
5713
5713
|
if (i === 0)
|
|
5714
5714
|
continue $l$loop;
|
|
5715
|
-
var name = context.
|
|
5715
|
+
var name = context.x2t_1(context, prefix + toString(opt));
|
|
5716
5716
|
var tmp2_elvis_lhs = optionsByName.x2(name);
|
|
5717
5717
|
var tmp_0;
|
|
5718
5718
|
if (tmp2_elvis_lhs == null) {
|
|
@@ -5742,10 +5742,10 @@
|
|
|
5742
5742
|
tmp_0 = tmp2_elvis_lhs;
|
|
5743
5743
|
}
|
|
5744
5744
|
var option = tmp_0;
|
|
5745
|
-
if (option.
|
|
5745
|
+
if (option.n2u().ua_1 > 0) {
|
|
5746
5746
|
var value = i < get_lastIndex(tok) ? drop(tok, i + 1 | 0) : null;
|
|
5747
5747
|
var result = parseOptValues($this, option, name, ignoreUnknown, tokens, index, value, optionsByName, subcommandNames);
|
|
5748
|
-
return result.
|
|
5748
|
+
return result.h37(VOID, VOID, plus_0(invocations, result.f37_1));
|
|
5749
5749
|
} else {
|
|
5750
5750
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5751
5751
|
var element_0 = new OptInvocation(option, name, emptyList());
|
|
@@ -5766,7 +5766,7 @@
|
|
|
5766
5766
|
$l$loop: while (tmp0_iterator.u()) {
|
|
5767
5767
|
var item = tmp0_iterator.w();
|
|
5768
5768
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parseArguments.<anonymous>' call
|
|
5769
|
-
if (!(item.
|
|
5769
|
+
if (!(item.n2u() > 0))
|
|
5770
5770
|
break $l$loop;
|
|
5771
5771
|
list.q(item);
|
|
5772
5772
|
}
|
|
@@ -5776,7 +5776,7 @@
|
|
|
5776
5776
|
var element = tmp0_iterator_0.w();
|
|
5777
5777
|
var tmp_0 = sum;
|
|
5778
5778
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parseArguments.<anonymous>' call
|
|
5779
|
-
sum = tmp_0 + element.
|
|
5779
|
+
sum = tmp_0 + element.n2u() | 0;
|
|
5780
5780
|
}
|
|
5781
5781
|
var endSize = sum;
|
|
5782
5782
|
var i = 0;
|
|
@@ -5785,15 +5785,15 @@
|
|
|
5785
5785
|
var argument = tmp0_iterator_1.w();
|
|
5786
5786
|
var remaining = positionalArgs.n() - i | 0;
|
|
5787
5787
|
var tmp_1;
|
|
5788
|
-
if (argument.
|
|
5788
|
+
if (argument.n2u() <= 0) {
|
|
5789
5789
|
// Inline function 'kotlin.comparisons.maxOf' call
|
|
5790
|
-
var a = argument.
|
|
5790
|
+
var a = argument.v33() ? 1 : 0;
|
|
5791
5791
|
var b = remaining - endSize | 0;
|
|
5792
5792
|
tmp_1 = Math.max(a, b);
|
|
5793
|
-
} else if ((argument.
|
|
5793
|
+
} else if ((argument.n2u() > 0 ? !argument.v33() : false) ? remaining === 0 : false) {
|
|
5794
5794
|
tmp_1 = 0;
|
|
5795
5795
|
} else {
|
|
5796
|
-
tmp_1 = argument.
|
|
5796
|
+
tmp_1 = argument.n2u();
|
|
5797
5797
|
}
|
|
5798
5798
|
var consumed = tmp_1;
|
|
5799
5799
|
if (consumed > remaining) {
|
|
@@ -5824,24 +5824,24 @@
|
|
|
5824
5824
|
return new ArgsParseResult(excess, toList_2(out), null);
|
|
5825
5825
|
}
|
|
5826
5826
|
function loadArgFile($this, filename, context) {
|
|
5827
|
-
return shlex(filename, ensureNotNull(context.
|
|
5827
|
+
return shlex(filename, ensureNotNull(context.z2t_1)(filename), context);
|
|
5828
5828
|
}
|
|
5829
5829
|
function excessArgsError($this, positionalArgs, excess, context) {
|
|
5830
5830
|
var tmp = takeLast(positionalArgs, excess);
|
|
5831
5831
|
var actual = joinToString(tmp, ' ', '(', ')', 3, VOID, Parser$excessArgsError$lambda);
|
|
5832
|
-
var message = excess === 1 ? context.
|
|
5832
|
+
var message = excess === 1 ? context.d2u_1.i31(actual) : context.d2u_1.j31(actual, excess);
|
|
5833
5833
|
// Inline function 'kotlin.also' call
|
|
5834
5834
|
var this_0 = new UsageError(message);
|
|
5835
5835
|
// Inline function 'kotlin.contracts.contract' call
|
|
5836
5836
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.excessArgsError.<anonymous>' call
|
|
5837
|
-
this_0.
|
|
5837
|
+
this_0.o2x(context);
|
|
5838
5838
|
return this_0;
|
|
5839
5839
|
}
|
|
5840
5840
|
function sam$kotlin_Comparator$0_2(function_0) {
|
|
5841
|
-
this.
|
|
5841
|
+
this.i37_1 = function_0;
|
|
5842
5842
|
}
|
|
5843
5843
|
protoOf(sam$kotlin_Comparator$0_2).ka = function (a, b) {
|
|
5844
|
-
return this.
|
|
5844
|
+
return this.i37_1(a, b);
|
|
5845
5845
|
};
|
|
5846
5846
|
protoOf(sam$kotlin_Comparator$0_2).compare = function (a, b) {
|
|
5847
5847
|
return this.ka(a, b);
|
|
@@ -5854,17 +5854,17 @@
|
|
|
5854
5854
|
return false;
|
|
5855
5855
|
if (prefix.length > 1)
|
|
5856
5856
|
return true;
|
|
5857
|
-
if (longNames.p($context.
|
|
5857
|
+
if (longNames.p($context.x2t_1($context, substringBefore(token, '='))))
|
|
5858
5858
|
return true;
|
|
5859
5859
|
// Inline function 'kotlin.collections.contains' call
|
|
5860
5860
|
// Inline function 'kotlin.collections.containsKey' call
|
|
5861
|
-
var key = $context.
|
|
5861
|
+
var key = $context.x2t_1($context, take(token, 2));
|
|
5862
5862
|
return !(isInterface(optionsByName, Map) ? optionsByName : THROW_CCE()).u2(key);
|
|
5863
5863
|
}
|
|
5864
5864
|
function parse$consumeParse(positionalArgs, invocations, errors, $context, i, tokenIndex, result) {
|
|
5865
5865
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5866
5866
|
// Inline function 'kotlin.collections.map' call
|
|
5867
|
-
var this_0 = result.
|
|
5867
|
+
var this_0 = result.e37_1;
|
|
5868
5868
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5869
5869
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5870
5870
|
var tmp0_iterator = this_0.t();
|
|
@@ -5876,9 +5876,9 @@
|
|
|
5876
5876
|
}
|
|
5877
5877
|
addAll(positionalArgs, destination);
|
|
5878
5878
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5879
|
-
var elements = result.
|
|
5879
|
+
var elements = result.f37_1;
|
|
5880
5880
|
addAll(invocations, elements);
|
|
5881
|
-
var tmp0_safe_receiver = result.
|
|
5881
|
+
var tmp0_safe_receiver = result.g37_1;
|
|
5882
5882
|
if (tmp0_safe_receiver == null)
|
|
5883
5883
|
null;
|
|
5884
5884
|
else {
|
|
@@ -5886,16 +5886,16 @@
|
|
|
5886
5886
|
// Inline function 'kotlin.contracts.contract' call
|
|
5887
5887
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5888
5888
|
errors.q(tmp0_safe_receiver);
|
|
5889
|
-
$context.
|
|
5889
|
+
$context.i2u_1 = true;
|
|
5890
5890
|
}
|
|
5891
|
-
i._v = i._v + result.
|
|
5891
|
+
i._v = i._v + result.d37_1 | 0;
|
|
5892
5892
|
}
|
|
5893
5893
|
function Parser$finalizeAndRun$lambda(a, b) {
|
|
5894
5894
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
5895
5895
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5896
|
-
var tmp = a.
|
|
5896
|
+
var tmp = a.b37_1;
|
|
5897
5897
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5898
|
-
var tmp$ret$1 = b.
|
|
5898
|
+
var tmp$ret$1 = b.b37_1;
|
|
5899
5899
|
return compareValues(tmp, tmp$ret$1);
|
|
5900
5900
|
}
|
|
5901
5901
|
function Parser$parseArguments$lambda(it) {
|
|
@@ -5907,7 +5907,7 @@
|
|
|
5907
5907
|
}
|
|
5908
5908
|
function Parser() {
|
|
5909
5909
|
}
|
|
5910
|
-
protoOf(Parser).
|
|
5910
|
+
protoOf(Parser).w2v = function (argv, context) {
|
|
5911
5911
|
parse(this, argv, context, true);
|
|
5912
5912
|
};
|
|
5913
5913
|
var Parser_instance;
|
|
@@ -5915,20 +5915,20 @@
|
|
|
5915
5915
|
return Parser_instance;
|
|
5916
5916
|
}
|
|
5917
5917
|
function OptInvocation(opt, name, values) {
|
|
5918
|
-
this.
|
|
5919
|
-
this.
|
|
5920
|
-
this.
|
|
5918
|
+
this.t36_1 = opt;
|
|
5919
|
+
this.u36_1 = name;
|
|
5920
|
+
this.v36_1 = values;
|
|
5921
5921
|
}
|
|
5922
|
-
protoOf(OptInvocation).
|
|
5923
|
-
return new Invocation(this.
|
|
5922
|
+
protoOf(OptInvocation).w36 = function () {
|
|
5923
|
+
return new Invocation(this.u36_1, this.v36_1);
|
|
5924
5924
|
};
|
|
5925
5925
|
protoOf(OptInvocation).toString = function () {
|
|
5926
|
-
return 'OptInvocation(opt=' + this.
|
|
5926
|
+
return 'OptInvocation(opt=' + this.t36_1 + ', name=' + this.u36_1 + ', values=' + this.v36_1 + ')';
|
|
5927
5927
|
};
|
|
5928
5928
|
protoOf(OptInvocation).hashCode = function () {
|
|
5929
|
-
var result = hashCode(this.
|
|
5930
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
5931
|
-
result = imul(result, 31) + hashCode(this.
|
|
5929
|
+
var result = hashCode(this.t36_1);
|
|
5930
|
+
result = imul(result, 31) + getStringHashCode(this.u36_1) | 0;
|
|
5931
|
+
result = imul(result, 31) + hashCode(this.v36_1) | 0;
|
|
5932
5932
|
return result;
|
|
5933
5933
|
};
|
|
5934
5934
|
protoOf(OptInvocation).equals = function (other) {
|
|
@@ -5937,27 +5937,27 @@
|
|
|
5937
5937
|
if (!(other instanceof OptInvocation))
|
|
5938
5938
|
return false;
|
|
5939
5939
|
var tmp0_other_with_cast = other instanceof OptInvocation ? other : THROW_CCE();
|
|
5940
|
-
if (!equals(this.
|
|
5940
|
+
if (!equals(this.t36_1, tmp0_other_with_cast.t36_1))
|
|
5941
5941
|
return false;
|
|
5942
|
-
if (!(this.
|
|
5942
|
+
if (!(this.u36_1 === tmp0_other_with_cast.u36_1))
|
|
5943
5943
|
return false;
|
|
5944
|
-
if (!equals(this.
|
|
5944
|
+
if (!equals(this.v36_1, tmp0_other_with_cast.v36_1))
|
|
5945
5945
|
return false;
|
|
5946
5946
|
return true;
|
|
5947
5947
|
};
|
|
5948
5948
|
function Err(e, i, includeInMulti) {
|
|
5949
5949
|
includeInMulti = includeInMulti === VOID ? true : includeInMulti;
|
|
5950
|
-
this.
|
|
5951
|
-
this.
|
|
5952
|
-
this.
|
|
5950
|
+
this.a37_1 = e;
|
|
5951
|
+
this.b37_1 = i;
|
|
5952
|
+
this.c37_1 = includeInMulti;
|
|
5953
5953
|
}
|
|
5954
5954
|
protoOf(Err).toString = function () {
|
|
5955
|
-
return 'Err(e=' + this.
|
|
5955
|
+
return 'Err(e=' + this.a37_1 + ', i=' + this.b37_1 + ', includeInMulti=' + this.c37_1 + ')';
|
|
5956
5956
|
};
|
|
5957
5957
|
protoOf(Err).hashCode = function () {
|
|
5958
|
-
var result = hashCode(this.
|
|
5959
|
-
result = imul(result, 31) + this.
|
|
5960
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
5958
|
+
var result = hashCode(this.a37_1);
|
|
5959
|
+
result = imul(result, 31) + this.b37_1 | 0;
|
|
5960
|
+
result = imul(result, 31) + getBooleanHashCode(this.c37_1) | 0;
|
|
5961
5961
|
return result;
|
|
5962
5962
|
};
|
|
5963
5963
|
protoOf(Err).equals = function (other) {
|
|
@@ -5966,11 +5966,11 @@
|
|
|
5966
5966
|
if (!(other instanceof Err))
|
|
5967
5967
|
return false;
|
|
5968
5968
|
var tmp0_other_with_cast = other instanceof Err ? other : THROW_CCE();
|
|
5969
|
-
if (!equals(this.
|
|
5969
|
+
if (!equals(this.a37_1, tmp0_other_with_cast.a37_1))
|
|
5970
5970
|
return false;
|
|
5971
|
-
if (!(this.
|
|
5971
|
+
if (!(this.b37_1 === tmp0_other_with_cast.b37_1))
|
|
5972
5972
|
return false;
|
|
5973
|
-
if (!(this.
|
|
5973
|
+
if (!(this.c37_1 === tmp0_other_with_cast.c37_1))
|
|
5974
5974
|
return false;
|
|
5975
5975
|
return true;
|
|
5976
5976
|
};
|
|
@@ -5992,29 +5992,29 @@
|
|
|
5992
5992
|
unknown = unknown === VOID ? emptyList() : unknown;
|
|
5993
5993
|
known = known === VOID ? emptyList() : known;
|
|
5994
5994
|
err = err === VOID ? null : err;
|
|
5995
|
-
this.
|
|
5996
|
-
this.
|
|
5997
|
-
this.
|
|
5998
|
-
this.
|
|
5995
|
+
this.d37_1 = consumed;
|
|
5996
|
+
this.e37_1 = unknown;
|
|
5997
|
+
this.f37_1 = known;
|
|
5998
|
+
this.g37_1 = err;
|
|
5999
5999
|
}
|
|
6000
|
-
protoOf(OptParseResult).
|
|
6000
|
+
protoOf(OptParseResult).j37 = function (consumed, unknown, known, err) {
|
|
6001
6001
|
return new OptParseResult(consumed, unknown, known, err);
|
|
6002
6002
|
};
|
|
6003
|
-
protoOf(OptParseResult).
|
|
6004
|
-
consumed = consumed === VOID ? this.
|
|
6005
|
-
unknown = unknown === VOID ? this.
|
|
6006
|
-
known = known === VOID ? this.
|
|
6007
|
-
err = err === VOID ? this.
|
|
6008
|
-
return $super === VOID ? this.
|
|
6003
|
+
protoOf(OptParseResult).h37 = function (consumed, unknown, known, err, $super) {
|
|
6004
|
+
consumed = consumed === VOID ? this.d37_1 : consumed;
|
|
6005
|
+
unknown = unknown === VOID ? this.e37_1 : unknown;
|
|
6006
|
+
known = known === VOID ? this.f37_1 : known;
|
|
6007
|
+
err = err === VOID ? this.g37_1 : err;
|
|
6008
|
+
return $super === VOID ? this.j37(consumed, unknown, known, err) : $super.j37.call(this, consumed, unknown, known, err);
|
|
6009
6009
|
};
|
|
6010
6010
|
protoOf(OptParseResult).toString = function () {
|
|
6011
|
-
return 'OptParseResult(consumed=' + this.
|
|
6011
|
+
return 'OptParseResult(consumed=' + this.d37_1 + ', unknown=' + this.e37_1 + ', known=' + this.f37_1 + ', err=' + this.g37_1 + ')';
|
|
6012
6012
|
};
|
|
6013
6013
|
protoOf(OptParseResult).hashCode = function () {
|
|
6014
|
-
var result = this.
|
|
6015
|
-
result = imul(result, 31) + hashCode(this.
|
|
6016
|
-
result = imul(result, 31) + hashCode(this.
|
|
6017
|
-
result = imul(result, 31) + (this.
|
|
6014
|
+
var result = this.d37_1;
|
|
6015
|
+
result = imul(result, 31) + hashCode(this.e37_1) | 0;
|
|
6016
|
+
result = imul(result, 31) + hashCode(this.f37_1) | 0;
|
|
6017
|
+
result = imul(result, 31) + (this.g37_1 == null ? 0 : this.g37_1.hashCode()) | 0;
|
|
6018
6018
|
return result;
|
|
6019
6019
|
};
|
|
6020
6020
|
protoOf(OptParseResult).equals = function (other) {
|
|
@@ -6023,28 +6023,28 @@
|
|
|
6023
6023
|
if (!(other instanceof OptParseResult))
|
|
6024
6024
|
return false;
|
|
6025
6025
|
var tmp0_other_with_cast = other instanceof OptParseResult ? other : THROW_CCE();
|
|
6026
|
-
if (!(this.
|
|
6026
|
+
if (!(this.d37_1 === tmp0_other_with_cast.d37_1))
|
|
6027
6027
|
return false;
|
|
6028
|
-
if (!equals(this.
|
|
6028
|
+
if (!equals(this.e37_1, tmp0_other_with_cast.e37_1))
|
|
6029
6029
|
return false;
|
|
6030
|
-
if (!equals(this.
|
|
6030
|
+
if (!equals(this.f37_1, tmp0_other_with_cast.f37_1))
|
|
6031
6031
|
return false;
|
|
6032
|
-
if (!equals(this.
|
|
6032
|
+
if (!equals(this.g37_1, tmp0_other_with_cast.g37_1))
|
|
6033
6033
|
return false;
|
|
6034
6034
|
return true;
|
|
6035
6035
|
};
|
|
6036
6036
|
function ArgsParseResult(excessCount, args, err) {
|
|
6037
|
-
this.
|
|
6038
|
-
this.
|
|
6039
|
-
this.
|
|
6037
|
+
this.x36_1 = excessCount;
|
|
6038
|
+
this.y36_1 = args;
|
|
6039
|
+
this.z36_1 = err;
|
|
6040
6040
|
}
|
|
6041
6041
|
protoOf(ArgsParseResult).toString = function () {
|
|
6042
|
-
return 'ArgsParseResult(excessCount=' + this.
|
|
6042
|
+
return 'ArgsParseResult(excessCount=' + this.x36_1 + ', args=' + this.y36_1 + ', err=' + this.z36_1 + ')';
|
|
6043
6043
|
};
|
|
6044
6044
|
protoOf(ArgsParseResult).hashCode = function () {
|
|
6045
|
-
var result = this.
|
|
6046
|
-
result = imul(result, 31) + hashCode(this.
|
|
6047
|
-
result = imul(result, 31) + (this.
|
|
6045
|
+
var result = this.x36_1;
|
|
6046
|
+
result = imul(result, 31) + hashCode(this.y36_1) | 0;
|
|
6047
|
+
result = imul(result, 31) + (this.z36_1 == null ? 0 : this.z36_1.hashCode()) | 0;
|
|
6048
6048
|
return result;
|
|
6049
6049
|
};
|
|
6050
6050
|
protoOf(ArgsParseResult).equals = function (other) {
|
|
@@ -6053,16 +6053,16 @@
|
|
|
6053
6053
|
if (!(other instanceof ArgsParseResult))
|
|
6054
6054
|
return false;
|
|
6055
6055
|
var tmp0_other_with_cast = other instanceof ArgsParseResult ? other : THROW_CCE();
|
|
6056
|
-
if (!(this.
|
|
6056
|
+
if (!(this.x36_1 === tmp0_other_with_cast.x36_1))
|
|
6057
6057
|
return false;
|
|
6058
|
-
if (!equals(this.
|
|
6058
|
+
if (!equals(this.y36_1, tmp0_other_with_cast.y36_1))
|
|
6059
6059
|
return false;
|
|
6060
|
-
if (!equals(this.
|
|
6060
|
+
if (!equals(this.z36_1, tmp0_other_with_cast.z36_1))
|
|
6061
6061
|
return false;
|
|
6062
6062
|
return true;
|
|
6063
6063
|
};
|
|
6064
6064
|
function shlex(filename, text, context) {
|
|
6065
|
-
var tmp1_elvis_lhs = context == null ? null : context.
|
|
6065
|
+
var tmp1_elvis_lhs = context == null ? null : context.d2u_1;
|
|
6066
6066
|
var localization = tmp1_elvis_lhs == null ? get_defaultLocalization() : tmp1_elvis_lhs;
|
|
6067
6067
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
6068
6068
|
var toks = ArrayList_init_$Create$();
|
|
@@ -6084,7 +6084,7 @@
|
|
|
6084
6084
|
} else {
|
|
6085
6085
|
if (c === _Char___init__impl__6a9atx(92)) {
|
|
6086
6086
|
if (i._v >= get_lastIndex(text)) {
|
|
6087
|
-
shlex$err(filename, text, i, localization.
|
|
6087
|
+
shlex$err(filename, text, i, localization.h31());
|
|
6088
6088
|
}
|
|
6089
6089
|
if (contains('\r\n', charSequenceGet(text, i._v + 1 | 0))) {
|
|
6090
6090
|
do {
|
|
@@ -6156,7 +6156,7 @@
|
|
|
6156
6156
|
}
|
|
6157
6157
|
var tmp_8 = inQuote;
|
|
6158
6158
|
if (!((tmp_8 == null ? null : new Char(tmp_8)) == null)) {
|
|
6159
|
-
shlex$err(filename, text, i, localization.
|
|
6159
|
+
shlex$err(filename, text, i, localization.g31());
|
|
6160
6160
|
}
|
|
6161
6161
|
// Inline function 'kotlin.text.isNotEmpty' call
|
|
6162
6162
|
if (charSequenceLength(sb) > 0) {
|
|
@@ -6184,26 +6184,26 @@
|
|
|
6184
6184
|
}
|
|
6185
6185
|
function ChainedValueSource$getValues$lambda($context, $option) {
|
|
6186
6186
|
return function (it) {
|
|
6187
|
-
return it.
|
|
6187
|
+
return it.j35($context, $option);
|
|
6188
6188
|
};
|
|
6189
6189
|
}
|
|
6190
6190
|
function ChainedValueSource(sources) {
|
|
6191
|
-
this.
|
|
6191
|
+
this.k37_1 = sources;
|
|
6192
6192
|
// Inline function 'kotlin.require' call
|
|
6193
6193
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
6194
6194
|
// Inline function 'kotlin.contracts.contract' call
|
|
6195
|
-
if (!!this.
|
|
6195
|
+
if (!!this.k37_1.a1()) {
|
|
6196
6196
|
// Inline function 'com.github.ajalt.clikt.sources.ChainedValueSource.<anonymous>' call
|
|
6197
6197
|
var message = 'Must provide configuration sources';
|
|
6198
6198
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
6199
6199
|
}
|
|
6200
6200
|
}
|
|
6201
|
-
protoOf(ChainedValueSource).
|
|
6201
|
+
protoOf(ChainedValueSource).j35 = function (context, option) {
|
|
6202
6202
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
6203
6203
|
var tmp$ret$2;
|
|
6204
6204
|
$l$block: {
|
|
6205
6205
|
// Inline function 'kotlin.sequences.firstOrNull' call
|
|
6206
|
-
var tmp = asSequence_0(this.
|
|
6206
|
+
var tmp = asSequence_0(this.k37_1);
|
|
6207
6207
|
var tmp0_iterator = map(tmp, ChainedValueSource$getValues$lambda(context, option)).t();
|
|
6208
6208
|
while (tmp0_iterator.u()) {
|
|
6209
6209
|
var element = tmp0_iterator.w();
|
|
@@ -6221,10 +6221,10 @@
|
|
|
6221
6221
|
};
|
|
6222
6222
|
function Companion_1() {
|
|
6223
6223
|
}
|
|
6224
|
-
protoOf(Companion_1).
|
|
6225
|
-
return listOf_0(this.
|
|
6224
|
+
protoOf(Companion_1).l37 = function (value) {
|
|
6225
|
+
return listOf_0(this.m37(value));
|
|
6226
6226
|
};
|
|
6227
|
-
protoOf(Companion_1).
|
|
6227
|
+
protoOf(Companion_1).m37 = function (value) {
|
|
6228
6228
|
return new Invocation_0(listOf_0(toString_1(value)));
|
|
6229
6229
|
};
|
|
6230
6230
|
var Companion_instance_2;
|
|
@@ -6232,13 +6232,13 @@
|
|
|
6232
6232
|
return Companion_instance_2;
|
|
6233
6233
|
}
|
|
6234
6234
|
function Invocation_0(values) {
|
|
6235
|
-
this.
|
|
6235
|
+
this.n36_1 = values;
|
|
6236
6236
|
}
|
|
6237
6237
|
protoOf(Invocation_0).toString = function () {
|
|
6238
|
-
return 'Invocation(values=' + this.
|
|
6238
|
+
return 'Invocation(values=' + this.n36_1 + ')';
|
|
6239
6239
|
};
|
|
6240
6240
|
protoOf(Invocation_0).hashCode = function () {
|
|
6241
|
-
return hashCode(this.
|
|
6241
|
+
return hashCode(this.n36_1);
|
|
6242
6242
|
};
|
|
6243
6243
|
protoOf(Invocation_0).equals = function (other) {
|
|
6244
6244
|
if (this === other)
|
|
@@ -6246,13 +6246,13 @@
|
|
|
6246
6246
|
if (!(other instanceof Invocation_0))
|
|
6247
6247
|
return false;
|
|
6248
6248
|
var tmp0_other_with_cast = other instanceof Invocation_0 ? other : THROW_CCE();
|
|
6249
|
-
if (!equals(this.
|
|
6249
|
+
if (!equals(this.n36_1, tmp0_other_with_cast.n36_1))
|
|
6250
6250
|
return false;
|
|
6251
6251
|
return true;
|
|
6252
6252
|
};
|
|
6253
6253
|
function Companion_2() {
|
|
6254
6254
|
}
|
|
6255
|
-
protoOf(Companion_2).
|
|
6255
|
+
protoOf(Companion_2).n37 = function (option) {
|
|
6256
6256
|
var longestName_0 = longestName(option);
|
|
6257
6257
|
$l$block: {
|
|
6258
6258
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -6326,23 +6326,23 @@
|
|
|
6326
6326
|
var impls;
|
|
6327
6327
|
function readFileIfExists(filename) {
|
|
6328
6328
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6329
|
-
return get_impls().
|
|
6329
|
+
return get_impls().o37(filename);
|
|
6330
6330
|
}
|
|
6331
6331
|
function NodeMppImpls(fs) {
|
|
6332
|
-
this.
|
|
6332
|
+
this.p37_1 = fs;
|
|
6333
6333
|
}
|
|
6334
|
-
protoOf(NodeMppImpls).
|
|
6334
|
+
protoOf(NodeMppImpls).j2s = function (key) {
|
|
6335
6335
|
var tmp = process.env[key];
|
|
6336
6336
|
return (!(tmp == null) ? typeof tmp === 'string' : false) ? tmp : null;
|
|
6337
6337
|
};
|
|
6338
|
-
protoOf(NodeMppImpls).
|
|
6338
|
+
protoOf(NodeMppImpls).q37 = function (status) {
|
|
6339
6339
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6340
6340
|
return process.exit(status);
|
|
6341
6341
|
};
|
|
6342
|
-
protoOf(NodeMppImpls).
|
|
6342
|
+
protoOf(NodeMppImpls).o37 = function (filename) {
|
|
6343
6343
|
var tmp;
|
|
6344
6344
|
try {
|
|
6345
|
-
var tmp_0 = this.
|
|
6345
|
+
var tmp_0 = this.p37_1.readFileSync(filename, 'utf-8');
|
|
6346
6346
|
tmp = (!(tmp_0 == null) ? typeof tmp_0 === 'string' : false) ? tmp_0 : null;
|
|
6347
6347
|
} catch ($p) {
|
|
6348
6348
|
var tmp_1;
|
|
@@ -6358,12 +6358,12 @@
|
|
|
6358
6358
|
};
|
|
6359
6359
|
function BrowserMppImpls() {
|
|
6360
6360
|
}
|
|
6361
|
-
protoOf(BrowserMppImpls).
|
|
6361
|
+
protoOf(BrowserMppImpls).j2s = function (key) {
|
|
6362
6362
|
return null;
|
|
6363
6363
|
};
|
|
6364
|
-
protoOf(BrowserMppImpls).
|
|
6364
|
+
protoOf(BrowserMppImpls).q37 = function (status) {
|
|
6365
6365
|
};
|
|
6366
|
-
protoOf(BrowserMppImpls).
|
|
6366
|
+
protoOf(BrowserMppImpls).o37 = function (filename) {
|
|
6367
6367
|
return null;
|
|
6368
6368
|
};
|
|
6369
6369
|
var BrowserMppImpls_instance;
|
|
@@ -6372,11 +6372,11 @@
|
|
|
6372
6372
|
}
|
|
6373
6373
|
function readEnvvar(key) {
|
|
6374
6374
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6375
|
-
return get_impls().
|
|
6375
|
+
return get_impls().j2s(key);
|
|
6376
6376
|
}
|
|
6377
6377
|
function exitProcessMpp(status) {
|
|
6378
6378
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6379
|
-
return get_impls().
|
|
6379
|
+
return get_impls().q37(status);
|
|
6380
6380
|
}
|
|
6381
6381
|
function get_graphemeLengthMpp(_this__u8e3s4) {
|
|
6382
6382
|
_init_properties_MppImpl_kt__zar9hh();
|
|
@@ -6404,42 +6404,42 @@
|
|
|
6404
6404
|
}
|
|
6405
6405
|
}
|
|
6406
6406
|
//region block: post-declaration
|
|
6407
|
-
protoOf(defaultLocalization$1).
|
|
6408
|
-
protoOf(defaultLocalization$1).
|
|
6409
|
-
protoOf(defaultLocalization$1).
|
|
6410
|
-
protoOf(defaultLocalization$1).
|
|
6411
|
-
protoOf(defaultLocalization$1).
|
|
6412
|
-
protoOf(defaultLocalization$1).
|
|
6413
|
-
protoOf(defaultLocalization$1).
|
|
6414
|
-
protoOf(defaultLocalization$1).
|
|
6415
|
-
protoOf(defaultLocalization$1).
|
|
6416
|
-
protoOf(defaultLocalization$1).
|
|
6417
|
-
protoOf(defaultLocalization$1).
|
|
6418
|
-
protoOf(defaultLocalization$1).
|
|
6419
|
-
protoOf(defaultLocalization$1).
|
|
6420
|
-
protoOf(defaultLocalization$1).
|
|
6421
|
-
protoOf(defaultLocalization$1).
|
|
6422
|
-
protoOf(defaultLocalization$1).
|
|
6423
|
-
protoOf(defaultLocalization$1).
|
|
6424
|
-
protoOf(defaultLocalization$1).
|
|
6425
|
-
protoOf(defaultLocalization$1).
|
|
6426
|
-
protoOf(defaultLocalization$1).
|
|
6427
|
-
protoOf(defaultLocalization$1).
|
|
6428
|
-
protoOf(defaultLocalization$1).
|
|
6429
|
-
protoOf(defaultLocalization$1).
|
|
6430
|
-
protoOf(defaultLocalization$1).
|
|
6431
|
-
protoOf(defaultLocalization$1).
|
|
6432
|
-
protoOf(defaultLocalization$1).
|
|
6433
|
-
protoOf(defaultLocalization$1).
|
|
6434
|
-
protoOf(defaultLocalization$1).
|
|
6435
|
-
protoOf(defaultLocalization$1).
|
|
6436
|
-
protoOf(defaultLocalization$1).
|
|
6437
|
-
protoOf(defaultLocalization$1).
|
|
6438
|
-
protoOf(defaultLocalization$1).
|
|
6439
|
-
protoOf(OptionWithValuesImpl).
|
|
6440
|
-
protoOf(OptionWithValuesImpl).
|
|
6441
|
-
protoOf(OptionWithValuesImpl).
|
|
6442
|
-
protoOf(OptionWithValuesImpl).
|
|
6407
|
+
protoOf(defaultLocalization$1).f31 = usageError;
|
|
6408
|
+
protoOf(defaultLocalization$1).j2y = badParameter;
|
|
6409
|
+
protoOf(defaultLocalization$1).h2y = badParameterWithMessage;
|
|
6410
|
+
protoOf(defaultLocalization$1).i2y = badParameterWithParam;
|
|
6411
|
+
protoOf(defaultLocalization$1).g2y = badParameterWithMessageAndParam;
|
|
6412
|
+
protoOf(defaultLocalization$1).a30 = missingOption;
|
|
6413
|
+
protoOf(defaultLocalization$1).h2z = missingArgument;
|
|
6414
|
+
protoOf(defaultLocalization$1).q2y = noSuchSubcommand;
|
|
6415
|
+
protoOf(defaultLocalization$1).w2y = noSuchOption;
|
|
6416
|
+
protoOf(defaultLocalization$1).c2z = incorrectOptionValueCount;
|
|
6417
|
+
protoOf(defaultLocalization$1).n2z = incorrectArgumentValueCount;
|
|
6418
|
+
protoOf(defaultLocalization$1).j2x = fileNotFound;
|
|
6419
|
+
protoOf(defaultLocalization$1).v2z = invalidFileFormat;
|
|
6420
|
+
protoOf(defaultLocalization$1).u2z = invalidFileFormat_0;
|
|
6421
|
+
protoOf(defaultLocalization$1).g31 = unclosedQuote;
|
|
6422
|
+
protoOf(defaultLocalization$1).h31 = fileEndsWithSlash;
|
|
6423
|
+
protoOf(defaultLocalization$1).i31 = extraArgumentOne;
|
|
6424
|
+
protoOf(defaultLocalization$1).j31 = extraArgumentMany;
|
|
6425
|
+
protoOf(defaultLocalization$1).k31 = invalidFlagValueInFile;
|
|
6426
|
+
protoOf(defaultLocalization$1).l31 = boolConversionError;
|
|
6427
|
+
protoOf(defaultLocalization$1).m31 = stringMetavar;
|
|
6428
|
+
protoOf(defaultLocalization$1).n31 = intMetavar;
|
|
6429
|
+
protoOf(defaultLocalization$1).o31 = usageTitle;
|
|
6430
|
+
protoOf(defaultLocalization$1).p31 = optionsTitle;
|
|
6431
|
+
protoOf(defaultLocalization$1).q31 = argumentsTitle;
|
|
6432
|
+
protoOf(defaultLocalization$1).r31 = commandsTitle;
|
|
6433
|
+
protoOf(defaultLocalization$1).s31 = optionsMetavar;
|
|
6434
|
+
protoOf(defaultLocalization$1).t31 = commandMetavar;
|
|
6435
|
+
protoOf(defaultLocalization$1).u31 = argumentsMetavar;
|
|
6436
|
+
protoOf(defaultLocalization$1).v31 = helpTagDefault;
|
|
6437
|
+
protoOf(defaultLocalization$1).w31 = helpTagRequired;
|
|
6438
|
+
protoOf(defaultLocalization$1).a2v = helpOptionMessage;
|
|
6439
|
+
protoOf(OptionWithValuesImpl).x34 = copy$default;
|
|
6440
|
+
protoOf(OptionWithValuesImpl).y34 = copy$default_0;
|
|
6441
|
+
protoOf(OptionWithValuesImpl).e35 = getValue_0;
|
|
6442
|
+
protoOf(OptionWithValuesImpl).h2v = parameterHelp;
|
|
6443
6443
|
//endregion
|
|
6444
6444
|
//region block: init
|
|
6445
6445
|
BashCompletionGenerator_instance = new BashCompletionGenerator();
|