@continuous-excellence/coupling-cli 1.1.514 → 1.1.516
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/Coupling-cli/com/zegreatrob/coupling/cli/Auth0Environment.mjs +8 -8
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs +39 -38
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigCommand.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/ConfigFileSource.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs +19 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCli.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/CouplingCliConfig.mjs +18 -18
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs +23 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Login.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs +6 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Main.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/Versions.mjs +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs +56 -12
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/WithSdk.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PartyListQuery.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/PlayersQuery.mjs +22 -22
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PartyListQuery_ResponseAdapter.mjs +11 -11
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_ResponseAdapter.mjs +16 -16
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/gql/adapter/PlayersQuery_VariablesAdapter.mjs +2 -2
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs +163 -97
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/BatchContribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs +29 -28
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Contribution.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/ContributionInput.mjs +13 -13
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs +164 -120
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CurrentPairs.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/CycleTimeFromFirstCommit.mjs +3 -3
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs +44 -41
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Party.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs +72 -50
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyDetails.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs +73 -74
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/PartyList.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs +101 -49
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/Players.mjs.map +1 -1
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs +231 -170
- package/kotlin/Coupling-cli/com/zegreatrob/coupling/cli/party/SaveContribution.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/command/CoreSuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/BashCompletionGenerator.mjs +28 -28
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/CompletionGenerator.mjs +4 -4
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/completion/FishCompletionGenerator.mjs +23 -23
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs +117 -112
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/BaseCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/Context.mjs +95 -95
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/core/exceptions.mjs +124 -124
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Finalization.mjs +37 -37
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/internal/Util.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/AbstractHelpFormatter.mjs +134 -134
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/HelpFormatter.mjs +48 -48
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/Localization.mjs +32 -32
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/output/PlaintextHelpFormatter.mjs +26 -26
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/groups/ParameterGroup.mjs +2 -2
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/internal/NullableLateinit.mjs +12 -12
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/EagerOption.mjs +6 -6
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/FlagOption.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/Option.mjs +21 -21
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/OptionWithValues.mjs +189 -189
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformAll.mjs +5 -5
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/options/TransformEach.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/transform/TransformContext.mjs +7 -7
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parameters/types/boolean.mjs +9 -9
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/CommandLineParser.mjs +29 -29
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/Invocation.mjs +45 -45
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/ParserInternals.mjs +227 -227
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/parsers/atfile.mjs +3 -3
- package/kotlin/clikt-clikt/com/github/ajalt/clikt/sources/ValueSource.mjs +15 -15
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs +4 -3
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/command/SuspendingCliktCommand.mjs.map +1 -1
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/core/MordantContext.mjs +16 -16
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/output/MordantHelpFormatter.mjs +64 -64
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/options/PromptOptions.mjs +18 -18
- package/kotlin/clikt-clikt-mordant/com/github/ajalt/clikt/parameters/transform/MordantTransformContext.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/Color.mjs +1 -1
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/ColorSpace.mjs +5 -5
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/WhitePoint.mjs +15 -15
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/internal/Matrix.mjs +10 -10
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi16.mjs +18 -18
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/Ansi256.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/HSV.mjs +24 -24
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/ICtCp.mjs +19 -19
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGB.mjs +119 -119
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/RGBColorSpaces.mjs +132 -132
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/XYZ.mjs +60 -60
- package/kotlin/colormath-root-colormath/com/github/ajalt/colormath/model/xyY.mjs +19 -19
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/BufferedChannel.mjs +2 -2
- package/kotlin/kotlinx-coroutines-core/kotlinx/coroutines/channels/ChannelCoroutine.mjs +2 -2
- package/kotlin/ktor-ktor-websockets/io/ktor/websocket/WebSocketChannelsConfig.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiCodes.mjs +24 -24
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/AnsiRender.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Constants.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/HyperlinkIds.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/MppInternal.jsCommon.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/Parsing.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/cellwidth.mjs +7 -7
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/cellwidthtable.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/internal/gen/emojiseqtable.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/platform/MultiplatformSystem.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/BorderType.mjs +39 -39
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Lines.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Size.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Span.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/TextStyle.mjs +65 -65
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Theme.mjs +44 -44
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Whitespace.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/Widget.mjs +2 -2
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/rendering/WidthRange.mjs +17 -17
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Borders.mjs +4 -4
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/Table.mjs +225 -225
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDsl.mjs +22 -22
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableDslInstances.mjs +138 -138
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/TableLayout.mjs +57 -57
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/table/VerticalLayout.mjs +32 -32
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Prompt.mjs +60 -60
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/StandardTerminalInterface.mjs +14 -14
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/Terminal.mjs +53 -53
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalCursor.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalDetection.mjs +5 -5
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalExtensions.mjs +1 -1
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInfo.mjs +16 -16
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/TerminalInterface.mjs +10 -10
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.js.mjs +19 -19
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/terminal/terminalinterface/TerminalInterface.jsCommon.mjs +13 -13
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/DefinitionList.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/EmptyWidget.mjs +3 -3
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Padding.mjs +56 -56
- package/kotlin/mordant-mordant/com/github/ajalt/mordant/widgets/Text.mjs +67 -67
- package/kotlin/tools-digger-json/com/zegreatrob/tools/digger/json/ContributionDataJson.mjs +107 -107
- package/kotlin/tools-digger-model/com/zegreatrob/tools/digger/model/Contribution.mjs +37 -37
- package/package.json +1 -1
|
@@ -74,77 +74,77 @@ function Builder() {
|
|
|
74
74
|
class $ {
|
|
75
75
|
constructor(command, parent) {
|
|
76
76
|
parent = parent === VOID ? null : parent;
|
|
77
|
-
this.
|
|
77
|
+
this.i5w_1 = parent;
|
|
78
78
|
var tmp = this;
|
|
79
|
-
var tmp0_safe_receiver = this.
|
|
80
|
-
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
81
|
-
tmp.
|
|
82
|
-
this.
|
|
79
|
+
var tmp0_safe_receiver = this.i5w_1;
|
|
80
|
+
var tmp1_elvis_lhs = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.r5t_1;
|
|
81
|
+
tmp.j5w_1 = tmp1_elvis_lhs == null ? true : tmp1_elvis_lhs;
|
|
82
|
+
this.k5w_1 = true;
|
|
83
83
|
var tmp_0 = this;
|
|
84
|
-
var tmp0_safe_receiver_0 = this.
|
|
85
|
-
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.
|
|
86
|
-
tmp_0.
|
|
84
|
+
var tmp0_safe_receiver_0 = this.i5w_1;
|
|
85
|
+
var tmp1_elvis_lhs_0 = tmp0_safe_receiver_0 == null ? null : tmp0_safe_receiver_0.u5t_1;
|
|
86
|
+
tmp_0.l5w_1 = tmp1_elvis_lhs_0 == null ? true : tmp1_elvis_lhs_0;
|
|
87
87
|
var tmp_1 = this;
|
|
88
|
-
var tmp0_safe_receiver_1 = this.
|
|
89
|
-
var tmp1_elvis_lhs_1 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1.
|
|
90
|
-
tmp_1.
|
|
88
|
+
var tmp0_safe_receiver_1 = this.i5w_1;
|
|
89
|
+
var tmp1_elvis_lhs_1 = tmp0_safe_receiver_1 == null ? null : tmp0_safe_receiver_1.v5t_1;
|
|
90
|
+
tmp_1.m5w_1 = tmp1_elvis_lhs_1 == null ? setOf(['-h', '--help']) : tmp1_elvis_lhs_1;
|
|
91
91
|
var tmp_2 = this;
|
|
92
|
-
var tmp0_safe_receiver_2 = this.
|
|
93
|
-
tmp_2.
|
|
92
|
+
var tmp0_safe_receiver_2 = this.i5w_1;
|
|
93
|
+
tmp_2.n5w_1 = tmp0_safe_receiver_2 == null ? null : tmp0_safe_receiver_2.w5t_1;
|
|
94
94
|
var tmp_3 = this;
|
|
95
|
-
var tmp0_safe_receiver_3 = this.
|
|
96
|
-
var tmp1_elvis_lhs_2 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3.
|
|
95
|
+
var tmp0_safe_receiver_3 = this.i5w_1;
|
|
96
|
+
var tmp1_elvis_lhs_2 = tmp0_safe_receiver_3 == null ? null : tmp0_safe_receiver_3.x5t_1;
|
|
97
97
|
var tmp_4;
|
|
98
98
|
if (tmp1_elvis_lhs_2 == null) {
|
|
99
99
|
tmp_4 = Context$Builder$transformToken$lambda;
|
|
100
100
|
} else {
|
|
101
101
|
tmp_4 = tmp1_elvis_lhs_2;
|
|
102
102
|
}
|
|
103
|
-
tmp_3.
|
|
103
|
+
tmp_3.o5w_1 = tmp_4;
|
|
104
104
|
var tmp_5 = this;
|
|
105
|
-
var tmp0_safe_receiver_4 = this.
|
|
106
|
-
var tmp1_safe_receiver = tmp0_safe_receiver_4 == null ? null : tmp0_safe_receiver_4.
|
|
105
|
+
var tmp0_safe_receiver_4 = this.i5w_1;
|
|
106
|
+
var tmp1_safe_receiver = tmp0_safe_receiver_4 == null ? null : tmp0_safe_receiver_4.t5t_1;
|
|
107
107
|
var tmp_6;
|
|
108
108
|
if (tmp1_safe_receiver == null) {
|
|
109
109
|
tmp_6 = null;
|
|
110
110
|
} else {
|
|
111
111
|
// Inline function 'kotlin.let' call
|
|
112
112
|
var tmp_7 = tmp1_safe_receiver + '_';
|
|
113
|
-
var tmp0 = command.
|
|
113
|
+
var tmp0 = command.a5s_1;
|
|
114
114
|
// Inline function 'kotlin.text.replace' call
|
|
115
115
|
// Inline function 'kotlin.text.uppercase' call
|
|
116
116
|
// Inline function 'kotlin.js.asDynamic' call
|
|
117
117
|
tmp_6 = tmp_7 + Regex().ph('\\W').uh(tmp0, '_').toUpperCase();
|
|
118
118
|
}
|
|
119
|
-
tmp_5.
|
|
119
|
+
tmp_5.p5w_1 = tmp_6;
|
|
120
120
|
var tmp_8 = this;
|
|
121
|
-
var tmp0_safe_receiver_5 = this.
|
|
122
|
-
tmp_8.
|
|
121
|
+
var tmp0_safe_receiver_5 = this.i5w_1;
|
|
122
|
+
tmp_8.q5w_1 = tmp0_safe_receiver_5 == null ? null : tmp0_safe_receiver_5.y5t_1;
|
|
123
123
|
var tmp_9 = this;
|
|
124
|
-
var tmp0_safe_receiver_6 = this.
|
|
125
|
-
var tmp1_elvis_lhs_3 = tmp0_safe_receiver_6 == null ? null : tmp0_safe_receiver_6.
|
|
126
|
-
tmp_9.
|
|
124
|
+
var tmp0_safe_receiver_6 = this.i5w_1;
|
|
125
|
+
var tmp1_elvis_lhs_3 = tmp0_safe_receiver_6 == null ? null : tmp0_safe_receiver_6.z5t_1;
|
|
126
|
+
tmp_9.r5w_1 = tmp1_elvis_lhs_3 == null ? true : tmp1_elvis_lhs_3;
|
|
127
127
|
var tmp_10 = this;
|
|
128
|
-
var tmp0_safe_receiver_7 = this.
|
|
129
|
-
tmp_10.
|
|
130
|
-
this.
|
|
128
|
+
var tmp0_safe_receiver_7 = this.i5w_1;
|
|
129
|
+
tmp_10.s5w_1 = tmp0_safe_receiver_7 == null ? null : tmp0_safe_receiver_7.a5u_1;
|
|
130
|
+
this.t5w_1 = get_DEFAULT_CORRECTION_SUGGESTOR();
|
|
131
131
|
var tmp_11 = this;
|
|
132
|
-
var tmp0_safe_receiver_8 = this.
|
|
133
|
-
var tmp1_elvis_lhs_4 = tmp0_safe_receiver_8 == null ? null : tmp0_safe_receiver_8.
|
|
134
|
-
tmp_11.
|
|
132
|
+
var tmp0_safe_receiver_8 = this.i5w_1;
|
|
133
|
+
var tmp1_elvis_lhs_4 = tmp0_safe_receiver_8 == null ? null : tmp0_safe_receiver_8.c5u_1;
|
|
134
|
+
tmp_11.u5w_1 = tmp1_elvis_lhs_4 == null ? get_defaultLocalization() : tmp1_elvis_lhs_4;
|
|
135
135
|
var tmp_12 = this;
|
|
136
|
-
var tmp0_safe_receiver_9 = this.
|
|
137
|
-
var tmp1_elvis_lhs_5 = tmp0_safe_receiver_9 == null ? null : tmp0_safe_receiver_9.
|
|
136
|
+
var tmp0_safe_receiver_9 = this.i5w_1;
|
|
137
|
+
var tmp1_elvis_lhs_5 = tmp0_safe_receiver_9 == null ? null : tmp0_safe_receiver_9.d5u_1;
|
|
138
138
|
var tmp_13;
|
|
139
139
|
if (tmp1_elvis_lhs_5 == null) {
|
|
140
140
|
tmp_13 = Context$Builder$readEnvvar$lambda;
|
|
141
141
|
} else {
|
|
142
142
|
tmp_13 = tmp1_elvis_lhs_5;
|
|
143
143
|
}
|
|
144
|
-
tmp_12.
|
|
144
|
+
tmp_12.v5w_1 = tmp_13;
|
|
145
145
|
var tmp_14 = this;
|
|
146
|
-
var tmp0_safe_receiver_10 = this.
|
|
147
|
-
var tmp1_elvis_lhs_6 = tmp0_safe_receiver_10 == null ? null : tmp0_safe_receiver_10.
|
|
146
|
+
var tmp0_safe_receiver_10 = this.i5w_1;
|
|
147
|
+
var tmp1_elvis_lhs_6 = tmp0_safe_receiver_10 == null ? null : tmp0_safe_receiver_10.e5u_1;
|
|
148
148
|
var tmp_15;
|
|
149
149
|
if (tmp1_elvis_lhs_6 == null) {
|
|
150
150
|
// Inline function 'kotlin.collections.mutableMapOf' call
|
|
@@ -152,21 +152,21 @@ function Builder() {
|
|
|
152
152
|
} else {
|
|
153
153
|
tmp_15 = tmp1_elvis_lhs_6;
|
|
154
154
|
}
|
|
155
|
-
tmp_14.
|
|
155
|
+
tmp_14.w5w_1 = tmp_15;
|
|
156
156
|
var tmp_16 = this;
|
|
157
|
-
var tmp0_safe_receiver_11 = this.
|
|
158
|
-
var tmp1_elvis_lhs_7 = tmp0_safe_receiver_11 == null ? null : tmp0_safe_receiver_11.
|
|
159
|
-
tmp_16.
|
|
157
|
+
var tmp0_safe_receiver_11 = this.i5w_1;
|
|
158
|
+
var tmp1_elvis_lhs_7 = tmp0_safe_receiver_11 == null ? null : tmp0_safe_receiver_11.f5u_1;
|
|
159
|
+
tmp_16.x5w_1 = tmp1_elvis_lhs_7 == null ? get_DefaultMessageEchoer() : tmp1_elvis_lhs_7;
|
|
160
160
|
var tmp_17 = this;
|
|
161
|
-
var tmp0_safe_receiver_12 = this.
|
|
162
|
-
var tmp1_elvis_lhs_8 = tmp0_safe_receiver_12 == null ? null : tmp0_safe_receiver_12.
|
|
161
|
+
var tmp0_safe_receiver_12 = this.i5w_1;
|
|
162
|
+
var tmp1_elvis_lhs_8 = tmp0_safe_receiver_12 == null ? null : tmp0_safe_receiver_12.g5u_1;
|
|
163
163
|
var tmp_18;
|
|
164
164
|
if (tmp1_elvis_lhs_8 == null) {
|
|
165
165
|
tmp_18 = Context$Builder$exitProcess$lambda;
|
|
166
166
|
} else {
|
|
167
167
|
tmp_18 = tmp1_elvis_lhs_8;
|
|
168
168
|
}
|
|
169
|
-
tmp_17.
|
|
169
|
+
tmp_17.y5w_1 = tmp_18;
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
initMetadataForClass($, 'Builder');
|
|
@@ -179,15 +179,15 @@ function Companion() {
|
|
|
179
179
|
if (CompanionClass === VOID) {
|
|
180
180
|
class $ {
|
|
181
181
|
constructor() {
|
|
182
|
-
this.
|
|
183
|
-
this.
|
|
182
|
+
this.b5w_1 = 'default_object';
|
|
183
|
+
this.c5w_1 = 'mordant_terminal';
|
|
184
184
|
}
|
|
185
|
-
|
|
185
|
+
d5w(command, parent, block) {
|
|
186
186
|
// Inline function 'kotlin.with' call
|
|
187
187
|
var $this$with = new (Builder())(command, parent);
|
|
188
188
|
block($this$with);
|
|
189
189
|
var tmp;
|
|
190
|
-
if ($this$with.
|
|
190
|
+
if ($this$with.j5w_1 && !command.w5s()) {
|
|
191
191
|
var tmp_0;
|
|
192
192
|
if (parent == null) {
|
|
193
193
|
tmp_0 = null;
|
|
@@ -200,7 +200,7 @@ function Companion() {
|
|
|
200
200
|
var _iterator__ex2g4s = tmp0.l1();
|
|
201
201
|
while (_iterator__ex2g4s.m1()) {
|
|
202
202
|
var element = _iterator__ex2g4s.n1();
|
|
203
|
-
if (element.
|
|
203
|
+
if (element.q5t_1.w5s()) {
|
|
204
204
|
tmp$ret$4 = true;
|
|
205
205
|
break $l$block;
|
|
206
206
|
}
|
|
@@ -214,18 +214,18 @@ function Companion() {
|
|
|
214
214
|
tmp = false;
|
|
215
215
|
}
|
|
216
216
|
var interspersed = tmp;
|
|
217
|
-
var tmp_1 = $this$with.
|
|
218
|
-
var tmp_2 = $this$with.
|
|
219
|
-
var tmp_3 = $this$with.
|
|
220
|
-
var tmp_4 = toSet($this$with.
|
|
221
|
-
var tmp1_elvis_lhs = $this$with.
|
|
217
|
+
var tmp_1 = $this$with.k5w_1;
|
|
218
|
+
var tmp_2 = $this$with.p5w_1;
|
|
219
|
+
var tmp_3 = $this$with.l5w_1;
|
|
220
|
+
var tmp_4 = toSet($this$with.m5w_1);
|
|
221
|
+
var tmp1_elvis_lhs = $this$with.n5w_1;
|
|
222
222
|
var tmp_5;
|
|
223
223
|
if (tmp1_elvis_lhs == null) {
|
|
224
224
|
tmp_5 = Context$Companion$build$lambda;
|
|
225
225
|
} else {
|
|
226
226
|
tmp_5 = tmp1_elvis_lhs;
|
|
227
227
|
}
|
|
228
|
-
return new (Context())(parent, command, interspersed, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, $this$with.
|
|
228
|
+
return new (Context())(parent, command, interspersed, tmp_1, tmp_2, tmp_3, tmp_4, tmp_5, $this$with.o5w_1, $this$with.q5w_1, $this$with.r5w_1, $this$with.s5w_1, $this$with.t5w_1, $this$with.u5w_1, $this$with.v5w_1, $this$with.w5w_1, $this$with.x5w_1, $this$with.y5w_1);
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
231
|
initMetadataForCompanion($);
|
|
@@ -238,51 +238,51 @@ function Companion_getInstance() {
|
|
|
238
238
|
return Companion_instance;
|
|
239
239
|
}
|
|
240
240
|
function Context$parentNames$lambda(it) {
|
|
241
|
-
return it.
|
|
241
|
+
return it.q5t_1.a5s_1;
|
|
242
242
|
}
|
|
243
243
|
var ContextClass;
|
|
244
244
|
function Context() {
|
|
245
245
|
if (ContextClass === VOID) {
|
|
246
246
|
class $ {
|
|
247
247
|
constructor(parent, command, allowInterspersedArgs, allowGroupedShortOptions, autoEnvvarPrefix, printExtraMessages, helpOptionNames, helpFormatter, transformToken, readArgumentFile, readEnvvarBeforeValueSource, valueSource, suggestTypoCorrection, localization, readEnvvar, data, echoMessage, exitProcess) {
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
251
|
-
this.
|
|
252
|
-
this.
|
|
253
|
-
this.
|
|
254
|
-
this.
|
|
255
|
-
this.
|
|
256
|
-
this.
|
|
257
|
-
this.
|
|
258
|
-
this.
|
|
259
|
-
this.
|
|
260
|
-
this.
|
|
261
|
-
this.
|
|
262
|
-
this.
|
|
263
|
-
this.
|
|
264
|
-
this.
|
|
265
|
-
this.
|
|
266
|
-
this.
|
|
267
|
-
this.
|
|
248
|
+
this.p5t_1 = parent;
|
|
249
|
+
this.q5t_1 = command;
|
|
250
|
+
this.r5t_1 = allowInterspersedArgs;
|
|
251
|
+
this.s5t_1 = allowGroupedShortOptions;
|
|
252
|
+
this.t5t_1 = autoEnvvarPrefix;
|
|
253
|
+
this.u5t_1 = printExtraMessages;
|
|
254
|
+
this.v5t_1 = helpOptionNames;
|
|
255
|
+
this.w5t_1 = helpFormatter;
|
|
256
|
+
this.x5t_1 = transformToken;
|
|
257
|
+
this.y5t_1 = readArgumentFile;
|
|
258
|
+
this.z5t_1 = readEnvvarBeforeValueSource;
|
|
259
|
+
this.a5u_1 = valueSource;
|
|
260
|
+
this.b5u_1 = suggestTypoCorrection;
|
|
261
|
+
this.c5u_1 = localization;
|
|
262
|
+
this.d5u_1 = readEnvvar;
|
|
263
|
+
this.e5u_1 = data;
|
|
264
|
+
this.f5u_1 = echoMessage;
|
|
265
|
+
this.g5u_1 = exitProcess;
|
|
266
|
+
this.h5u_1 = emptyList();
|
|
267
|
+
this.i5u_1 = false;
|
|
268
268
|
var tmp = this;
|
|
269
269
|
// Inline function 'kotlin.collections.mutableListOf' call
|
|
270
|
-
tmp.
|
|
271
|
-
this.
|
|
270
|
+
tmp.j5u_1 = ArrayList().i2();
|
|
271
|
+
this.k5u_1 = emptyList();
|
|
272
272
|
}
|
|
273
|
-
|
|
274
|
-
return firstOrNull(this.
|
|
273
|
+
z5w() {
|
|
274
|
+
return firstOrNull(this.h5u_1);
|
|
275
275
|
}
|
|
276
|
-
|
|
276
|
+
m5v() {
|
|
277
277
|
var tmp = ancestors(this);
|
|
278
278
|
return asReversed(toList(map(tmp, Context$parentNames$lambda)));
|
|
279
279
|
}
|
|
280
|
-
|
|
281
|
-
return plus(this.
|
|
280
|
+
n5v() {
|
|
281
|
+
return plus(this.m5v(), this.q5t_1.a5s_1);
|
|
282
282
|
}
|
|
283
283
|
j6() {
|
|
284
284
|
var err = null;
|
|
285
|
-
var _iterator__ex2g4s = asReversed_0(this.
|
|
285
|
+
var _iterator__ex2g4s = asReversed_0(this.j5u_1).l1();
|
|
286
286
|
while (_iterator__ex2g4s.m1()) {
|
|
287
287
|
var c = _iterator__ex2g4s.n1();
|
|
288
288
|
try {
|
|
@@ -300,17 +300,17 @@ function Context() {
|
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
this.
|
|
303
|
+
this.j5u_1.m4();
|
|
304
304
|
if (!(err == null))
|
|
305
305
|
throw err;
|
|
306
306
|
}
|
|
307
|
-
|
|
308
|
-
return !(this.
|
|
307
|
+
a5x() {
|
|
308
|
+
return !(this.y5t_1 == null);
|
|
309
309
|
}
|
|
310
310
|
toString() {
|
|
311
|
-
var tmp0_safe_receiver = this.
|
|
312
|
-
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.
|
|
313
|
-
return 'Context(command=' + this.
|
|
311
|
+
var tmp0_safe_receiver = this.p5t_1;
|
|
312
|
+
var tmp1_safe_receiver = tmp0_safe_receiver == null ? null : tmp0_safe_receiver.q5t_1;
|
|
313
|
+
return 'Context(command=' + this.q5t_1.a5s_1 + ', parent=' + (tmp1_safe_receiver == null ? null : tmp1_safe_receiver.a5s_1) + ')';
|
|
314
314
|
}
|
|
315
315
|
}
|
|
316
316
|
initMetadataForClass($, 'Context');
|
|
@@ -324,7 +324,7 @@ function selfAndAncestors(_this__u8e3s4) {
|
|
|
324
324
|
}
|
|
325
325
|
function ancestors(_this__u8e3s4) {
|
|
326
326
|
_init_properties_Context_kt__u684jh();
|
|
327
|
-
return generateSequence(_this__u8e3s4.
|
|
327
|
+
return generateSequence(_this__u8e3s4.p5t_1, ancestors$lambda);
|
|
328
328
|
}
|
|
329
329
|
function DEFAULT_CORRECTION_SUGGESTOR$lambda(enteredValue, possibleValues) {
|
|
330
330
|
_init_properties_Context_kt__u684jh();
|
|
@@ -368,16 +368,16 @@ function sam$kotlin_Comparator$0() {
|
|
|
368
368
|
if (sam$kotlin_Comparator$0Class === VOID) {
|
|
369
369
|
class $ {
|
|
370
370
|
constructor(function_0) {
|
|
371
|
-
this.
|
|
371
|
+
this.b5x_1 = function_0;
|
|
372
372
|
}
|
|
373
373
|
si(a, b) {
|
|
374
|
-
return this.
|
|
374
|
+
return this.b5x_1(a, b);
|
|
375
375
|
}
|
|
376
376
|
compare(a, b) {
|
|
377
377
|
return this.si(a, b);
|
|
378
378
|
}
|
|
379
379
|
c5() {
|
|
380
|
-
return this.
|
|
380
|
+
return this.b5x_1;
|
|
381
381
|
}
|
|
382
382
|
equals(other) {
|
|
383
383
|
var tmp;
|
|
@@ -421,11 +421,11 @@ function DefaultMessageEchoer$lambda(_unused_var__etf5q3, message, trailingNewli
|
|
|
421
421
|
}
|
|
422
422
|
function selfAndAncestors$lambda(it) {
|
|
423
423
|
_init_properties_Context_kt__u684jh();
|
|
424
|
-
return it.
|
|
424
|
+
return it.p5t_1;
|
|
425
425
|
}
|
|
426
426
|
function ancestors$lambda(it) {
|
|
427
427
|
_init_properties_Context_kt__u684jh();
|
|
428
|
-
return it.
|
|
428
|
+
return it.p5t_1;
|
|
429
429
|
}
|
|
430
430
|
var properties_initialized_Context_kt_bbur27;
|
|
431
431
|
function _init_properties_Context_kt__u684jh() {
|