git-semver-tagger 1.4.26 → 1.4.28
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 +398 -342
- package/kotlin/clikt-clikt.js.map +1 -1
- package/kotlin/kotlin-kotlin-stdlib.js +20 -20
- package/kotlin/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +918 -918
- package/kotlin/tools-tagger-cli.js +193 -142
- package/kotlin/tools-tagger-cli.js.map +1 -1
- package/package.json +1 -1
package/kotlin/clikt-clikt.js
CHANGED
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
} else {
|
|
188
188
|
var tmp_0 = this.n2t();
|
|
189
189
|
var tmp_1 = this.o2t();
|
|
190
|
-
var tmp_2 = this.
|
|
190
|
+
var tmp_2 = this.g35(context);
|
|
191
191
|
var tmp_3 = this.w2u(context);
|
|
192
192
|
var tmp_4 = this.n2u();
|
|
193
193
|
var tmp_5 = this.x2w();
|
|
@@ -366,11 +366,21 @@
|
|
|
366
366
|
return None_getInstance();
|
|
367
367
|
}
|
|
368
368
|
setMetadataFor(Argument_0, 'Argument', interfaceMeta);
|
|
369
|
+
function copy$default(transformValue, transformAll, validator, name, nvalues, required, helpGetter, helpTags, completionCandidates, $super) {
|
|
370
|
+
name = name === VOID ? this.d1c() : name;
|
|
371
|
+
nvalues = nvalues === VOID ? this.n2u() : nvalues;
|
|
372
|
+
required = required === VOID ? this.v33() : required;
|
|
373
|
+
helpGetter = helpGetter === VOID ? this.x33() : helpGetter;
|
|
374
|
+
helpTags = helpTags === VOID ? this.x2w() : helpTags;
|
|
375
|
+
completionCandidates = completionCandidates === VOID ? this.a34() : completionCandidates;
|
|
376
|
+
return $super === VOID ? this.b34(transformValue, transformAll, validator, name, nvalues, required, helpGetter, helpTags, completionCandidates) : $super.b34.call(this, transformValue, transformAll, validator, name, nvalues, required, helpGetter, helpTags, completionCandidates);
|
|
377
|
+
}
|
|
378
|
+
setMetadataFor(ProcessedArgument, 'ProcessedArgument', interfaceMeta, VOID, [Argument_0]);
|
|
369
379
|
setMetadataFor(ArgumentTransformContext, 'ArgumentTransformContext', classMeta, VOID, [Argument_0]);
|
|
370
|
-
setMetadataFor(ProcessedArgumentImpl, 'ProcessedArgumentImpl', classMeta, VOID, [
|
|
380
|
+
setMetadataFor(ProcessedArgumentImpl, 'ProcessedArgumentImpl', classMeta, VOID, [ProcessedArgument]);
|
|
371
381
|
function parameterHelp_0(context) {
|
|
372
382
|
var n = this.w2w();
|
|
373
|
-
var h = this.
|
|
383
|
+
var h = this.z34();
|
|
374
384
|
return (n == null ? true : h == null) ? null : new Group_0(n, h);
|
|
375
385
|
}
|
|
376
386
|
setMetadataFor(ParameterGroup, 'ParameterGroup', interfaceMeta);
|
|
@@ -385,40 +395,40 @@
|
|
|
385
395
|
setMetadataFor(Sourced, 'Sourced', classMeta, FinalValue);
|
|
386
396
|
setMetadataFor(Envvar, 'Envvar', classMeta, FinalValue);
|
|
387
397
|
setMetadataFor(OptionTransformContext, 'OptionTransformContext', classMeta, VOID, [Option_0]);
|
|
388
|
-
function copy$
|
|
398
|
+
function copy$default_0(transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, $super) {
|
|
389
399
|
names = names === VOID ? this.n2t() : names;
|
|
390
|
-
metavarGetter = metavarGetter === VOID ? this.
|
|
400
|
+
metavarGetter = metavarGetter === VOID ? this.q35() : metavarGetter;
|
|
391
401
|
nvalues = nvalues === VOID ? this.n2u() : nvalues;
|
|
392
|
-
helpGetter = helpGetter === VOID ? this.
|
|
402
|
+
helpGetter = helpGetter === VOID ? this.x33() : helpGetter;
|
|
393
403
|
hidden = hidden === VOID ? this.l2u() : hidden;
|
|
394
404
|
helpTags = helpTags === VOID ? this.x2w() : helpTags;
|
|
395
405
|
valueSourceKey = valueSourceKey === VOID ? this.y2w() : valueSourceKey;
|
|
396
|
-
envvar = envvar === VOID ? this.
|
|
397
|
-
valueSplit = valueSplit === VOID ? this.
|
|
398
|
-
completionCandidates = completionCandidates === VOID ? this.
|
|
406
|
+
envvar = envvar === VOID ? this.o35() : envvar;
|
|
407
|
+
valueSplit = valueSplit === VOID ? this.r35() : valueSplit;
|
|
408
|
+
completionCandidates = completionCandidates === VOID ? this.a34() : completionCandidates;
|
|
399
409
|
secondaryNames = secondaryNames === VOID ? this.o2t() : secondaryNames;
|
|
400
410
|
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.l2v() : acceptsNumberValueWithoutName;
|
|
401
411
|
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.a2x() : acceptsUnattachedValue;
|
|
402
412
|
eager = eager === VOID ? this.z2w() : eager;
|
|
403
|
-
return $super === VOID ? this.
|
|
413
|
+
return $super === VOID ? this.s35(transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) : $super.s35.call(this, transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager);
|
|
404
414
|
}
|
|
405
|
-
function copy$
|
|
406
|
-
validator = validator === VOID ? this.
|
|
415
|
+
function copy$default_1(validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, $super) {
|
|
416
|
+
validator = validator === VOID ? this.p35() : validator;
|
|
407
417
|
names = names === VOID ? this.n2t() : names;
|
|
408
|
-
metavarGetter = metavarGetter === VOID ? this.
|
|
418
|
+
metavarGetter = metavarGetter === VOID ? this.q35() : metavarGetter;
|
|
409
419
|
nvalues = nvalues === VOID ? this.n2u() : nvalues;
|
|
410
|
-
helpGetter = helpGetter === VOID ? this.
|
|
420
|
+
helpGetter = helpGetter === VOID ? this.x33() : helpGetter;
|
|
411
421
|
hidden = hidden === VOID ? this.l2u() : hidden;
|
|
412
422
|
helpTags = helpTags === VOID ? this.x2w() : helpTags;
|
|
413
|
-
envvar = envvar === VOID ? this.
|
|
423
|
+
envvar = envvar === VOID ? this.o35() : envvar;
|
|
414
424
|
valueSourceKey = valueSourceKey === VOID ? this.y2w() : valueSourceKey;
|
|
415
|
-
valueSplit = valueSplit === VOID ? this.
|
|
416
|
-
completionCandidates = completionCandidates === VOID ? this.
|
|
425
|
+
valueSplit = valueSplit === VOID ? this.r35() : valueSplit;
|
|
426
|
+
completionCandidates = completionCandidates === VOID ? this.a34() : completionCandidates;
|
|
417
427
|
secondaryNames = secondaryNames === VOID ? this.o2t() : secondaryNames;
|
|
418
428
|
acceptsNumberValueWithoutName = acceptsNumberValueWithoutName === VOID ? this.l2v() : acceptsNumberValueWithoutName;
|
|
419
429
|
acceptsUnattachedValue = acceptsUnattachedValue === VOID ? this.a2x() : acceptsUnattachedValue;
|
|
420
430
|
eager = eager === VOID ? this.z2w() : eager;
|
|
421
|
-
return $super === VOID ? this.
|
|
431
|
+
return $super === VOID ? this.t35(validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) : $super.t35.call(this, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager);
|
|
422
432
|
}
|
|
423
433
|
setMetadataFor(OptionWithValues, 'OptionWithValues', interfaceMeta, VOID, [OptionDelegate]);
|
|
424
434
|
setMetadataFor(OptionCallTransformContext, 'OptionCallTransformContext', classMeta, VOID, [Option_0]);
|
|
@@ -3748,6 +3758,11 @@
|
|
|
3748
3758
|
};
|
|
3749
3759
|
function Argument_0() {
|
|
3750
3760
|
}
|
|
3761
|
+
function ProcessedArgument() {
|
|
3762
|
+
}
|
|
3763
|
+
function optional(_this__u8e3s4) {
|
|
3764
|
+
return transformAll(_this__u8e3s4, VOID, false, VOID, optional$lambda(_this__u8e3s4));
|
|
3765
|
+
}
|
|
3751
3766
|
function argument(_this__u8e3s4, name, help, helpTags, completionCandidates) {
|
|
3752
3767
|
name = name === VOID ? '' : name;
|
|
3753
3768
|
help = help === VOID ? '' : help;
|
|
@@ -3757,104 +3772,135 @@
|
|
|
3757
3772
|
return new ProcessedArgumentImpl(name, 1, true, tmp, helpTags, completionCandidates, argument$lambda_0, defaultAllProcessor(), defaultValidator());
|
|
3758
3773
|
}
|
|
3759
3774
|
function ArgumentTransformContext(argument, context) {
|
|
3760
|
-
this.
|
|
3761
|
-
this.
|
|
3775
|
+
this.e34_1 = argument;
|
|
3776
|
+
this.f34_1 = context;
|
|
3762
3777
|
}
|
|
3763
3778
|
protoOf(ArgumentTransformContext).uc = function () {
|
|
3764
|
-
return this.
|
|
3779
|
+
return this.f34_1;
|
|
3765
3780
|
};
|
|
3766
3781
|
protoOf(ArgumentTransformContext).m2u = function () {
|
|
3767
|
-
return this.
|
|
3782
|
+
return this.e34_1.m2u();
|
|
3768
3783
|
};
|
|
3769
3784
|
protoOf(ArgumentTransformContext).d1c = function () {
|
|
3770
|
-
return this.
|
|
3785
|
+
return this.e34_1.d1c();
|
|
3771
3786
|
};
|
|
3772
3787
|
protoOf(ArgumentTransformContext).n2u = function () {
|
|
3773
|
-
return this.
|
|
3788
|
+
return this.e34_1.n2u();
|
|
3774
3789
|
};
|
|
3775
3790
|
protoOf(ArgumentTransformContext).v33 = function () {
|
|
3776
|
-
return this.
|
|
3791
|
+
return this.e34_1.v33();
|
|
3777
3792
|
};
|
|
3778
3793
|
protoOf(ArgumentTransformContext).j30 = function (context, values) {
|
|
3779
|
-
this.
|
|
3794
|
+
this.e34_1.j30(context, values);
|
|
3780
3795
|
};
|
|
3781
3796
|
protoOf(ArgumentTransformContext).x2u = function (context) {
|
|
3782
|
-
return this.
|
|
3797
|
+
return this.e34_1.x2u(context);
|
|
3783
3798
|
};
|
|
3784
3799
|
protoOf(ArgumentTransformContext).h2v = function (context) {
|
|
3785
|
-
return this.
|
|
3800
|
+
return this.e34_1.h2v(context);
|
|
3786
3801
|
};
|
|
3787
3802
|
protoOf(ArgumentTransformContext).w33 = function (context) {
|
|
3788
|
-
this.
|
|
3803
|
+
this.e34_1.w33(context);
|
|
3789
3804
|
};
|
|
3790
|
-
protoOf(ArgumentTransformContext).
|
|
3791
|
-
throw BadParameterValue_init_$Create$(message, this.
|
|
3805
|
+
protoOf(ArgumentTransformContext).g34 = function (message) {
|
|
3806
|
+
throw BadParameterValue_init_$Create$(message, this.e34_1);
|
|
3792
3807
|
};
|
|
3808
|
+
function transformAll(_this__u8e3s4, nvalues, required, defaultForHelp, transform) {
|
|
3809
|
+
nvalues = nvalues === VOID ? null : nvalues;
|
|
3810
|
+
required = required === VOID ? null : required;
|
|
3811
|
+
defaultForHelp = defaultForHelp === VOID ? null : defaultForHelp;
|
|
3812
|
+
var tags = toMutableMap(_this__u8e3s4.x2w());
|
|
3813
|
+
if (!(defaultForHelp == null)) {
|
|
3814
|
+
// Inline function 'kotlin.collections.set' call
|
|
3815
|
+
tags.n2('default', defaultForHelp);
|
|
3816
|
+
} else {
|
|
3817
|
+
tags.o2('default');
|
|
3818
|
+
}
|
|
3819
|
+
var tmp = _this__u8e3s4.y33();
|
|
3820
|
+
var tmp_0 = defaultValidator();
|
|
3821
|
+
var tmp_1 = nvalues == null ? _this__u8e3s4.n2u() : nvalues;
|
|
3822
|
+
return _this__u8e3s4.c34(tmp, transform, tmp_0, VOID, tmp_1, required == null ? _this__u8e3s4.v33() : required, VOID, tags);
|
|
3823
|
+
}
|
|
3793
3824
|
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.
|
|
3825
|
+
this.h34_1 = name;
|
|
3826
|
+
this.i34_1 = nvalues;
|
|
3827
|
+
this.j34_1 = required;
|
|
3828
|
+
this.k34_1 = helpGetter;
|
|
3829
|
+
this.l34_1 = helpTags;
|
|
3830
|
+
this.m34_1 = explicitCompletionCandidates;
|
|
3831
|
+
this.n34_1 = transformValue;
|
|
3832
|
+
this.o34_1 = transformAll;
|
|
3833
|
+
this.p34_1 = transformValidator;
|
|
3803
3834
|
// Inline function 'kotlin.require' call
|
|
3804
3835
|
// Inline function 'kotlin.contracts.contract' call
|
|
3805
|
-
if (!!(this.
|
|
3836
|
+
if (!!(this.i34_1 === 0)) {
|
|
3806
3837
|
// Inline function 'com.github.ajalt.clikt.parameters.arguments.ProcessedArgumentImpl.<anonymous>' call
|
|
3807
3838
|
var message = 'Arguments cannot have nvalues == 0';
|
|
3808
3839
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
3809
3840
|
}
|
|
3810
|
-
this.
|
|
3841
|
+
this.q34_1 = new NullableLateinit('Cannot read from argument delegate before parsing command line');
|
|
3811
3842
|
}
|
|
3812
3843
|
protoOf(ProcessedArgumentImpl).d1c = function () {
|
|
3813
|
-
return this.
|
|
3844
|
+
return this.h34_1;
|
|
3814
3845
|
};
|
|
3815
3846
|
protoOf(ProcessedArgumentImpl).n2u = function () {
|
|
3816
|
-
return this.
|
|
3847
|
+
return this.i34_1;
|
|
3817
3848
|
};
|
|
3818
3849
|
protoOf(ProcessedArgumentImpl).v33 = function () {
|
|
3819
|
-
return this.
|
|
3850
|
+
return this.j34_1;
|
|
3851
|
+
};
|
|
3852
|
+
protoOf(ProcessedArgumentImpl).x33 = function () {
|
|
3853
|
+
return this.k34_1;
|
|
3854
|
+
};
|
|
3855
|
+
protoOf(ProcessedArgumentImpl).x2w = function () {
|
|
3856
|
+
return this.l34_1;
|
|
3857
|
+
};
|
|
3858
|
+
protoOf(ProcessedArgumentImpl).a34 = function () {
|
|
3859
|
+
return this.m34_1;
|
|
3860
|
+
};
|
|
3861
|
+
protoOf(ProcessedArgumentImpl).y33 = function () {
|
|
3862
|
+
return this.n34_1;
|
|
3863
|
+
};
|
|
3864
|
+
protoOf(ProcessedArgumentImpl).z33 = function () {
|
|
3865
|
+
return this.o34_1;
|
|
3820
3866
|
};
|
|
3821
3867
|
protoOf(ProcessedArgumentImpl).x2u = function (context) {
|
|
3822
|
-
var tmp0_safe_receiver = this.
|
|
3868
|
+
var tmp0_safe_receiver = this.k34_1;
|
|
3823
3869
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(new HelpTransformContext(context));
|
|
3824
3870
|
return tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
3825
3871
|
};
|
|
3826
|
-
protoOf(ProcessedArgumentImpl).
|
|
3827
|
-
return this.
|
|
3872
|
+
protoOf(ProcessedArgumentImpl).r34 = function (_set____db54di) {
|
|
3873
|
+
return this.q34_1.u34(this, value$factory(), _set____db54di);
|
|
3828
3874
|
};
|
|
3829
3875
|
protoOf(ProcessedArgumentImpl).r2 = function () {
|
|
3830
|
-
return this.
|
|
3876
|
+
return this.q34_1.v34(this, value$factory_0());
|
|
3831
3877
|
};
|
|
3832
3878
|
protoOf(ProcessedArgumentImpl).m2u = function () {
|
|
3833
|
-
var tmp0_elvis_lhs = this.
|
|
3879
|
+
var tmp0_elvis_lhs = this.m34_1;
|
|
3834
3880
|
return tmp0_elvis_lhs == null ? None_getInstance() : tmp0_elvis_lhs;
|
|
3835
3881
|
};
|
|
3836
3882
|
protoOf(ProcessedArgumentImpl).h2v = function (context) {
|
|
3837
|
-
return new Argument(this.
|
|
3883
|
+
return new Argument(this.h34_1, this.x2u(context), this.j34_1 ? true : this.i34_1 > 1, this.i34_1 < 0, this.l34_1);
|
|
3838
3884
|
};
|
|
3839
|
-
protoOf(ProcessedArgumentImpl).
|
|
3885
|
+
protoOf(ProcessedArgumentImpl).w34 = function (thisRef, property) {
|
|
3840
3886
|
return this.r2();
|
|
3841
3887
|
};
|
|
3842
|
-
protoOf(ProcessedArgumentImpl).
|
|
3843
|
-
return this.
|
|
3888
|
+
protoOf(ProcessedArgumentImpl).x34 = function (thisRef, property) {
|
|
3889
|
+
return this.w34(thisRef instanceof CliktCommand ? thisRef : THROW_CCE(), property);
|
|
3844
3890
|
};
|
|
3845
|
-
protoOf(ProcessedArgumentImpl).
|
|
3846
|
-
if (isBlank(this.
|
|
3891
|
+
protoOf(ProcessedArgumentImpl).y34 = function (thisRef, property) {
|
|
3892
|
+
if (isBlank(this.h34_1)) {
|
|
3847
3893
|
var tmp = this;
|
|
3848
3894
|
// Inline function 'kotlin.text.uppercase' call
|
|
3849
3895
|
// Inline function 'kotlin.js.asDynamic' call
|
|
3850
3896
|
var tmp$ret$1 = property.callableName.toUpperCase();
|
|
3851
|
-
tmp.
|
|
3897
|
+
tmp.h34_1 = replace_0(tmp$ret$1, '-', '_');
|
|
3852
3898
|
}
|
|
3853
3899
|
thisRef.n2v(this);
|
|
3854
3900
|
return this;
|
|
3855
3901
|
};
|
|
3856
|
-
protoOf(ProcessedArgumentImpl).
|
|
3857
|
-
return this.
|
|
3902
|
+
protoOf(ProcessedArgumentImpl).d34 = function (thisRef, property) {
|
|
3903
|
+
return this.y34(thisRef instanceof CliktCommand ? thisRef : THROW_CCE(), property);
|
|
3858
3904
|
};
|
|
3859
3905
|
protoOf(ProcessedArgumentImpl).j30 = function (context, values) {
|
|
3860
3906
|
var ctx = new ArgumentTransformContext(this, context);
|
|
@@ -3865,13 +3911,16 @@
|
|
|
3865
3911
|
while (tmp0_iterator.u()) {
|
|
3866
3912
|
var item = tmp0_iterator.w();
|
|
3867
3913
|
// Inline function 'com.github.ajalt.clikt.parameters.arguments.ProcessedArgumentImpl.finalize.<anonymous>' call
|
|
3868
|
-
var tmp$ret$0 = this.
|
|
3914
|
+
var tmp$ret$0 = this.n34_1(ctx, item);
|
|
3869
3915
|
destination.q(tmp$ret$0);
|
|
3870
3916
|
}
|
|
3871
|
-
this.
|
|
3917
|
+
this.r34(this.o34_1(ctx, destination));
|
|
3872
3918
|
};
|
|
3873
3919
|
protoOf(ProcessedArgumentImpl).w33 = function (context) {
|
|
3874
|
-
this.
|
|
3920
|
+
this.p34_1(new ArgumentTransformContext(this, context), this.r2());
|
|
3921
|
+
};
|
|
3922
|
+
protoOf(ProcessedArgumentImpl).b34 = function (transformValue, transformAll, validator, name, nvalues, required, helpGetter, helpTags, completionCandidates) {
|
|
3923
|
+
return new ProcessedArgumentImpl(name, nvalues, required, helpGetter, helpTags, completionCandidates, transformValue, transformAll, validator);
|
|
3875
3924
|
};
|
|
3876
3925
|
protoOf(ProcessedArgumentImpl).toString = function () {
|
|
3877
3926
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -3880,7 +3929,7 @@
|
|
|
3880
3929
|
var this_0 = StringBuilder_init_$Create$();
|
|
3881
3930
|
// Inline function 'kotlin.contracts.contract' call
|
|
3882
3931
|
// Inline function 'com.github.ajalt.clikt.parameters.arguments.ProcessedArgumentImpl.toString.<anonymous>' call
|
|
3883
|
-
this_0.w5(this.
|
|
3932
|
+
this_0.w5(this.h34_1);
|
|
3884
3933
|
// Inline function 'kotlin.onSuccess' call
|
|
3885
3934
|
// Inline function 'kotlin.runCatching' call
|
|
3886
3935
|
var tmp;
|
|
@@ -3916,6 +3965,11 @@
|
|
|
3916
3965
|
function defaultValidator() {
|
|
3917
3966
|
return defaultValidator$lambda;
|
|
3918
3967
|
}
|
|
3968
|
+
function optional$lambda($this_optional) {
|
|
3969
|
+
return function ($this$transformAll, it) {
|
|
3970
|
+
return it.a1() ? null : $this_optional.z33()($this$transformAll, it);
|
|
3971
|
+
};
|
|
3972
|
+
}
|
|
3919
3973
|
function argument$lambda($help) {
|
|
3920
3974
|
return function ($this$$receiver) {
|
|
3921
3975
|
return $help;
|
|
@@ -3934,14 +3988,14 @@
|
|
|
3934
3988
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
3935
3989
|
return receiver.r2();
|
|
3936
3990
|
}, function (receiver, value) {
|
|
3937
|
-
return receiver.
|
|
3991
|
+
return receiver.r34(value);
|
|
3938
3992
|
});
|
|
3939
3993
|
}
|
|
3940
3994
|
function value$factory_0() {
|
|
3941
3995
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
3942
3996
|
return receiver.r2();
|
|
3943
3997
|
}, function (receiver, value) {
|
|
3944
|
-
return receiver.
|
|
3998
|
+
return receiver.r34(value);
|
|
3945
3999
|
});
|
|
3946
4000
|
}
|
|
3947
4001
|
function ParameterGroup() {
|
|
@@ -3953,29 +4007,29 @@
|
|
|
3953
4007
|
return UNINITIALIZED_instance;
|
|
3954
4008
|
}
|
|
3955
4009
|
function NullableLateinit(errorMessage) {
|
|
3956
|
-
this.
|
|
3957
|
-
this.
|
|
4010
|
+
this.s34_1 = errorMessage;
|
|
4011
|
+
this.t34_1 = UNINITIALIZED_instance;
|
|
3958
4012
|
}
|
|
3959
|
-
protoOf(NullableLateinit).
|
|
3960
|
-
if (this.
|
|
3961
|
-
throw IllegalStateException_init_$Create$(this.
|
|
4013
|
+
protoOf(NullableLateinit).v34 = function (thisRef, property) {
|
|
4014
|
+
if (this.t34_1 === UNINITIALIZED_instance)
|
|
4015
|
+
throw IllegalStateException_init_$Create$(this.s34_1);
|
|
3962
4016
|
try {
|
|
3963
|
-
var tmp = this.
|
|
4017
|
+
var tmp = this.t34_1;
|
|
3964
4018
|
return (tmp == null ? true : !(tmp == null)) ? tmp : THROW_CCE();
|
|
3965
4019
|
} catch ($p) {
|
|
3966
4020
|
if ($p instanceof ClassCastException) {
|
|
3967
4021
|
var e = $p;
|
|
3968
|
-
throw IllegalStateException_init_$Create$(this.
|
|
4022
|
+
throw IllegalStateException_init_$Create$(this.s34_1);
|
|
3969
4023
|
} else {
|
|
3970
4024
|
throw $p;
|
|
3971
4025
|
}
|
|
3972
4026
|
}
|
|
3973
4027
|
};
|
|
3974
|
-
protoOf(NullableLateinit).
|
|
3975
|
-
return this.
|
|
4028
|
+
protoOf(NullableLateinit).x34 = function (thisRef, property) {
|
|
4029
|
+
return this.v34(!(thisRef == null) ? thisRef : THROW_CCE(), property);
|
|
3976
4030
|
};
|
|
3977
|
-
protoOf(NullableLateinit).
|
|
3978
|
-
this.
|
|
4031
|
+
protoOf(NullableLateinit).u34 = function (thisRef, property, value) {
|
|
4032
|
+
this.t34_1 = value;
|
|
3979
4033
|
};
|
|
3980
4034
|
function eagerOption(_this__u8e3s4, names, help, hidden, helpTags, groupName, action) {
|
|
3981
4035
|
help = help === VOID ? '' : help;
|
|
@@ -3986,10 +4040,10 @@
|
|
|
3986
4040
|
// Inline function 'kotlin.collections.toTypedArray' call
|
|
3987
4041
|
var tmp$ret$0 = copyToArray(names);
|
|
3988
4042
|
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.
|
|
4043
|
+
var tmp = this_0.y33();
|
|
4044
|
+
var tmp_0 = this_0.a35();
|
|
4045
|
+
var tmp_1 = this_0.z33();
|
|
4046
|
+
var o = this_0.b35(tmp, tmp_0, tmp_1, eagerOption$lambda(action));
|
|
3993
4047
|
o.c2x(groupName);
|
|
3994
4048
|
_this__u8e3s4.m2v(o);
|
|
3995
4049
|
return _this__u8e3s4;
|
|
@@ -4011,16 +4065,16 @@
|
|
|
4011
4065
|
function nullableFlag(_this__u8e3s4, secondaryNames) {
|
|
4012
4066
|
var tmp = boolean(_this__u8e3s4);
|
|
4013
4067
|
var tmp_0 = numberRangeToNumber(0, 0);
|
|
4014
|
-
return transformValues(tmp, tmp_0, nullableFlag$lambda(secondaryNames)).
|
|
4068
|
+
return transformValues(tmp, tmp_0, nullableFlag$lambda(secondaryNames)).c35(VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, VOID, toSet_0(secondaryNames));
|
|
4015
4069
|
}
|
|
4016
4070
|
function nullableFlag$lambda($secondaryNames) {
|
|
4017
4071
|
return function ($this$transformValues, it) {
|
|
4018
4072
|
var tmp;
|
|
4019
4073
|
if (it.n() > 1) {
|
|
4020
|
-
$this$transformValues.
|
|
4074
|
+
$this$transformValues.g34($this$transformValues.f35_1.d2u_1.k31($this$transformValues.d35_1));
|
|
4021
4075
|
}
|
|
4022
4076
|
var tmp0_elvis_lhs = lastOrNull(it);
|
|
4023
|
-
return tmp0_elvis_lhs == null ? !contains_0($secondaryNames, $this$transformValues.
|
|
4077
|
+
return tmp0_elvis_lhs == null ? !contains_0($secondaryNames, $this$transformValues.d35_1) : tmp0_elvis_lhs;
|
|
4024
4078
|
};
|
|
4025
4079
|
}
|
|
4026
4080
|
function Option_0() {
|
|
@@ -4120,13 +4174,13 @@
|
|
|
4120
4174
|
}
|
|
4121
4175
|
function Parsed(values) {
|
|
4122
4176
|
FinalValue.call(this);
|
|
4123
|
-
this.
|
|
4177
|
+
this.j35_1 = values;
|
|
4124
4178
|
}
|
|
4125
4179
|
protoOf(Parsed).toString = function () {
|
|
4126
|
-
return 'Parsed(values=' + this.
|
|
4180
|
+
return 'Parsed(values=' + this.j35_1 + ')';
|
|
4127
4181
|
};
|
|
4128
4182
|
protoOf(Parsed).hashCode = function () {
|
|
4129
|
-
return hashCode(this.
|
|
4183
|
+
return hashCode(this.j35_1);
|
|
4130
4184
|
};
|
|
4131
4185
|
protoOf(Parsed).equals = function (other) {
|
|
4132
4186
|
if (this === other)
|
|
@@ -4134,19 +4188,19 @@
|
|
|
4134
4188
|
if (!(other instanceof Parsed))
|
|
4135
4189
|
return false;
|
|
4136
4190
|
var tmp0_other_with_cast = other instanceof Parsed ? other : THROW_CCE();
|
|
4137
|
-
if (!equals(this.
|
|
4191
|
+
if (!equals(this.j35_1, tmp0_other_with_cast.j35_1))
|
|
4138
4192
|
return false;
|
|
4139
4193
|
return true;
|
|
4140
4194
|
};
|
|
4141
4195
|
function Sourced(values) {
|
|
4142
4196
|
FinalValue.call(this);
|
|
4143
|
-
this.
|
|
4197
|
+
this.k35_1 = values;
|
|
4144
4198
|
}
|
|
4145
4199
|
protoOf(Sourced).toString = function () {
|
|
4146
|
-
return 'Sourced(values=' + this.
|
|
4200
|
+
return 'Sourced(values=' + this.k35_1 + ')';
|
|
4147
4201
|
};
|
|
4148
4202
|
protoOf(Sourced).hashCode = function () {
|
|
4149
|
-
return hashCode(this.
|
|
4203
|
+
return hashCode(this.k35_1);
|
|
4150
4204
|
};
|
|
4151
4205
|
protoOf(Sourced).equals = function (other) {
|
|
4152
4206
|
if (this === other)
|
|
@@ -4154,21 +4208,21 @@
|
|
|
4154
4208
|
if (!(other instanceof Sourced))
|
|
4155
4209
|
return false;
|
|
4156
4210
|
var tmp0_other_with_cast = other instanceof Sourced ? other : THROW_CCE();
|
|
4157
|
-
if (!equals(this.
|
|
4211
|
+
if (!equals(this.k35_1, tmp0_other_with_cast.k35_1))
|
|
4158
4212
|
return false;
|
|
4159
4213
|
return true;
|
|
4160
4214
|
};
|
|
4161
4215
|
function Envvar(key, value) {
|
|
4162
4216
|
FinalValue.call(this);
|
|
4163
|
-
this.
|
|
4164
|
-
this.
|
|
4217
|
+
this.l35_1 = key;
|
|
4218
|
+
this.m35_1 = value;
|
|
4165
4219
|
}
|
|
4166
4220
|
protoOf(Envvar).toString = function () {
|
|
4167
|
-
return 'Envvar(key=' + this.
|
|
4221
|
+
return 'Envvar(key=' + this.l35_1 + ', value=' + this.m35_1 + ')';
|
|
4168
4222
|
};
|
|
4169
4223
|
protoOf(Envvar).hashCode = function () {
|
|
4170
|
-
var result = getStringHashCode(this.
|
|
4171
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
4224
|
+
var result = getStringHashCode(this.l35_1);
|
|
4225
|
+
result = imul(result, 31) + getStringHashCode(this.m35_1) | 0;
|
|
4172
4226
|
return result;
|
|
4173
4227
|
};
|
|
4174
4228
|
protoOf(Envvar).equals = function (other) {
|
|
@@ -4177,9 +4231,9 @@
|
|
|
4177
4231
|
if (!(other instanceof Envvar))
|
|
4178
4232
|
return false;
|
|
4179
4233
|
var tmp0_other_with_cast = other instanceof Envvar ? other : THROW_CCE();
|
|
4180
|
-
if (!(this.
|
|
4234
|
+
if (!(this.l35_1 === tmp0_other_with_cast.l35_1))
|
|
4181
4235
|
return false;
|
|
4182
|
-
if (!(this.
|
|
4236
|
+
if (!(this.m35_1 === tmp0_other_with_cast.m35_1))
|
|
4183
4237
|
return false;
|
|
4184
4238
|
return true;
|
|
4185
4239
|
};
|
|
@@ -4262,7 +4316,7 @@
|
|
|
4262
4316
|
}
|
|
4263
4317
|
function readValueSource(_this__u8e3s4, context) {
|
|
4264
4318
|
var tmp0_safe_receiver = context.b2u_1;
|
|
4265
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
4319
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.n35(context, _this__u8e3s4);
|
|
4266
4320
|
var tmp;
|
|
4267
4321
|
if (tmp1_safe_receiver == null) {
|
|
4268
4322
|
tmp = null;
|
|
@@ -4332,8 +4386,8 @@
|
|
|
4332
4386
|
protoOf(OptionTransformContext).g30 = function (context, invocations) {
|
|
4333
4387
|
this.b2v_1.g30(context, invocations);
|
|
4334
4388
|
};
|
|
4335
|
-
protoOf(OptionTransformContext).
|
|
4336
|
-
return this.b2v_1.
|
|
4389
|
+
protoOf(OptionTransformContext).g35 = function (context) {
|
|
4390
|
+
return this.b2v_1.g35(context);
|
|
4337
4391
|
};
|
|
4338
4392
|
protoOf(OptionTransformContext).w2u = function (context) {
|
|
4339
4393
|
return this.b2v_1.w2u(context);
|
|
@@ -4344,7 +4398,7 @@
|
|
|
4344
4398
|
protoOf(OptionTransformContext).w33 = function (context) {
|
|
4345
4399
|
this.b2v_1.w33(context);
|
|
4346
4400
|
};
|
|
4347
|
-
protoOf(OptionTransformContext).
|
|
4401
|
+
protoOf(OptionTransformContext).g34 = function (message) {
|
|
4348
4402
|
throw BadParameterValue_init_$Create$_0(message, this.b2v_1);
|
|
4349
4403
|
};
|
|
4350
4404
|
function OptionWithValues() {
|
|
@@ -4378,149 +4432,149 @@
|
|
|
4378
4432
|
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
4433
|
}
|
|
4380
4434
|
function OptionCallTransformContext(name, option, context) {
|
|
4381
|
-
this.
|
|
4382
|
-
this.
|
|
4383
|
-
this.
|
|
4435
|
+
this.d35_1 = name;
|
|
4436
|
+
this.e35_1 = option;
|
|
4437
|
+
this.f35_1 = context;
|
|
4384
4438
|
}
|
|
4385
4439
|
protoOf(OptionCallTransformContext).uc = function () {
|
|
4386
|
-
return this.
|
|
4440
|
+
return this.f35_1;
|
|
4387
4441
|
};
|
|
4388
4442
|
protoOf(OptionCallTransformContext).l2v = function () {
|
|
4389
|
-
return this.
|
|
4443
|
+
return this.e35_1.l2v();
|
|
4390
4444
|
};
|
|
4391
4445
|
protoOf(OptionCallTransformContext).a2x = function () {
|
|
4392
|
-
return this.
|
|
4446
|
+
return this.e35_1.a2x();
|
|
4393
4447
|
};
|
|
4394
4448
|
protoOf(OptionCallTransformContext).m2u = function () {
|
|
4395
|
-
return this.
|
|
4449
|
+
return this.e35_1.m2u();
|
|
4396
4450
|
};
|
|
4397
4451
|
protoOf(OptionCallTransformContext).z2w = function () {
|
|
4398
|
-
return this.
|
|
4452
|
+
return this.e35_1.z2w();
|
|
4399
4453
|
};
|
|
4400
4454
|
protoOf(OptionCallTransformContext).x2w = function () {
|
|
4401
|
-
return this.
|
|
4455
|
+
return this.e35_1.x2w();
|
|
4402
4456
|
};
|
|
4403
4457
|
protoOf(OptionCallTransformContext).l2u = function () {
|
|
4404
|
-
return this.
|
|
4458
|
+
return this.e35_1.l2u();
|
|
4405
4459
|
};
|
|
4406
4460
|
protoOf(OptionCallTransformContext).n2t = function () {
|
|
4407
|
-
return this.
|
|
4461
|
+
return this.e35_1.n2t();
|
|
4408
4462
|
};
|
|
4409
4463
|
protoOf(OptionCallTransformContext).n2u = function () {
|
|
4410
|
-
return this.
|
|
4464
|
+
return this.e35_1.n2u();
|
|
4411
4465
|
};
|
|
4412
4466
|
protoOf(OptionCallTransformContext).o2t = function () {
|
|
4413
|
-
return this.
|
|
4467
|
+
return this.e35_1.o2t();
|
|
4414
4468
|
};
|
|
4415
4469
|
protoOf(OptionCallTransformContext).y2w = function () {
|
|
4416
|
-
return this.
|
|
4470
|
+
return this.e35_1.y2w();
|
|
4417
4471
|
};
|
|
4418
4472
|
protoOf(OptionCallTransformContext).g30 = function (context, invocations) {
|
|
4419
|
-
this.
|
|
4473
|
+
this.e35_1.g30(context, invocations);
|
|
4420
4474
|
};
|
|
4421
|
-
protoOf(OptionCallTransformContext).
|
|
4422
|
-
return this.
|
|
4475
|
+
protoOf(OptionCallTransformContext).g35 = function (context) {
|
|
4476
|
+
return this.e35_1.g35(context);
|
|
4423
4477
|
};
|
|
4424
4478
|
protoOf(OptionCallTransformContext).w2u = function (context) {
|
|
4425
|
-
return this.
|
|
4479
|
+
return this.e35_1.w2u(context);
|
|
4426
4480
|
};
|
|
4427
4481
|
protoOf(OptionCallTransformContext).h2v = function (context) {
|
|
4428
|
-
return this.
|
|
4482
|
+
return this.e35_1.h2v(context);
|
|
4429
4483
|
};
|
|
4430
4484
|
protoOf(OptionCallTransformContext).w33 = function (context) {
|
|
4431
|
-
this.
|
|
4485
|
+
this.e35_1.w33(context);
|
|
4432
4486
|
};
|
|
4433
|
-
protoOf(OptionCallTransformContext).
|
|
4434
|
-
throw BadParameterValue_init_$Create$_1(message, this.
|
|
4487
|
+
protoOf(OptionCallTransformContext).g34 = function (message) {
|
|
4488
|
+
throw BadParameterValue_init_$Create$_1(message, this.e35_1, this.d35_1);
|
|
4435
4489
|
};
|
|
4436
4490
|
function OptionWithValuesImpl$metavar$lambda($this$null) {
|
|
4437
4491
|
return $this$null.d2u_1.m31();
|
|
4438
4492
|
}
|
|
4439
4493
|
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.s35_1;
|
|
4464
|
-
};
|
|
4465
|
-
protoOf(OptionWithValuesImpl).n2u = function () {
|
|
4466
|
-
return this.t35_1;
|
|
4467
|
-
};
|
|
4468
|
-
protoOf(OptionWithValuesImpl).o35 = function () {
|
|
4494
|
+
this.u35_1 = metavarGetter;
|
|
4495
|
+
this.v35_1 = nvalues;
|
|
4496
|
+
this.w35_1 = helpGetter;
|
|
4497
|
+
this.x35_1 = hidden;
|
|
4498
|
+
this.y35_1 = helpTags;
|
|
4499
|
+
this.z35_1 = valueSourceKey;
|
|
4500
|
+
this.a36_1 = envvar;
|
|
4501
|
+
this.b36_1 = valueSplit;
|
|
4502
|
+
this.c36_1 = explicitCompletionCandidates;
|
|
4503
|
+
this.d36_1 = secondaryNames;
|
|
4504
|
+
this.e36_1 = acceptsNumberValueWithoutName;
|
|
4505
|
+
this.f36_1 = acceptsUnattachedValue;
|
|
4506
|
+
this.g36_1 = eager;
|
|
4507
|
+
this.h36_1 = transformValue;
|
|
4508
|
+
this.i36_1 = transformEach;
|
|
4509
|
+
this.j36_1 = transformAll;
|
|
4510
|
+
this.k36_1 = transformValidator;
|
|
4511
|
+
this.l36_1 = null;
|
|
4512
|
+
this.m36_1 = null;
|
|
4513
|
+
this.n36_1 = new NullableLateinit('Cannot read from option delegate before parsing command line');
|
|
4514
|
+
this.o36_1 = names;
|
|
4515
|
+
}
|
|
4516
|
+
protoOf(OptionWithValuesImpl).q35 = function () {
|
|
4469
4517
|
return this.u35_1;
|
|
4470
4518
|
};
|
|
4471
|
-
protoOf(OptionWithValuesImpl).
|
|
4519
|
+
protoOf(OptionWithValuesImpl).n2u = function () {
|
|
4472
4520
|
return this.v35_1;
|
|
4473
4521
|
};
|
|
4474
|
-
protoOf(OptionWithValuesImpl).
|
|
4522
|
+
protoOf(OptionWithValuesImpl).x33 = function () {
|
|
4475
4523
|
return this.w35_1;
|
|
4476
4524
|
};
|
|
4477
|
-
protoOf(OptionWithValuesImpl).
|
|
4525
|
+
protoOf(OptionWithValuesImpl).l2u = function () {
|
|
4478
4526
|
return this.x35_1;
|
|
4479
4527
|
};
|
|
4480
|
-
protoOf(OptionWithValuesImpl).
|
|
4528
|
+
protoOf(OptionWithValuesImpl).x2w = function () {
|
|
4481
4529
|
return this.y35_1;
|
|
4482
4530
|
};
|
|
4483
|
-
protoOf(OptionWithValuesImpl).
|
|
4531
|
+
protoOf(OptionWithValuesImpl).y2w = function () {
|
|
4484
4532
|
return this.z35_1;
|
|
4485
4533
|
};
|
|
4486
|
-
protoOf(OptionWithValuesImpl).
|
|
4534
|
+
protoOf(OptionWithValuesImpl).o35 = function () {
|
|
4487
4535
|
return this.a36_1;
|
|
4488
4536
|
};
|
|
4489
|
-
protoOf(OptionWithValuesImpl).
|
|
4537
|
+
protoOf(OptionWithValuesImpl).r35 = function () {
|
|
4490
4538
|
return this.b36_1;
|
|
4491
4539
|
};
|
|
4492
|
-
protoOf(OptionWithValuesImpl).
|
|
4540
|
+
protoOf(OptionWithValuesImpl).a34 = function () {
|
|
4493
4541
|
return this.c36_1;
|
|
4494
4542
|
};
|
|
4495
|
-
protoOf(OptionWithValuesImpl).
|
|
4543
|
+
protoOf(OptionWithValuesImpl).o2t = function () {
|
|
4496
4544
|
return this.d36_1;
|
|
4497
4545
|
};
|
|
4498
|
-
protoOf(OptionWithValuesImpl).
|
|
4546
|
+
protoOf(OptionWithValuesImpl).l2v = function () {
|
|
4499
4547
|
return this.e36_1;
|
|
4500
4548
|
};
|
|
4501
|
-
protoOf(OptionWithValuesImpl).
|
|
4549
|
+
protoOf(OptionWithValuesImpl).a2x = function () {
|
|
4502
4550
|
return this.f36_1;
|
|
4503
4551
|
};
|
|
4504
|
-
protoOf(OptionWithValuesImpl).
|
|
4552
|
+
protoOf(OptionWithValuesImpl).z2w = function () {
|
|
4505
4553
|
return this.g36_1;
|
|
4506
4554
|
};
|
|
4507
|
-
protoOf(OptionWithValuesImpl).
|
|
4555
|
+
protoOf(OptionWithValuesImpl).y33 = function () {
|
|
4508
4556
|
return this.h36_1;
|
|
4509
4557
|
};
|
|
4510
|
-
protoOf(OptionWithValuesImpl).
|
|
4558
|
+
protoOf(OptionWithValuesImpl).a35 = function () {
|
|
4511
4559
|
return this.i36_1;
|
|
4512
4560
|
};
|
|
4513
|
-
protoOf(OptionWithValuesImpl).
|
|
4561
|
+
protoOf(OptionWithValuesImpl).z33 = function () {
|
|
4514
4562
|
return this.j36_1;
|
|
4515
4563
|
};
|
|
4564
|
+
protoOf(OptionWithValuesImpl).p35 = function () {
|
|
4565
|
+
return this.k36_1;
|
|
4566
|
+
};
|
|
4567
|
+
protoOf(OptionWithValuesImpl).b2x = function () {
|
|
4568
|
+
return this.l36_1;
|
|
4569
|
+
};
|
|
4516
4570
|
protoOf(OptionWithValuesImpl).c2x = function (_set____db54di) {
|
|
4517
|
-
this.
|
|
4571
|
+
this.m36_1 = _set____db54di;
|
|
4518
4572
|
};
|
|
4519
4573
|
protoOf(OptionWithValuesImpl).w2w = function () {
|
|
4520
|
-
return this.
|
|
4574
|
+
return this.m36_1;
|
|
4521
4575
|
};
|
|
4522
|
-
protoOf(OptionWithValuesImpl).
|
|
4523
|
-
var tmp0_elvis_lhs = this.
|
|
4576
|
+
protoOf(OptionWithValuesImpl).g35 = function (context) {
|
|
4577
|
+
var tmp0_elvis_lhs = this.u35_1;
|
|
4524
4578
|
var tmp;
|
|
4525
4579
|
if (tmp0_elvis_lhs == null) {
|
|
4526
4580
|
tmp = OptionWithValuesImpl$metavar$lambda;
|
|
@@ -4529,30 +4583,30 @@
|
|
|
4529
4583
|
}
|
|
4530
4584
|
return tmp(context);
|
|
4531
4585
|
};
|
|
4532
|
-
protoOf(OptionWithValuesImpl).
|
|
4533
|
-
return this.
|
|
4586
|
+
protoOf(OptionWithValuesImpl).r34 = function (_set____db54di) {
|
|
4587
|
+
return this.n36_1.u34(this, value$factory_1(), _set____db54di);
|
|
4534
4588
|
};
|
|
4535
4589
|
protoOf(OptionWithValuesImpl).r2 = function () {
|
|
4536
|
-
return this.
|
|
4590
|
+
return this.n36_1.v34(this, value$factory_2());
|
|
4537
4591
|
};
|
|
4538
4592
|
protoOf(OptionWithValuesImpl).n2t = function () {
|
|
4539
|
-
return this.
|
|
4593
|
+
return this.o36_1;
|
|
4540
4594
|
};
|
|
4541
4595
|
protoOf(OptionWithValuesImpl).m2u = function () {
|
|
4542
|
-
var tmp0_elvis_lhs = this.
|
|
4596
|
+
var tmp0_elvis_lhs = this.c36_1;
|
|
4543
4597
|
return tmp0_elvis_lhs == null ? None_getInstance() : tmp0_elvis_lhs;
|
|
4544
4598
|
};
|
|
4545
4599
|
protoOf(OptionWithValuesImpl).w2u = function (context) {
|
|
4546
|
-
var tmp0_safe_receiver = this.
|
|
4600
|
+
var tmp0_safe_receiver = this.w35_1;
|
|
4547
4601
|
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver(new HelpTransformContext(context));
|
|
4548
4602
|
return tmp1_elvis_lhs == null ? '' : tmp1_elvis_lhs;
|
|
4549
4603
|
};
|
|
4550
4604
|
protoOf(OptionWithValuesImpl).g30 = function (context, invocations) {
|
|
4551
|
-
var v = getFinalValue(this, context, invocations, this.
|
|
4605
|
+
var v = getFinalValue(this, context, invocations, this.a36_1);
|
|
4552
4606
|
var tmp;
|
|
4553
4607
|
if (v instanceof Parsed) {
|
|
4554
4608
|
var tmp_0;
|
|
4555
|
-
if (this.
|
|
4609
|
+
if (this.b36_1 == null) {
|
|
4556
4610
|
tmp_0 = invocations;
|
|
4557
4611
|
} else {
|
|
4558
4612
|
// Inline function 'kotlin.collections.map' call
|
|
@@ -4564,17 +4618,17 @@
|
|
|
4564
4618
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>' call
|
|
4565
4619
|
// Inline function 'kotlin.collections.flatMap' call
|
|
4566
4620
|
// Inline function 'kotlin.collections.flatMapTo' call
|
|
4567
|
-
var this_0 = item.
|
|
4621
|
+
var this_0 = item.r36_1;
|
|
4568
4622
|
var destination_0 = ArrayList_init_$Create$();
|
|
4569
4623
|
var tmp0_iterator_0 = this_0.t();
|
|
4570
4624
|
while (tmp0_iterator_0.u()) {
|
|
4571
4625
|
var element = tmp0_iterator_0.w();
|
|
4572
4626
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>.<anonymous>' call
|
|
4573
4627
|
// Inline function 'kotlin.text.split' call
|
|
4574
|
-
var list = this.
|
|
4628
|
+
var list = this.b36_1.o9(element, 0);
|
|
4575
4629
|
addAll(destination_0, list);
|
|
4576
4630
|
}
|
|
4577
|
-
var tmp$ret$4 = item.
|
|
4631
|
+
var tmp$ret$4 = item.s36(VOID, destination_0);
|
|
4578
4632
|
destination.q(tmp$ret$4);
|
|
4579
4633
|
}
|
|
4580
4634
|
tmp_0 = destination;
|
|
@@ -4583,27 +4637,27 @@
|
|
|
4583
4637
|
} else {
|
|
4584
4638
|
if (v instanceof Sourced) {
|
|
4585
4639
|
// Inline function 'kotlin.collections.map' call
|
|
4586
|
-
var this_1 = v.
|
|
4640
|
+
var this_1 = v.k35_1;
|
|
4587
4641
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4588
4642
|
var destination_1 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_1, 10));
|
|
4589
4643
|
var tmp0_iterator_1 = this_1.t();
|
|
4590
4644
|
while (tmp0_iterator_1.u()) {
|
|
4591
4645
|
var item_0 = tmp0_iterator_1.w();
|
|
4592
4646
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>' call
|
|
4593
|
-
var tmp$ret$7 = new Invocation('', item_0.
|
|
4647
|
+
var tmp$ret$7 = new Invocation('', item_0.p36_1);
|
|
4594
4648
|
destination_1.q(tmp$ret$7);
|
|
4595
4649
|
}
|
|
4596
4650
|
tmp = destination_1;
|
|
4597
4651
|
} else {
|
|
4598
4652
|
if (v instanceof Envvar) {
|
|
4599
4653
|
var tmp_1;
|
|
4600
|
-
if (this.
|
|
4601
|
-
tmp_1 = listOf_0(new Invocation(v.
|
|
4654
|
+
if (this.b36_1 == null) {
|
|
4655
|
+
tmp_1 = listOf_0(new Invocation(v.l35_1, listOf_0(v.m35_1)));
|
|
4602
4656
|
} else {
|
|
4603
4657
|
// 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.
|
|
4658
|
+
var this_2 = v.m35_1;
|
|
4659
|
+
var tmp$ret$10 = this.b36_1.o9(this_2, 0);
|
|
4660
|
+
tmp_1 = listOf_0(new Invocation(v.l35_1, tmp$ret$10));
|
|
4607
4661
|
}
|
|
4608
4662
|
tmp = tmp_1;
|
|
4609
4663
|
} else {
|
|
@@ -4620,39 +4674,39 @@
|
|
|
4620
4674
|
while (tmp0_iterator_2.u()) {
|
|
4621
4675
|
var item_1 = tmp0_iterator_2.w();
|
|
4622
4676
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>' call
|
|
4623
|
-
var tc = new OptionCallTransformContext(item_1.
|
|
4677
|
+
var tc = new OptionCallTransformContext(item_1.q36_1, this, context);
|
|
4624
4678
|
// Inline function 'kotlin.collections.map' call
|
|
4625
|
-
var this_3 = item_1.
|
|
4679
|
+
var this_3 = item_1.r36_1;
|
|
4626
4680
|
// Inline function 'kotlin.collections.mapTo' call
|
|
4627
4681
|
var destination_3 = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_3, 10));
|
|
4628
4682
|
var tmp0_iterator_3 = this_3.t();
|
|
4629
4683
|
while (tmp0_iterator_3.u()) {
|
|
4630
4684
|
var item_2 = tmp0_iterator_3.w();
|
|
4631
4685
|
// Inline function 'com.github.ajalt.clikt.parameters.options.OptionWithValuesImpl.finalize.<anonymous>.<anonymous>' call
|
|
4632
|
-
var tmp$ret$11 = this.
|
|
4686
|
+
var tmp$ret$11 = this.h36_1(tc, item_2);
|
|
4633
4687
|
destination_3.q(tmp$ret$11);
|
|
4634
4688
|
}
|
|
4635
|
-
var tmp$ret$14 = this.
|
|
4689
|
+
var tmp$ret$14 = this.i36_1(tc, destination_3);
|
|
4636
4690
|
destination_2.q(tmp$ret$14);
|
|
4637
4691
|
}
|
|
4638
|
-
this.
|
|
4692
|
+
this.r34(this.j36_1(tmp_2, destination_2));
|
|
4639
4693
|
};
|
|
4640
|
-
protoOf(OptionWithValuesImpl).
|
|
4641
|
-
this.
|
|
4694
|
+
protoOf(OptionWithValuesImpl).h35 = function (thisRef, property) {
|
|
4695
|
+
this.o36_1 = inferOptionNames(this.o36_1, property.callableName);
|
|
4642
4696
|
thisRef.m2v(this);
|
|
4643
4697
|
return this;
|
|
4644
4698
|
};
|
|
4645
|
-
protoOf(OptionWithValuesImpl).
|
|
4646
|
-
return this.
|
|
4699
|
+
protoOf(OptionWithValuesImpl).d34 = function (thisRef, property) {
|
|
4700
|
+
return this.h35((!(thisRef == null) ? isInterface(thisRef, ParameterHolder) : false) ? thisRef : THROW_CCE(), property);
|
|
4647
4701
|
};
|
|
4648
4702
|
protoOf(OptionWithValuesImpl).w33 = function (context) {
|
|
4649
|
-
this.
|
|
4703
|
+
this.k36_1(new OptionTransformContext(this, context), this.r2());
|
|
4650
4704
|
};
|
|
4651
|
-
protoOf(OptionWithValuesImpl).
|
|
4705
|
+
protoOf(OptionWithValuesImpl).s35 = function (transformValue, transformEach, transformAll, validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) {
|
|
4652
4706
|
return new OptionWithValuesImpl(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, transformValue, transformEach, transformAll, validator);
|
|
4653
4707
|
};
|
|
4654
|
-
protoOf(OptionWithValuesImpl).
|
|
4655
|
-
return new OptionWithValuesImpl(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, this.
|
|
4708
|
+
protoOf(OptionWithValuesImpl).t35 = function (validator, names, metavarGetter, nvalues, helpGetter, hidden, helpTags, envvar, valueSourceKey, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager) {
|
|
4709
|
+
return new OptionWithValuesImpl(names, metavarGetter, nvalues, helpGetter, hidden, helpTags, valueSourceKey, envvar, valueSplit, completionCandidates, secondaryNames, acceptsNumberValueWithoutName, acceptsUnattachedValue, eager, this.h36_1, this.i36_1, this.j36_1, validator);
|
|
4656
4710
|
};
|
|
4657
4711
|
protoOf(OptionWithValuesImpl).toString = function () {
|
|
4658
4712
|
// Inline function 'kotlin.text.buildString' call
|
|
@@ -4691,8 +4745,8 @@
|
|
|
4691
4745
|
}
|
|
4692
4746
|
return this_0.toString();
|
|
4693
4747
|
};
|
|
4694
|
-
protoOf(OptionWithValuesImpl).
|
|
4695
|
-
return this.
|
|
4748
|
+
protoOf(OptionWithValuesImpl).x34 = function (thisRef, property) {
|
|
4749
|
+
return this.i35((!(thisRef == null) ? isInterface(thisRef, ParameterHolder) : false) ? thisRef : THROW_CCE(), property);
|
|
4696
4750
|
};
|
|
4697
4751
|
function defaultEachProcessor() {
|
|
4698
4752
|
return defaultEachProcessor$lambda;
|
|
@@ -4729,21 +4783,21 @@
|
|
|
4729
4783
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
4730
4784
|
return receiver.r2();
|
|
4731
4785
|
}, function (receiver, value) {
|
|
4732
|
-
return receiver.
|
|
4786
|
+
return receiver.r34(value);
|
|
4733
4787
|
});
|
|
4734
4788
|
}
|
|
4735
4789
|
function value$factory_2() {
|
|
4736
4790
|
return getPropertyCallableRef('value', 1, KMutableProperty1, function (receiver) {
|
|
4737
4791
|
return receiver.r2();
|
|
4738
4792
|
}, function (receiver, value) {
|
|
4739
|
-
return receiver.
|
|
4793
|
+
return receiver.r34(value);
|
|
4740
4794
|
});
|
|
4741
4795
|
}
|
|
4742
4796
|
function default_0(_this__u8e3s4, value, defaultForHelp) {
|
|
4743
4797
|
defaultForHelp = defaultForHelp === VOID ? toString_0(value) : defaultForHelp;
|
|
4744
|
-
return
|
|
4798
|
+
return transformAll_0(_this__u8e3s4, defaultForHelp, VOID, default$lambda(value));
|
|
4745
4799
|
}
|
|
4746
|
-
function
|
|
4800
|
+
function transformAll_0(_this__u8e3s4, defaultForHelp, showAsRequired, transform) {
|
|
4747
4801
|
var tmp;
|
|
4748
4802
|
if (defaultForHelp === VOID) {
|
|
4749
4803
|
var tmp_0 = _this__u8e3s4.x2w();
|
|
@@ -4777,10 +4831,10 @@
|
|
|
4777
4831
|
} else {
|
|
4778
4832
|
tags.o2('default');
|
|
4779
4833
|
}
|
|
4780
|
-
return _this__u8e3s4.
|
|
4834
|
+
return _this__u8e3s4.b35(_this__u8e3s4.y33(), _this__u8e3s4.a35(), transform, defaultValidator_0(), VOID, VOID, VOID, VOID, VOID, tags);
|
|
4781
4835
|
}
|
|
4782
4836
|
function required(_this__u8e3s4) {
|
|
4783
|
-
return
|
|
4837
|
+
return transformAll_0(_this__u8e3s4, VOID, true, required$lambda);
|
|
4784
4838
|
}
|
|
4785
4839
|
function default$lambda($value) {
|
|
4786
4840
|
return function ($this$transformAll, it) {
|
|
@@ -4820,34 +4874,34 @@
|
|
|
4820
4874
|
var message_1 = 'Cannot set nvalues = 1. Use convert() instead.';
|
|
4821
4875
|
throw IllegalArgumentException_init_$Create$(toString_0(message_1));
|
|
4822
4876
|
}
|
|
4823
|
-
var tmp = _this__u8e3s4.
|
|
4877
|
+
var tmp = _this__u8e3s4.y33();
|
|
4824
4878
|
var tmp_0 = defaultAllProcessor_0();
|
|
4825
4879
|
var tmp_1 = defaultValidator_0();
|
|
4826
4880
|
var tmp_2;
|
|
4827
4881
|
if (nvalues.equals(numberRangeToNumber(0, 0))) {
|
|
4828
4882
|
tmp_2 = transformValues$lambda;
|
|
4829
4883
|
} else {
|
|
4830
|
-
tmp_2 = _this__u8e3s4.
|
|
4884
|
+
tmp_2 = _this__u8e3s4.q35();
|
|
4831
4885
|
}
|
|
4832
|
-
return _this__u8e3s4.
|
|
4886
|
+
return _this__u8e3s4.b35(tmp, transform, tmp_0, tmp_1, VOID, tmp_2, nvalues);
|
|
4833
4887
|
}
|
|
4834
4888
|
function transformValues$lambda($this$null) {
|
|
4835
4889
|
return null;
|
|
4836
4890
|
}
|
|
4837
4891
|
function HelpTransformContext(context) {
|
|
4838
|
-
this.
|
|
4892
|
+
this.t36_1 = context;
|
|
4839
4893
|
}
|
|
4840
4894
|
protoOf(HelpTransformContext).uc = function () {
|
|
4841
|
-
return this.
|
|
4895
|
+
return this.t36_1;
|
|
4842
4896
|
};
|
|
4843
|
-
protoOf(HelpTransformContext).
|
|
4897
|
+
protoOf(HelpTransformContext).g34 = function (message) {
|
|
4844
4898
|
throw new UsageError(message);
|
|
4845
4899
|
};
|
|
4846
4900
|
protoOf(HelpTransformContext).toString = function () {
|
|
4847
|
-
return 'HelpTransformContext(context=' + this.
|
|
4901
|
+
return 'HelpTransformContext(context=' + this.t36_1 + ')';
|
|
4848
4902
|
};
|
|
4849
4903
|
protoOf(HelpTransformContext).hashCode = function () {
|
|
4850
|
-
return hashCode(this.
|
|
4904
|
+
return hashCode(this.t36_1);
|
|
4851
4905
|
};
|
|
4852
4906
|
protoOf(HelpTransformContext).equals = function (other) {
|
|
4853
4907
|
if (this === other)
|
|
@@ -4855,7 +4909,7 @@
|
|
|
4855
4909
|
if (!(other instanceof HelpTransformContext))
|
|
4856
4910
|
return false;
|
|
4857
4911
|
var tmp0_other_with_cast = other instanceof HelpTransformContext ? other : THROW_CCE();
|
|
4858
|
-
if (!equals(this.
|
|
4912
|
+
if (!equals(this.t36_1, tmp0_other_with_cast.t36_1))
|
|
4859
4913
|
return false;
|
|
4860
4914
|
return true;
|
|
4861
4915
|
};
|
|
@@ -4868,10 +4922,10 @@
|
|
|
4868
4922
|
var tmp = defaultEachProcessor();
|
|
4869
4923
|
var tmp_0 = defaultAllProcessor_0();
|
|
4870
4924
|
var tmp_1 = defaultValidator_0();
|
|
4871
|
-
var tmp0_elvis_lhs = _this__u8e3s4.
|
|
4925
|
+
var tmp0_elvis_lhs = _this__u8e3s4.q35();
|
|
4872
4926
|
var tmp_2 = tmp0_elvis_lhs == null ? metavar_0 : tmp0_elvis_lhs;
|
|
4873
|
-
var tmp1_elvis_lhs = _this__u8e3s4.
|
|
4874
|
-
return _this__u8e3s4.
|
|
4927
|
+
var tmp1_elvis_lhs = _this__u8e3s4.a34();
|
|
4928
|
+
return _this__u8e3s4.b35(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
4929
|
}
|
|
4876
4930
|
function valueToBool(_this__u8e3s4, value) {
|
|
4877
4931
|
// Inline function 'kotlin.text.lowercase' call
|
|
@@ -4895,7 +4949,7 @@
|
|
|
4895
4949
|
tmp = false;
|
|
4896
4950
|
break;
|
|
4897
4951
|
default:
|
|
4898
|
-
_this__u8e3s4.
|
|
4952
|
+
_this__u8e3s4.g34(_this__u8e3s4.uc().d2u_1.l31(value));
|
|
4899
4953
|
break;
|
|
4900
4954
|
}
|
|
4901
4955
|
return tmp;
|
|
@@ -4910,7 +4964,7 @@
|
|
|
4910
4964
|
var tmp;
|
|
4911
4965
|
try {
|
|
4912
4966
|
// Inline function 'com.github.ajalt.clikt.parameters.types.boolean.<anonymous>' call
|
|
4913
|
-
var it_0 = $this.
|
|
4967
|
+
var it_0 = $this.y33()($this$null, it);
|
|
4914
4968
|
tmp = valueToBool($this$null, it_0);
|
|
4915
4969
|
} catch ($p) {
|
|
4916
4970
|
var tmp_0;
|
|
@@ -4921,7 +4975,7 @@
|
|
|
4921
4975
|
var tmp_2;
|
|
4922
4976
|
if (tmp0_elvis_lhs == null) {
|
|
4923
4977
|
// Inline function 'kotlin.takeUnless' call
|
|
4924
|
-
var this_0 = $this$null.
|
|
4978
|
+
var this_0 = $this$null.d35_1;
|
|
4925
4979
|
// Inline function 'kotlin.contracts.contract' call
|
|
4926
4980
|
var tmp_3;
|
|
4927
4981
|
// Inline function 'com.github.ajalt.clikt.parameters.options.convert.<anonymous>.<anonymous>' call
|
|
@@ -4936,13 +4990,13 @@
|
|
|
4936
4990
|
tmp_2 = tmp0_elvis_lhs;
|
|
4937
4991
|
}
|
|
4938
4992
|
var tmp1_elvis_lhs = tmp_2;
|
|
4939
|
-
tmp_1.m2x_1 = tmp1_elvis_lhs == null ? longestName($this$null.
|
|
4993
|
+
tmp_1.m2x_1 = tmp1_elvis_lhs == null ? longestName($this$null.e35_1) : tmp1_elvis_lhs;
|
|
4940
4994
|
throw err;
|
|
4941
4995
|
} else {
|
|
4942
4996
|
if ($p instanceof Exception) {
|
|
4943
4997
|
var err_0 = $p;
|
|
4944
4998
|
var tmp2_elvis_lhs = err_0.message;
|
|
4945
|
-
$this$null.
|
|
4999
|
+
$this$null.g34(tmp2_elvis_lhs == null ? '' : tmp2_elvis_lhs);
|
|
4946
5000
|
} else {
|
|
4947
5001
|
throw $p;
|
|
4948
5002
|
}
|
|
@@ -4953,23 +5007,23 @@
|
|
|
4953
5007
|
};
|
|
4954
5008
|
}
|
|
4955
5009
|
function Invocation(name, values) {
|
|
4956
|
-
this.
|
|
4957
|
-
this.
|
|
5010
|
+
this.q36_1 = name;
|
|
5011
|
+
this.r36_1 = values;
|
|
4958
5012
|
}
|
|
4959
|
-
protoOf(Invocation).
|
|
5013
|
+
protoOf(Invocation).u36 = function (name, values) {
|
|
4960
5014
|
return new Invocation(name, values);
|
|
4961
5015
|
};
|
|
4962
|
-
protoOf(Invocation).
|
|
4963
|
-
name = name === VOID ? this.
|
|
4964
|
-
values = values === VOID ? this.
|
|
4965
|
-
return $super === VOID ? this.
|
|
5016
|
+
protoOf(Invocation).s36 = function (name, values, $super) {
|
|
5017
|
+
name = name === VOID ? this.q36_1 : name;
|
|
5018
|
+
values = values === VOID ? this.r36_1 : values;
|
|
5019
|
+
return $super === VOID ? this.u36(name, values) : $super.u36.call(this, name, values);
|
|
4966
5020
|
};
|
|
4967
5021
|
protoOf(Invocation).toString = function () {
|
|
4968
|
-
return 'Invocation(name=' + this.
|
|
5022
|
+
return 'Invocation(name=' + this.q36_1 + ', values=' + this.r36_1 + ')';
|
|
4969
5023
|
};
|
|
4970
5024
|
protoOf(Invocation).hashCode = function () {
|
|
4971
|
-
var result = getStringHashCode(this.
|
|
4972
|
-
result = imul(result, 31) + hashCode(this.
|
|
5025
|
+
var result = getStringHashCode(this.q36_1);
|
|
5026
|
+
result = imul(result, 31) + hashCode(this.r36_1) | 0;
|
|
4973
5027
|
return result;
|
|
4974
5028
|
};
|
|
4975
5029
|
protoOf(Invocation).equals = function (other) {
|
|
@@ -4978,9 +5032,9 @@
|
|
|
4978
5032
|
if (!(other instanceof Invocation))
|
|
4979
5033
|
return false;
|
|
4980
5034
|
var tmp0_other_with_cast = other instanceof Invocation ? other : THROW_CCE();
|
|
4981
|
-
if (!(this.
|
|
5035
|
+
if (!(this.q36_1 === tmp0_other_with_cast.q36_1))
|
|
4982
5036
|
return false;
|
|
4983
|
-
if (!equals(this.
|
|
5037
|
+
if (!equals(this.r36_1, tmp0_other_with_cast.r36_1))
|
|
4984
5038
|
return false;
|
|
4985
5039
|
return true;
|
|
4986
5040
|
};
|
|
@@ -5184,7 +5238,7 @@
|
|
|
5184
5238
|
while (tmp0_iterator_3.u()) {
|
|
5185
5239
|
var element_5 = tmp0_iterator_3.w();
|
|
5186
5240
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5187
|
-
var key = element_5.
|
|
5241
|
+
var key = element_5.v36_1;
|
|
5188
5242
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
5189
5243
|
var value = destination_0.x2(key);
|
|
5190
5244
|
var tmp_4;
|
|
@@ -5198,7 +5252,7 @@
|
|
|
5198
5252
|
}
|
|
5199
5253
|
var list = tmp_4;
|
|
5200
5254
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5201
|
-
var tmp$ret$28 = element_5.
|
|
5255
|
+
var tmp$ret$28 = element_5.y36();
|
|
5202
5256
|
list.q(tmp$ret$28);
|
|
5203
5257
|
}
|
|
5204
5258
|
var invocationsByOption = destination_0;
|
|
@@ -5209,7 +5263,7 @@
|
|
|
5209
5263
|
while (tmp0_iterator_4.u()) {
|
|
5210
5264
|
var element_6 = tmp0_iterator_4.w();
|
|
5211
5265
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>' call
|
|
5212
|
-
var tmp_5 = element_6.
|
|
5266
|
+
var tmp_5 = element_6.v36_1;
|
|
5213
5267
|
var tmp0_safe_receiver = isInterface(tmp_5, GroupableOption) ? tmp_5 : null;
|
|
5214
5268
|
var key_0 = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.b2x();
|
|
5215
5269
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
@@ -5247,7 +5301,7 @@
|
|
|
5247
5301
|
while (tmp0_iterator_6.u()) {
|
|
5248
5302
|
var element_8 = tmp0_iterator_6.w();
|
|
5249
5303
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>.<anonymous>' call
|
|
5250
|
-
var key_1 = element_8.
|
|
5304
|
+
var key_1 = element_8.v36_1;
|
|
5251
5305
|
// Inline function 'kotlin.collections.getOrPut' call
|
|
5252
5306
|
var value_1 = destination_3.x2(key_1);
|
|
5253
5307
|
var tmp_8;
|
|
@@ -5261,7 +5315,7 @@
|
|
|
5261
5315
|
}
|
|
5262
5316
|
var list_1 = tmp_8;
|
|
5263
5317
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.parse.<anonymous>.<anonymous>' call
|
|
5264
|
-
var tmp$ret$41 = element_8.
|
|
5318
|
+
var tmp$ret$41 = element_8.y36();
|
|
5265
5319
|
list_1.q(tmp$ret$41);
|
|
5266
5320
|
}
|
|
5267
5321
|
var result = LinkedHashMap_init_$Create$_0();
|
|
@@ -5359,7 +5413,7 @@
|
|
|
5359
5413
|
}
|
|
5360
5414
|
}
|
|
5361
5415
|
var argsParseResult = parseArguments($this, nextArgvI, positionalArgs, arguments_0);
|
|
5362
|
-
var tmp0_safe_receiver = argsParseResult.
|
|
5416
|
+
var tmp0_safe_receiver = argsParseResult.b37_1;
|
|
5363
5417
|
if (tmp0_safe_receiver == null)
|
|
5364
5418
|
null;
|
|
5365
5419
|
else {
|
|
@@ -5369,7 +5423,7 @@
|
|
|
5369
5423
|
errors.q(tmp0_safe_receiver);
|
|
5370
5424
|
context.i2u_1 = true;
|
|
5371
5425
|
}
|
|
5372
|
-
var excessResult = handleExcessArguments($this, argsParseResult.
|
|
5426
|
+
var excessResult = handleExcessArguments($this, argsParseResult.z36_1, hasMultipleSubAncestor, nextArgvI, tokens, subcommands, positionalArgs, context);
|
|
5373
5427
|
var tmp1_safe_receiver = excessResult.q6_1;
|
|
5374
5428
|
if (tmp1_safe_receiver == null)
|
|
5375
5429
|
null;
|
|
@@ -5390,7 +5444,7 @@
|
|
|
5390
5444
|
while (tmp0_iterator_0.u()) {
|
|
5391
5445
|
var element_0 = tmp0_iterator_0.w();
|
|
5392
5446
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5393
|
-
if (element_0.
|
|
5447
|
+
if (element_0.e37_1) {
|
|
5394
5448
|
destination.q(element_0);
|
|
5395
5449
|
}
|
|
5396
5450
|
}
|
|
@@ -5412,7 +5466,7 @@
|
|
|
5412
5466
|
while (tmp0_iterator_1.u()) {
|
|
5413
5467
|
var item = tmp0_iterator_1.w();
|
|
5414
5468
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5415
|
-
var tmp$ret$13 = item.
|
|
5469
|
+
var tmp$ret$13 = item.c37_1;
|
|
5416
5470
|
destination_0.q(tmp$ret$13);
|
|
5417
5471
|
}
|
|
5418
5472
|
var usageErrors = destination_0;
|
|
@@ -5420,7 +5474,7 @@
|
|
|
5420
5474
|
// Inline function 'com.github.ajalt.clikt.parsers.gatherErrors' call
|
|
5421
5475
|
try {
|
|
5422
5476
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5423
|
-
finalizeParameters(context, ungroupedOptions, command.i2t_1, invocationsByOptionByGroup, argsParseResult.
|
|
5477
|
+
finalizeParameters(context, ungroupedOptions, command.i2t_1, invocationsByOptionByGroup, argsParseResult.a37_1);
|
|
5424
5478
|
} catch ($p) {
|
|
5425
5479
|
if ($p instanceof UsageError) {
|
|
5426
5480
|
var e = $p;
|
|
@@ -5745,7 +5799,7 @@
|
|
|
5745
5799
|
if (option.n2u().ua_1 > 0) {
|
|
5746
5800
|
var value = i < get_lastIndex(tok) ? drop(tok, i + 1 | 0) : null;
|
|
5747
5801
|
var result = parseOptValues($this, option, name, ignoreUnknown, tokens, index, value, optionsByName, subcommandNames);
|
|
5748
|
-
return result.
|
|
5802
|
+
return result.j37(VOID, VOID, plus_0(invocations, result.h37_1));
|
|
5749
5803
|
} else {
|
|
5750
5804
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5751
5805
|
var element_0 = new OptInvocation(option, name, emptyList());
|
|
@@ -5838,10 +5892,10 @@
|
|
|
5838
5892
|
return this_0;
|
|
5839
5893
|
}
|
|
5840
5894
|
function sam$kotlin_Comparator$0_2(function_0) {
|
|
5841
|
-
this.
|
|
5895
|
+
this.k37_1 = function_0;
|
|
5842
5896
|
}
|
|
5843
5897
|
protoOf(sam$kotlin_Comparator$0_2).ka = function (a, b) {
|
|
5844
|
-
return this.
|
|
5898
|
+
return this.k37_1(a, b);
|
|
5845
5899
|
};
|
|
5846
5900
|
protoOf(sam$kotlin_Comparator$0_2).compare = function (a, b) {
|
|
5847
5901
|
return this.ka(a, b);
|
|
@@ -5864,7 +5918,7 @@
|
|
|
5864
5918
|
function parse$consumeParse(positionalArgs, invocations, errors, $context, i, tokenIndex, result) {
|
|
5865
5919
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5866
5920
|
// Inline function 'kotlin.collections.map' call
|
|
5867
|
-
var this_0 = result.
|
|
5921
|
+
var this_0 = result.g37_1;
|
|
5868
5922
|
// Inline function 'kotlin.collections.mapTo' call
|
|
5869
5923
|
var destination = ArrayList_init_$Create$_0(collectionSizeOrDefault(this_0, 10));
|
|
5870
5924
|
var tmp0_iterator = this_0.t();
|
|
@@ -5876,9 +5930,9 @@
|
|
|
5876
5930
|
}
|
|
5877
5931
|
addAll(positionalArgs, destination);
|
|
5878
5932
|
// Inline function 'kotlin.collections.plusAssign' call
|
|
5879
|
-
var elements = result.
|
|
5933
|
+
var elements = result.h37_1;
|
|
5880
5934
|
addAll(invocations, elements);
|
|
5881
|
-
var tmp0_safe_receiver = result.
|
|
5935
|
+
var tmp0_safe_receiver = result.i37_1;
|
|
5882
5936
|
if (tmp0_safe_receiver == null)
|
|
5883
5937
|
null;
|
|
5884
5938
|
else {
|
|
@@ -5888,14 +5942,14 @@
|
|
|
5888
5942
|
errors.q(tmp0_safe_receiver);
|
|
5889
5943
|
$context.i2u_1 = true;
|
|
5890
5944
|
}
|
|
5891
|
-
i._v = i._v + result.
|
|
5945
|
+
i._v = i._v + result.f37_1 | 0;
|
|
5892
5946
|
}
|
|
5893
5947
|
function Parser$finalizeAndRun$lambda(a, b) {
|
|
5894
5948
|
// Inline function 'kotlin.comparisons.compareValuesBy' call
|
|
5895
5949
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5896
|
-
var tmp = a.
|
|
5950
|
+
var tmp = a.d37_1;
|
|
5897
5951
|
// Inline function 'com.github.ajalt.clikt.parsers.Parser.finalizeAndRun.<anonymous>' call
|
|
5898
|
-
var tmp$ret$1 = b.
|
|
5952
|
+
var tmp$ret$1 = b.d37_1;
|
|
5899
5953
|
return compareValues(tmp, tmp$ret$1);
|
|
5900
5954
|
}
|
|
5901
5955
|
function Parser$parseArguments$lambda(it) {
|
|
@@ -5915,20 +5969,20 @@
|
|
|
5915
5969
|
return Parser_instance;
|
|
5916
5970
|
}
|
|
5917
5971
|
function OptInvocation(opt, name, values) {
|
|
5918
|
-
this.
|
|
5919
|
-
this.
|
|
5920
|
-
this.
|
|
5972
|
+
this.v36_1 = opt;
|
|
5973
|
+
this.w36_1 = name;
|
|
5974
|
+
this.x36_1 = values;
|
|
5921
5975
|
}
|
|
5922
|
-
protoOf(OptInvocation).
|
|
5923
|
-
return new Invocation(this.
|
|
5976
|
+
protoOf(OptInvocation).y36 = function () {
|
|
5977
|
+
return new Invocation(this.w36_1, this.x36_1);
|
|
5924
5978
|
};
|
|
5925
5979
|
protoOf(OptInvocation).toString = function () {
|
|
5926
|
-
return 'OptInvocation(opt=' + this.
|
|
5980
|
+
return 'OptInvocation(opt=' + this.v36_1 + ', name=' + this.w36_1 + ', values=' + this.x36_1 + ')';
|
|
5927
5981
|
};
|
|
5928
5982
|
protoOf(OptInvocation).hashCode = function () {
|
|
5929
|
-
var result = hashCode(this.
|
|
5930
|
-
result = imul(result, 31) + getStringHashCode(this.
|
|
5931
|
-
result = imul(result, 31) + hashCode(this.
|
|
5983
|
+
var result = hashCode(this.v36_1);
|
|
5984
|
+
result = imul(result, 31) + getStringHashCode(this.w36_1) | 0;
|
|
5985
|
+
result = imul(result, 31) + hashCode(this.x36_1) | 0;
|
|
5932
5986
|
return result;
|
|
5933
5987
|
};
|
|
5934
5988
|
protoOf(OptInvocation).equals = function (other) {
|
|
@@ -5937,27 +5991,27 @@
|
|
|
5937
5991
|
if (!(other instanceof OptInvocation))
|
|
5938
5992
|
return false;
|
|
5939
5993
|
var tmp0_other_with_cast = other instanceof OptInvocation ? other : THROW_CCE();
|
|
5940
|
-
if (!equals(this.
|
|
5994
|
+
if (!equals(this.v36_1, tmp0_other_with_cast.v36_1))
|
|
5941
5995
|
return false;
|
|
5942
|
-
if (!(this.
|
|
5996
|
+
if (!(this.w36_1 === tmp0_other_with_cast.w36_1))
|
|
5943
5997
|
return false;
|
|
5944
|
-
if (!equals(this.
|
|
5998
|
+
if (!equals(this.x36_1, tmp0_other_with_cast.x36_1))
|
|
5945
5999
|
return false;
|
|
5946
6000
|
return true;
|
|
5947
6001
|
};
|
|
5948
6002
|
function Err(e, i, includeInMulti) {
|
|
5949
6003
|
includeInMulti = includeInMulti === VOID ? true : includeInMulti;
|
|
5950
|
-
this.
|
|
5951
|
-
this.
|
|
5952
|
-
this.
|
|
6004
|
+
this.c37_1 = e;
|
|
6005
|
+
this.d37_1 = i;
|
|
6006
|
+
this.e37_1 = includeInMulti;
|
|
5953
6007
|
}
|
|
5954
6008
|
protoOf(Err).toString = function () {
|
|
5955
|
-
return 'Err(e=' + this.
|
|
6009
|
+
return 'Err(e=' + this.c37_1 + ', i=' + this.d37_1 + ', includeInMulti=' + this.e37_1 + ')';
|
|
5956
6010
|
};
|
|
5957
6011
|
protoOf(Err).hashCode = function () {
|
|
5958
|
-
var result = hashCode(this.
|
|
5959
|
-
result = imul(result, 31) + this.
|
|
5960
|
-
result = imul(result, 31) + getBooleanHashCode(this.
|
|
6012
|
+
var result = hashCode(this.c37_1);
|
|
6013
|
+
result = imul(result, 31) + this.d37_1 | 0;
|
|
6014
|
+
result = imul(result, 31) + getBooleanHashCode(this.e37_1) | 0;
|
|
5961
6015
|
return result;
|
|
5962
6016
|
};
|
|
5963
6017
|
protoOf(Err).equals = function (other) {
|
|
@@ -5966,11 +6020,11 @@
|
|
|
5966
6020
|
if (!(other instanceof Err))
|
|
5967
6021
|
return false;
|
|
5968
6022
|
var tmp0_other_with_cast = other instanceof Err ? other : THROW_CCE();
|
|
5969
|
-
if (!equals(this.
|
|
6023
|
+
if (!equals(this.c37_1, tmp0_other_with_cast.c37_1))
|
|
5970
6024
|
return false;
|
|
5971
|
-
if (!(this.
|
|
6025
|
+
if (!(this.d37_1 === tmp0_other_with_cast.d37_1))
|
|
5972
6026
|
return false;
|
|
5973
|
-
if (!(this.
|
|
6027
|
+
if (!(this.e37_1 === tmp0_other_with_cast.e37_1))
|
|
5974
6028
|
return false;
|
|
5975
6029
|
return true;
|
|
5976
6030
|
};
|
|
@@ -5992,29 +6046,29 @@
|
|
|
5992
6046
|
unknown = unknown === VOID ? emptyList() : unknown;
|
|
5993
6047
|
known = known === VOID ? emptyList() : known;
|
|
5994
6048
|
err = err === VOID ? null : err;
|
|
5995
|
-
this.
|
|
5996
|
-
this.
|
|
5997
|
-
this.
|
|
5998
|
-
this.
|
|
6049
|
+
this.f37_1 = consumed;
|
|
6050
|
+
this.g37_1 = unknown;
|
|
6051
|
+
this.h37_1 = known;
|
|
6052
|
+
this.i37_1 = err;
|
|
5999
6053
|
}
|
|
6000
|
-
protoOf(OptParseResult).
|
|
6054
|
+
protoOf(OptParseResult).l37 = function (consumed, unknown, known, err) {
|
|
6001
6055
|
return new OptParseResult(consumed, unknown, known, err);
|
|
6002
6056
|
};
|
|
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.
|
|
6057
|
+
protoOf(OptParseResult).j37 = function (consumed, unknown, known, err, $super) {
|
|
6058
|
+
consumed = consumed === VOID ? this.f37_1 : consumed;
|
|
6059
|
+
unknown = unknown === VOID ? this.g37_1 : unknown;
|
|
6060
|
+
known = known === VOID ? this.h37_1 : known;
|
|
6061
|
+
err = err === VOID ? this.i37_1 : err;
|
|
6062
|
+
return $super === VOID ? this.l37(consumed, unknown, known, err) : $super.l37.call(this, consumed, unknown, known, err);
|
|
6009
6063
|
};
|
|
6010
6064
|
protoOf(OptParseResult).toString = function () {
|
|
6011
|
-
return 'OptParseResult(consumed=' + this.
|
|
6065
|
+
return 'OptParseResult(consumed=' + this.f37_1 + ', unknown=' + this.g37_1 + ', known=' + this.h37_1 + ', err=' + this.i37_1 + ')';
|
|
6012
6066
|
};
|
|
6013
6067
|
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.
|
|
6068
|
+
var result = this.f37_1;
|
|
6069
|
+
result = imul(result, 31) + hashCode(this.g37_1) | 0;
|
|
6070
|
+
result = imul(result, 31) + hashCode(this.h37_1) | 0;
|
|
6071
|
+
result = imul(result, 31) + (this.i37_1 == null ? 0 : this.i37_1.hashCode()) | 0;
|
|
6018
6072
|
return result;
|
|
6019
6073
|
};
|
|
6020
6074
|
protoOf(OptParseResult).equals = function (other) {
|
|
@@ -6023,28 +6077,28 @@
|
|
|
6023
6077
|
if (!(other instanceof OptParseResult))
|
|
6024
6078
|
return false;
|
|
6025
6079
|
var tmp0_other_with_cast = other instanceof OptParseResult ? other : THROW_CCE();
|
|
6026
|
-
if (!(this.
|
|
6080
|
+
if (!(this.f37_1 === tmp0_other_with_cast.f37_1))
|
|
6027
6081
|
return false;
|
|
6028
|
-
if (!equals(this.
|
|
6082
|
+
if (!equals(this.g37_1, tmp0_other_with_cast.g37_1))
|
|
6029
6083
|
return false;
|
|
6030
|
-
if (!equals(this.
|
|
6084
|
+
if (!equals(this.h37_1, tmp0_other_with_cast.h37_1))
|
|
6031
6085
|
return false;
|
|
6032
|
-
if (!equals(this.
|
|
6086
|
+
if (!equals(this.i37_1, tmp0_other_with_cast.i37_1))
|
|
6033
6087
|
return false;
|
|
6034
6088
|
return true;
|
|
6035
6089
|
};
|
|
6036
6090
|
function ArgsParseResult(excessCount, args, err) {
|
|
6037
|
-
this.
|
|
6038
|
-
this.
|
|
6039
|
-
this.
|
|
6091
|
+
this.z36_1 = excessCount;
|
|
6092
|
+
this.a37_1 = args;
|
|
6093
|
+
this.b37_1 = err;
|
|
6040
6094
|
}
|
|
6041
6095
|
protoOf(ArgsParseResult).toString = function () {
|
|
6042
|
-
return 'ArgsParseResult(excessCount=' + this.
|
|
6096
|
+
return 'ArgsParseResult(excessCount=' + this.z36_1 + ', args=' + this.a37_1 + ', err=' + this.b37_1 + ')';
|
|
6043
6097
|
};
|
|
6044
6098
|
protoOf(ArgsParseResult).hashCode = function () {
|
|
6045
|
-
var result = this.
|
|
6046
|
-
result = imul(result, 31) + hashCode(this.
|
|
6047
|
-
result = imul(result, 31) + (this.
|
|
6099
|
+
var result = this.z36_1;
|
|
6100
|
+
result = imul(result, 31) + hashCode(this.a37_1) | 0;
|
|
6101
|
+
result = imul(result, 31) + (this.b37_1 == null ? 0 : this.b37_1.hashCode()) | 0;
|
|
6048
6102
|
return result;
|
|
6049
6103
|
};
|
|
6050
6104
|
protoOf(ArgsParseResult).equals = function (other) {
|
|
@@ -6053,11 +6107,11 @@
|
|
|
6053
6107
|
if (!(other instanceof ArgsParseResult))
|
|
6054
6108
|
return false;
|
|
6055
6109
|
var tmp0_other_with_cast = other instanceof ArgsParseResult ? other : THROW_CCE();
|
|
6056
|
-
if (!(this.
|
|
6110
|
+
if (!(this.z36_1 === tmp0_other_with_cast.z36_1))
|
|
6057
6111
|
return false;
|
|
6058
|
-
if (!equals(this.
|
|
6112
|
+
if (!equals(this.a37_1, tmp0_other_with_cast.a37_1))
|
|
6059
6113
|
return false;
|
|
6060
|
-
if (!equals(this.
|
|
6114
|
+
if (!equals(this.b37_1, tmp0_other_with_cast.b37_1))
|
|
6061
6115
|
return false;
|
|
6062
6116
|
return true;
|
|
6063
6117
|
};
|
|
@@ -6184,26 +6238,26 @@
|
|
|
6184
6238
|
}
|
|
6185
6239
|
function ChainedValueSource$getValues$lambda($context, $option) {
|
|
6186
6240
|
return function (it) {
|
|
6187
|
-
return it.
|
|
6241
|
+
return it.n35($context, $option);
|
|
6188
6242
|
};
|
|
6189
6243
|
}
|
|
6190
6244
|
function ChainedValueSource(sources) {
|
|
6191
|
-
this.
|
|
6245
|
+
this.m37_1 = sources;
|
|
6192
6246
|
// Inline function 'kotlin.require' call
|
|
6193
6247
|
// Inline function 'kotlin.collections.isNotEmpty' call
|
|
6194
6248
|
// Inline function 'kotlin.contracts.contract' call
|
|
6195
|
-
if (!!this.
|
|
6249
|
+
if (!!this.m37_1.a1()) {
|
|
6196
6250
|
// Inline function 'com.github.ajalt.clikt.sources.ChainedValueSource.<anonymous>' call
|
|
6197
6251
|
var message = 'Must provide configuration sources';
|
|
6198
6252
|
throw IllegalArgumentException_init_$Create$(toString_0(message));
|
|
6199
6253
|
}
|
|
6200
6254
|
}
|
|
6201
|
-
protoOf(ChainedValueSource).
|
|
6255
|
+
protoOf(ChainedValueSource).n35 = function (context, option) {
|
|
6202
6256
|
// Inline function 'kotlin.collections.orEmpty' call
|
|
6203
6257
|
var tmp$ret$2;
|
|
6204
6258
|
$l$block: {
|
|
6205
6259
|
// Inline function 'kotlin.sequences.firstOrNull' call
|
|
6206
|
-
var tmp = asSequence_0(this.
|
|
6260
|
+
var tmp = asSequence_0(this.m37_1);
|
|
6207
6261
|
var tmp0_iterator = map(tmp, ChainedValueSource$getValues$lambda(context, option)).t();
|
|
6208
6262
|
while (tmp0_iterator.u()) {
|
|
6209
6263
|
var element = tmp0_iterator.w();
|
|
@@ -6221,10 +6275,10 @@
|
|
|
6221
6275
|
};
|
|
6222
6276
|
function Companion_1() {
|
|
6223
6277
|
}
|
|
6224
|
-
protoOf(Companion_1).
|
|
6225
|
-
return listOf_0(this.
|
|
6278
|
+
protoOf(Companion_1).n37 = function (value) {
|
|
6279
|
+
return listOf_0(this.o37(value));
|
|
6226
6280
|
};
|
|
6227
|
-
protoOf(Companion_1).
|
|
6281
|
+
protoOf(Companion_1).o37 = function (value) {
|
|
6228
6282
|
return new Invocation_0(listOf_0(toString_1(value)));
|
|
6229
6283
|
};
|
|
6230
6284
|
var Companion_instance_2;
|
|
@@ -6232,13 +6286,13 @@
|
|
|
6232
6286
|
return Companion_instance_2;
|
|
6233
6287
|
}
|
|
6234
6288
|
function Invocation_0(values) {
|
|
6235
|
-
this.
|
|
6289
|
+
this.p36_1 = values;
|
|
6236
6290
|
}
|
|
6237
6291
|
protoOf(Invocation_0).toString = function () {
|
|
6238
|
-
return 'Invocation(values=' + this.
|
|
6292
|
+
return 'Invocation(values=' + this.p36_1 + ')';
|
|
6239
6293
|
};
|
|
6240
6294
|
protoOf(Invocation_0).hashCode = function () {
|
|
6241
|
-
return hashCode(this.
|
|
6295
|
+
return hashCode(this.p36_1);
|
|
6242
6296
|
};
|
|
6243
6297
|
protoOf(Invocation_0).equals = function (other) {
|
|
6244
6298
|
if (this === other)
|
|
@@ -6246,13 +6300,13 @@
|
|
|
6246
6300
|
if (!(other instanceof Invocation_0))
|
|
6247
6301
|
return false;
|
|
6248
6302
|
var tmp0_other_with_cast = other instanceof Invocation_0 ? other : THROW_CCE();
|
|
6249
|
-
if (!equals(this.
|
|
6303
|
+
if (!equals(this.p36_1, tmp0_other_with_cast.p36_1))
|
|
6250
6304
|
return false;
|
|
6251
6305
|
return true;
|
|
6252
6306
|
};
|
|
6253
6307
|
function Companion_2() {
|
|
6254
6308
|
}
|
|
6255
|
-
protoOf(Companion_2).
|
|
6309
|
+
protoOf(Companion_2).p37 = function (option) {
|
|
6256
6310
|
var longestName_0 = longestName(option);
|
|
6257
6311
|
$l$block: {
|
|
6258
6312
|
// Inline function 'kotlin.requireNotNull' call
|
|
@@ -6326,23 +6380,23 @@
|
|
|
6326
6380
|
var impls;
|
|
6327
6381
|
function readFileIfExists(filename) {
|
|
6328
6382
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6329
|
-
return get_impls().
|
|
6383
|
+
return get_impls().q37(filename);
|
|
6330
6384
|
}
|
|
6331
6385
|
function NodeMppImpls(fs) {
|
|
6332
|
-
this.
|
|
6386
|
+
this.r37_1 = fs;
|
|
6333
6387
|
}
|
|
6334
6388
|
protoOf(NodeMppImpls).j2s = function (key) {
|
|
6335
6389
|
var tmp = process.env[key];
|
|
6336
6390
|
return (!(tmp == null) ? typeof tmp === 'string' : false) ? tmp : null;
|
|
6337
6391
|
};
|
|
6338
|
-
protoOf(NodeMppImpls).
|
|
6392
|
+
protoOf(NodeMppImpls).s37 = function (status) {
|
|
6339
6393
|
// Inline function 'kotlin.js.unsafeCast' call
|
|
6340
6394
|
return process.exit(status);
|
|
6341
6395
|
};
|
|
6342
|
-
protoOf(NodeMppImpls).
|
|
6396
|
+
protoOf(NodeMppImpls).q37 = function (filename) {
|
|
6343
6397
|
var tmp;
|
|
6344
6398
|
try {
|
|
6345
|
-
var tmp_0 = this.
|
|
6399
|
+
var tmp_0 = this.r37_1.readFileSync(filename, 'utf-8');
|
|
6346
6400
|
tmp = (!(tmp_0 == null) ? typeof tmp_0 === 'string' : false) ? tmp_0 : null;
|
|
6347
6401
|
} catch ($p) {
|
|
6348
6402
|
var tmp_1;
|
|
@@ -6361,9 +6415,9 @@
|
|
|
6361
6415
|
protoOf(BrowserMppImpls).j2s = function (key) {
|
|
6362
6416
|
return null;
|
|
6363
6417
|
};
|
|
6364
|
-
protoOf(BrowserMppImpls).
|
|
6418
|
+
protoOf(BrowserMppImpls).s37 = function (status) {
|
|
6365
6419
|
};
|
|
6366
|
-
protoOf(BrowserMppImpls).
|
|
6420
|
+
protoOf(BrowserMppImpls).q37 = function (filename) {
|
|
6367
6421
|
return null;
|
|
6368
6422
|
};
|
|
6369
6423
|
var BrowserMppImpls_instance;
|
|
@@ -6376,7 +6430,7 @@
|
|
|
6376
6430
|
}
|
|
6377
6431
|
function exitProcessMpp(status) {
|
|
6378
6432
|
_init_properties_MppImpl_kt__zar9hh();
|
|
6379
|
-
return get_impls().
|
|
6433
|
+
return get_impls().s37(status);
|
|
6380
6434
|
}
|
|
6381
6435
|
function get_graphemeLengthMpp(_this__u8e3s4) {
|
|
6382
6436
|
_init_properties_MppImpl_kt__zar9hh();
|
|
@@ -6436,9 +6490,10 @@
|
|
|
6436
6490
|
protoOf(defaultLocalization$1).v31 = helpTagDefault;
|
|
6437
6491
|
protoOf(defaultLocalization$1).w31 = helpTagRequired;
|
|
6438
6492
|
protoOf(defaultLocalization$1).a2v = helpOptionMessage;
|
|
6439
|
-
protoOf(
|
|
6440
|
-
protoOf(OptionWithValuesImpl).
|
|
6441
|
-
protoOf(OptionWithValuesImpl).
|
|
6493
|
+
protoOf(ProcessedArgumentImpl).c34 = copy$default;
|
|
6494
|
+
protoOf(OptionWithValuesImpl).b35 = copy$default_0;
|
|
6495
|
+
protoOf(OptionWithValuesImpl).c35 = copy$default_1;
|
|
6496
|
+
protoOf(OptionWithValuesImpl).i35 = getValue_0;
|
|
6442
6497
|
protoOf(OptionWithValuesImpl).h2v = parameterHelp;
|
|
6443
6498
|
//endregion
|
|
6444
6499
|
//region block: init
|
|
@@ -6461,13 +6516,14 @@
|
|
|
6461
6516
|
_.$_$.c = context;
|
|
6462
6517
|
_.$_$.d = subcommands;
|
|
6463
6518
|
_.$_$.e = argument;
|
|
6464
|
-
_.$_$.f =
|
|
6465
|
-
_.$_$.g =
|
|
6466
|
-
_.$_$.h =
|
|
6467
|
-
_.$_$.i =
|
|
6468
|
-
_.$_$.j =
|
|
6469
|
-
_.$_$.k =
|
|
6470
|
-
_.$_$.l =
|
|
6519
|
+
_.$_$.f = optional;
|
|
6520
|
+
_.$_$.g = default_0;
|
|
6521
|
+
_.$_$.h = flag;
|
|
6522
|
+
_.$_$.i = option;
|
|
6523
|
+
_.$_$.j = required;
|
|
6524
|
+
_.$_$.k = boolean;
|
|
6525
|
+
_.$_$.l = Companion_instance_3;
|
|
6526
|
+
_.$_$.m = Companion_instance_2;
|
|
6471
6527
|
//endregion
|
|
6472
6528
|
return _;
|
|
6473
6529
|
}(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./mordant-mordant.js')));
|