@teambit/cli 0.0.897 → 0.0.899

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.
@@ -25,7 +25,7 @@
25
25
  "__schema": "ClassSchema",
26
26
  "location": {
27
27
  "filePath": "cli.main.runtime.ts",
28
- "line": 30,
28
+ "line": 28,
29
29
  "character": 1
30
30
  },
31
31
  "signature": "class CLIMain",
@@ -35,7 +35,7 @@
35
35
  "__schema": "VariableLikeSchema",
36
36
  "location": {
37
37
  "filePath": "cli.main.runtime.ts",
38
- "line": 31,
38
+ "line": 29,
39
39
  "character": 3
40
40
  },
41
41
  "signature": "(property) CLIMain.groups: GroupsType",
@@ -44,7 +44,7 @@
44
44
  "__schema": "TypeRefSchema",
45
45
  "location": {
46
46
  "filePath": "cli.main.runtime.ts",
47
- "line": 31,
47
+ "line": 29,
48
48
  "character": 3
49
49
  },
50
50
  "name": "GroupsType",
@@ -57,7 +57,7 @@
57
57
  "__schema": "ConstructorSchema",
58
58
  "location": {
59
59
  "filePath": "cli.main.runtime.ts",
60
- "line": 32,
60
+ "line": 30,
61
61
  "character": 3
62
62
  },
63
63
  "signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onCommandStartSlot: OnCommandStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
@@ -67,7 +67,7 @@
67
67
  "__schema": "ParameterSchema",
68
68
  "location": {
69
69
  "filePath": "cli.main.runtime.ts",
70
- "line": 33,
70
+ "line": 31,
71
71
  "character": 5
72
72
  },
73
73
  "name": "commandsSlot",
@@ -75,7 +75,7 @@
75
75
  "__schema": "TypeRefSchema",
76
76
  "location": {
77
77
  "filePath": "cli.main.runtime.ts",
78
- "line": 33,
78
+ "line": 31,
79
79
  "character": 27
80
80
  },
81
81
  "name": "CommandsSlot"
@@ -87,7 +87,7 @@
87
87
  "__schema": "ParameterSchema",
88
88
  "location": {
89
89
  "filePath": "cli.main.runtime.ts",
90
- "line": 34,
90
+ "line": 32,
91
91
  "character": 5
92
92
  },
93
93
  "name": "onStartSlot",
@@ -95,7 +95,7 @@
95
95
  "__schema": "TypeRefSchema",
96
96
  "location": {
97
97
  "filePath": "cli.main.runtime.ts",
98
- "line": 34,
98
+ "line": 32,
99
99
  "character": 26
100
100
  },
101
101
  "name": "OnStartSlot",
@@ -108,7 +108,7 @@
108
108
  "__schema": "ParameterSchema",
109
109
  "location": {
110
110
  "filePath": "cli.main.runtime.ts",
111
- "line": 35,
111
+ "line": 33,
112
112
  "character": 5
113
113
  },
114
114
  "name": "onCommandStartSlot",
@@ -116,7 +116,7 @@
116
116
  "__schema": "TypeRefSchema",
117
117
  "location": {
118
118
  "filePath": "cli.main.runtime.ts",
119
- "line": 35,
119
+ "line": 33,
120
120
  "character": 34
121
121
  },
122
122
  "name": "OnCommandStartSlot",
@@ -129,7 +129,7 @@
129
129
  "__schema": "ParameterSchema",
130
130
  "location": {
131
131
  "filePath": "cli.main.runtime.ts",
132
- "line": 36,
132
+ "line": 34,
133
133
  "character": 5
134
134
  },
135
135
  "name": "onBeforeExitSlot",
@@ -137,7 +137,7 @@
137
137
  "__schema": "TypeRefSchema",
138
138
  "location": {
139
139
  "filePath": "cli.main.runtime.ts",
140
- "line": 36,
140
+ "line": 34,
141
141
  "character": 31
142
142
  },
143
143
  "name": "OnBeforeExitSlot",
@@ -150,7 +150,7 @@
150
150
  "__schema": "ParameterSchema",
151
151
  "location": {
152
152
  "filePath": "cli.main.runtime.ts",
153
- "line": 37,
153
+ "line": 35,
154
154
  "character": 5
155
155
  },
156
156
  "name": "logger",
@@ -158,7 +158,7 @@
158
158
  "__schema": "TypeRefSchema",
159
159
  "location": {
160
160
  "filePath": "cli.main.runtime.ts",
161
- "line": 37,
161
+ "line": 35,
162
162
  "character": 21
163
163
  },
164
164
  "name": "Logger",
@@ -175,7 +175,7 @@
175
175
  "__schema": "ThisTypeSchema",
176
176
  "location": {
177
177
  "filePath": "cli.main.runtime.ts",
178
- "line": 30,
178
+ "line": 28,
179
179
  "character": 1
180
180
  },
181
181
  "name": "CLIMain"
@@ -186,14 +186,14 @@
186
186
  "__schema": "FunctionLikeSchema",
187
187
  "location": {
188
188
  "filePath": "cli.main.runtime.ts",
189
- "line": 43,
189
+ "line": 41,
190
190
  "character": 3
191
191
  },
192
192
  "doc": {
193
193
  "__schema": "DocSchema",
194
194
  "location": {
195
195
  "filePath": "cli.main.runtime.ts",
196
- "line": 40,
196
+ "line": 38,
197
197
  "character": 3
198
198
  },
199
199
  "raw": "/**\n * registers a new command in to the CLI.\n */",
@@ -207,7 +207,7 @@
207
207
  "__schema": "ParameterSchema",
208
208
  "location": {
209
209
  "filePath": "cli.main.runtime.ts",
210
- "line": 43,
210
+ "line": 41,
211
211
  "character": 12
212
212
  },
213
213
  "name": "commands",
@@ -215,7 +215,7 @@
215
215
  "__schema": "TypeRefSchema",
216
216
  "location": {
217
217
  "filePath": "cli.main.runtime.ts",
218
- "line": 43,
218
+ "line": 41,
219
219
  "character": 25
220
220
  },
221
221
  "name": "CommandList"
@@ -228,7 +228,7 @@
228
228
  "__schema": "InferenceTypeSchema",
229
229
  "location": {
230
230
  "filePath": "cli.main.runtime.ts",
231
- "line": 43,
231
+ "line": 41,
232
232
  "character": 3
233
233
  },
234
234
  "type": "void"
@@ -239,14 +239,14 @@
239
239
  "__schema": "FunctionLikeSchema",
240
240
  "location": {
241
241
  "filePath": "cli.main.runtime.ts",
242
- "line": 56,
242
+ "line": 54,
243
243
  "character": 3
244
244
  },
245
245
  "doc": {
246
246
  "__schema": "DocSchema",
247
247
  "location": {
248
248
  "filePath": "cli.main.runtime.ts",
249
- "line": 52,
249
+ "line": 50,
250
250
  "character": 3
251
251
  },
252
252
  "raw": "/**\n * helpful for having the same command name in different environments (e.g. legacy and non-legacy).\n * for example `cli.unregister('tag');` removes the \"bit tag\" command.\n */",
@@ -260,7 +260,7 @@
260
260
  "__schema": "ParameterSchema",
261
261
  "location": {
262
262
  "filePath": "cli.main.runtime.ts",
263
- "line": 56,
263
+ "line": 54,
264
264
  "character": 14
265
265
  },
266
266
  "name": "commandName",
@@ -268,7 +268,7 @@
268
268
  "__schema": "KeywordTypeSchema",
269
269
  "location": {
270
270
  "filePath": "cli.main.runtime.ts",
271
- "line": 56,
271
+ "line": 54,
272
272
  "character": 27
273
273
  },
274
274
  "name": "string"
@@ -281,7 +281,7 @@
281
281
  "__schema": "InferenceTypeSchema",
282
282
  "location": {
283
283
  "filePath": "cli.main.runtime.ts",
284
- "line": 56,
284
+ "line": 54,
285
285
  "character": 3
286
286
  },
287
287
  "type": "void"
@@ -292,7 +292,7 @@
292
292
  "__schema": "GetAccessorSchema",
293
293
  "location": {
294
294
  "filePath": "cli.main.runtime.ts",
295
- "line": 68,
295
+ "line": 66,
296
296
  "character": 3
297
297
  },
298
298
  "signature": "(getter) CLIMain.commands: CommandList",
@@ -301,7 +301,7 @@
301
301
  "__schema": "TypeRefSchema",
302
302
  "location": {
303
303
  "filePath": "cli.main.runtime.ts",
304
- "line": 68,
304
+ "line": 66,
305
305
  "character": 3
306
306
  },
307
307
  "name": "CommandList"
@@ -311,14 +311,14 @@
311
311
  "__schema": "FunctionLikeSchema",
312
312
  "location": {
313
313
  "filePath": "cli.main.runtime.ts",
314
- "line": 75,
314
+ "line": 73,
315
315
  "character": 3
316
316
  },
317
317
  "doc": {
318
318
  "__schema": "DocSchema",
319
319
  "location": {
320
320
  "filePath": "cli.main.runtime.ts",
321
- "line": 72,
321
+ "line": 70,
322
322
  "character": 3
323
323
  },
324
324
  "raw": "/**\n * get an instance of a registered command. (useful for aspects to modify and extend existing commands)\n */",
@@ -332,7 +332,7 @@
332
332
  "__schema": "ParameterSchema",
333
333
  "location": {
334
334
  "filePath": "cli.main.runtime.ts",
335
- "line": 75,
335
+ "line": 73,
336
336
  "character": 14
337
337
  },
338
338
  "name": "name",
@@ -340,7 +340,7 @@
340
340
  "__schema": "KeywordTypeSchema",
341
341
  "location": {
342
342
  "filePath": "cli.main.runtime.ts",
343
- "line": 75,
343
+ "line": 73,
344
344
  "character": 20
345
345
  },
346
346
  "name": "string"
@@ -353,7 +353,7 @@
353
353
  "__schema": "TypeUnionSchema",
354
354
  "location": {
355
355
  "filePath": "cli.main.runtime.ts",
356
- "line": 75,
356
+ "line": 73,
357
357
  "character": 29
358
358
  },
359
359
  "types": [
@@ -361,7 +361,7 @@
361
361
  "__schema": "TypeRefSchema",
362
362
  "location": {
363
363
  "filePath": "cli.main.runtime.ts",
364
- "line": 75,
364
+ "line": 73,
365
365
  "character": 29
366
366
  },
367
367
  "name": "Command",
@@ -371,7 +371,7 @@
371
371
  "__schema": "KeywordTypeSchema",
372
372
  "location": {
373
373
  "filePath": "cli.main.runtime.ts",
374
- "line": 75,
374
+ "line": 73,
375
375
  "character": 39
376
376
  },
377
377
  "name": "undefined"
@@ -384,14 +384,14 @@
384
384
  "__schema": "FunctionLikeSchema",
385
385
  "location": {
386
386
  "filePath": "cli.main.runtime.ts",
387
- "line": 85,
387
+ "line": 83,
388
388
  "character": 3
389
389
  },
390
390
  "doc": {
391
391
  "__schema": "DocSchema",
392
392
  "location": {
393
393
  "filePath": "cli.main.runtime.ts",
394
- "line": 79,
394
+ "line": 77,
395
395
  "character": 3
396
396
  },
397
397
  "raw": "/**\n * when running `bit help`, commands are grouped by categories.\n * this method helps registering a new group by providing its name and a description.\n * the name is what needs to be assigned to the `group` property of the Command interface.\n * the description is what shown in the `bit help` output.\n */",
@@ -405,7 +405,7 @@
405
405
  "__schema": "ParameterSchema",
406
406
  "location": {
407
407
  "filePath": "cli.main.runtime.ts",
408
- "line": 85,
408
+ "line": 83,
409
409
  "character": 17
410
410
  },
411
411
  "name": "name",
@@ -413,7 +413,7 @@
413
413
  "__schema": "KeywordTypeSchema",
414
414
  "location": {
415
415
  "filePath": "cli.main.runtime.ts",
416
- "line": 85,
416
+ "line": 83,
417
417
  "character": 23
418
418
  },
419
419
  "name": "string"
@@ -425,7 +425,7 @@
425
425
  "__schema": "ParameterSchema",
426
426
  "location": {
427
427
  "filePath": "cli.main.runtime.ts",
428
- "line": 85,
428
+ "line": 83,
429
429
  "character": 31
430
430
  },
431
431
  "name": "description",
@@ -433,7 +433,7 @@
433
433
  "__schema": "KeywordTypeSchema",
434
434
  "location": {
435
435
  "filePath": "cli.main.runtime.ts",
436
- "line": 85,
436
+ "line": 83,
437
437
  "character": 44
438
438
  },
439
439
  "name": "string"
@@ -446,7 +446,7 @@
446
446
  "__schema": "InferenceTypeSchema",
447
447
  "location": {
448
448
  "filePath": "cli.main.runtime.ts",
449
- "line": 85,
449
+ "line": 83,
450
450
  "character": 3
451
451
  },
452
452
  "type": "void"
@@ -457,14 +457,14 @@
457
457
  "__schema": "FunctionLikeSchema",
458
458
  "location": {
459
459
  "filePath": "cli.main.runtime.ts",
460
- "line": 96,
460
+ "line": 94,
461
461
  "character": 3
462
462
  },
463
463
  "doc": {
464
464
  "__schema": "DocSchema",
465
465
  "location": {
466
466
  "filePath": "cli.main.runtime.ts",
467
- "line": 93,
467
+ "line": 91,
468
468
  "character": 3
469
469
  },
470
470
  "raw": "/**\n * onStart is when bootstrapping the CLI. (it happens before onCommandStart)\n */",
@@ -478,7 +478,7 @@
478
478
  "__schema": "ParameterSchema",
479
479
  "location": {
480
480
  "filePath": "cli.main.runtime.ts",
481
- "line": 96,
481
+ "line": 94,
482
482
  "character": 19
483
483
  },
484
484
  "name": "onStartFn",
@@ -486,7 +486,7 @@
486
486
  "__schema": "TypeRefSchema",
487
487
  "location": {
488
488
  "filePath": "cli.main.runtime.ts",
489
- "line": 96,
489
+ "line": 94,
490
490
  "character": 30
491
491
  },
492
492
  "name": "OnStart",
@@ -500,7 +500,7 @@
500
500
  "__schema": "TypeRefSchema",
501
501
  "location": {
502
502
  "filePath": "cli.main.runtime.ts",
503
- "line": 96,
503
+ "line": 94,
504
504
  "character": 3
505
505
  },
506
506
  "name": "CLIMain"
@@ -511,14 +511,14 @@
511
511
  "__schema": "FunctionLikeSchema",
512
512
  "location": {
513
513
  "filePath": "cli.main.runtime.ts",
514
- "line": 105,
514
+ "line": 103,
515
515
  "character": 3
516
516
  },
517
517
  "doc": {
518
518
  "__schema": "DocSchema",
519
519
  "location": {
520
520
  "filePath": "cli.main.runtime.ts",
521
- "line": 101,
521
+ "line": 99,
522
522
  "character": 3
523
523
  },
524
524
  "raw": "/**\n * onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\n * already. (it happens after onStart)\n */",
@@ -532,7 +532,7 @@
532
532
  "__schema": "ParameterSchema",
533
533
  "location": {
534
534
  "filePath": "cli.main.runtime.ts",
535
- "line": 105,
535
+ "line": 103,
536
536
  "character": 26
537
537
  },
538
538
  "name": "onCommandStartFn",
@@ -540,7 +540,7 @@
540
540
  "__schema": "TypeRefSchema",
541
541
  "location": {
542
542
  "filePath": "cli.main.runtime.ts",
543
- "line": 105,
543
+ "line": 103,
544
544
  "character": 44
545
545
  },
546
546
  "name": "OnCommandStart",
@@ -554,7 +554,7 @@
554
554
  "__schema": "TypeRefSchema",
555
555
  "location": {
556
556
  "filePath": "cli.main.runtime.ts",
557
- "line": 105,
557
+ "line": 103,
558
558
  "character": 3
559
559
  },
560
560
  "name": "CLIMain"
@@ -565,14 +565,14 @@
565
565
  "__schema": "FunctionLikeSchema",
566
566
  "location": {
567
567
  "filePath": "cli.main.runtime.ts",
568
- "line": 125,
568
+ "line": 123,
569
569
  "character": 3
570
570
  },
571
571
  "doc": {
572
572
  "__schema": "DocSchema",
573
573
  "location": {
574
574
  "filePath": "cli.main.runtime.ts",
575
- "line": 110,
575
+ "line": 108,
576
576
  "character": 3
577
577
  },
578
578
  "raw": "/**\n * This will register a function to be called before the process exits.\n * This will run only for \"regular\" exits\n * e.g.\n * yes - command run and finished successfully\n * yes - command run and failed gracefully (code 1)\n * not SIGKILL (kill -9)\n * not SIGINT (Ctrl+C)\n * not SIGTERM (kill)\n * not uncaughtException\n * not unhandledRejection\n *\n * @param onBeforeExitFn\n * @returns\n */",
@@ -582,7 +582,7 @@
582
582
  "__schema": "PropertyLikeTagSchema",
583
583
  "location": {
584
584
  "filePath": "cli.main.runtime.ts",
585
- "line": 122,
585
+ "line": 120,
586
586
  "character": 6
587
587
  },
588
588
  "name": "onBeforeExitFn",
@@ -592,7 +592,7 @@
592
592
  "__schema": "ReturnTagSchema",
593
593
  "location": {
594
594
  "filePath": "cli.main.runtime.ts",
595
- "line": 123,
595
+ "line": 121,
596
596
  "character": 6
597
597
  },
598
598
  "tagName": "return"
@@ -606,7 +606,7 @@
606
606
  "__schema": "ParameterSchema",
607
607
  "location": {
608
608
  "filePath": "cli.main.runtime.ts",
609
- "line": 125,
609
+ "line": 123,
610
610
  "character": 24
611
611
  },
612
612
  "name": "onBeforeExitFn",
@@ -614,7 +614,7 @@
614
614
  "__schema": "TypeRefSchema",
615
615
  "location": {
616
616
  "filePath": "cli.main.runtime.ts",
617
- "line": 125,
617
+ "line": 123,
618
618
  "character": 40
619
619
  },
620
620
  "name": "OnBeforeExitFn",
@@ -628,7 +628,7 @@
628
628
  "__schema": "TypeRefSchema",
629
629
  "location": {
630
630
  "filePath": "cli.main.runtime.ts",
631
- "line": 125,
631
+ "line": 123,
632
632
  "character": 3
633
633
  },
634
634
  "name": "CLIMain"
@@ -639,14 +639,14 @@
639
639
  "__schema": "FunctionLikeSchema",
640
640
  "location": {
641
641
  "filePath": "cli.main.runtime.ts",
642
- "line": 134,
642
+ "line": 132,
643
643
  "character": 3
644
644
  },
645
645
  "doc": {
646
646
  "__schema": "DocSchema",
647
647
  "location": {
648
648
  "filePath": "cli.main.runtime.ts",
649
- "line": 131,
649
+ "line": 129,
650
650
  "character": 3
651
651
  },
652
652
  "raw": "/**\n * execute commands registered to this aspect.\n */",
@@ -660,7 +660,7 @@
660
660
  "__schema": "ParameterSchema",
661
661
  "location": {
662
662
  "filePath": "cli.main.runtime.ts",
663
- "line": 134,
663
+ "line": 132,
664
664
  "character": 13
665
665
  },
666
666
  "name": "hasWorkspace",
@@ -668,7 +668,7 @@
668
668
  "__schema": "KeywordTypeSchema",
669
669
  "location": {
670
670
  "filePath": "cli.main.runtime.ts",
671
- "line": 134,
671
+ "line": 132,
672
672
  "character": 27
673
673
  },
674
674
  "name": "boolean"
@@ -681,7 +681,7 @@
681
681
  "__schema": "InferenceTypeSchema",
682
682
  "location": {
683
683
  "filePath": "cli.main.runtime.ts",
684
- "line": 134,
684
+ "line": 132,
685
685
  "character": 3
686
686
  },
687
687
  "type": "Promise<void>"
@@ -694,7 +694,7 @@
694
694
  "__schema": "VariableLikeSchema",
695
695
  "location": {
696
696
  "filePath": "cli.main.runtime.ts",
697
- "line": 167,
697
+ "line": 165,
698
698
  "character": 3
699
699
  },
700
700
  "signature": "(property) CLIMain.dependencies: Aspect[]",
@@ -703,7 +703,7 @@
703
703
  "__schema": "InferenceTypeSchema",
704
704
  "location": {
705
705
  "filePath": "cli.main.runtime.ts",
706
- "line": 167,
706
+ "line": 165,
707
707
  "character": 3
708
708
  },
709
709
  "type": "Aspect[]"
@@ -715,7 +715,7 @@
715
715
  "__schema": "VariableLikeSchema",
716
716
  "location": {
717
717
  "filePath": "cli.main.runtime.ts",
718
- "line": 168,
718
+ "line": 166,
719
719
  "character": 3
720
720
  },
721
721
  "signature": "(property) CLIMain.runtime: RuntimeDefinition",
@@ -724,7 +724,7 @@
724
724
  "__schema": "InferenceTypeSchema",
725
725
  "location": {
726
726
  "filePath": "cli.main.runtime.ts",
727
- "line": 168,
727
+ "line": 166,
728
728
  "character": 3
729
729
  },
730
730
  "type": "RuntimeDefinition"
@@ -736,7 +736,7 @@
736
736
  "__schema": "VariableLikeSchema",
737
737
  "location": {
738
738
  "filePath": "cli.main.runtime.ts",
739
- "line": 169,
739
+ "line": 167,
740
740
  "character": 3
741
741
  },
742
742
  "signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -745,7 +745,7 @@
745
745
  "__schema": "InferenceTypeSchema",
746
746
  "location": {
747
747
  "filePath": "cli.main.runtime.ts",
748
- "line": 169,
748
+ "line": 167,
749
749
  "character": 3
750
750
  },
751
751
  "type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -757,7 +757,7 @@
757
757
  "__schema": "FunctionLikeSchema",
758
758
  "location": {
759
759
  "filePath": "cli.main.runtime.ts",
760
- "line": 176,
760
+ "line": 174,
761
761
  "character": 3
762
762
  },
763
763
  "signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot]: [\n CommandsSlot,\n OnStartSlot,\n OnCommandStartSlot,\n OnBeforeExitSlot\n]): Promise<CLIMain>",
@@ -767,7 +767,7 @@
767
767
  "__schema": "ParameterSchema",
768
768
  "location": {
769
769
  "filePath": "cli.main.runtime.ts",
770
- "line": 177,
770
+ "line": 175,
771
771
  "character": 5
772
772
  },
773
773
  "name": "[ loggerMain ]",
@@ -775,7 +775,7 @@
775
775
  "__schema": "TupleTypeSchema",
776
776
  "location": {
777
777
  "filePath": "cli.main.runtime.ts",
778
- "line": 177,
778
+ "line": 175,
779
779
  "character": 19
780
780
  },
781
781
  "elements": [
@@ -783,7 +783,7 @@
783
783
  "__schema": "TypeRefSchema",
784
784
  "location": {
785
785
  "filePath": "cli.main.runtime.ts",
786
- "line": 177,
786
+ "line": 175,
787
787
  "character": 20
788
788
  },
789
789
  "name": "LoggerMain",
@@ -801,7 +801,7 @@
801
801
  "__schema": "ParameterSchema",
802
802
  "location": {
803
803
  "filePath": "cli.main.runtime.ts",
804
- "line": 178,
804
+ "line": 176,
805
805
  "character": 5
806
806
  },
807
807
  "name": "config",
@@ -809,7 +809,7 @@
809
809
  "__schema": "InferenceTypeSchema",
810
810
  "location": {
811
811
  "filePath": "cli.main.runtime.ts",
812
- "line": 178,
812
+ "line": 176,
813
813
  "character": 5
814
814
  },
815
815
  "type": "any"
@@ -821,7 +821,7 @@
821
821
  "__schema": "ParameterSchema",
822
822
  "location": {
823
823
  "filePath": "cli.main.runtime.ts",
824
- "line": 179,
824
+ "line": 177,
825
825
  "character": 5
826
826
  },
827
827
  "name": "[ commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot ]",
@@ -829,7 +829,7 @@
829
829
  "__schema": "TupleTypeSchema",
830
830
  "location": {
831
831
  "filePath": "cli.main.runtime.ts",
832
- "line": 179,
832
+ "line": 177,
833
833
  "character": 72
834
834
  },
835
835
  "elements": [
@@ -837,7 +837,7 @@
837
837
  "__schema": "TypeRefSchema",
838
838
  "location": {
839
839
  "filePath": "cli.main.runtime.ts",
840
- "line": 180,
840
+ "line": 178,
841
841
  "character": 7
842
842
  },
843
843
  "name": "CommandsSlot"
@@ -846,7 +846,7 @@
846
846
  "__schema": "TypeRefSchema",
847
847
  "location": {
848
848
  "filePath": "cli.main.runtime.ts",
849
- "line": 181,
849
+ "line": 179,
850
850
  "character": 7
851
851
  },
852
852
  "name": "OnStartSlot",
@@ -856,7 +856,7 @@
856
856
  "__schema": "TypeRefSchema",
857
857
  "location": {
858
858
  "filePath": "cli.main.runtime.ts",
859
- "line": 182,
859
+ "line": 180,
860
860
  "character": 7
861
861
  },
862
862
  "name": "OnCommandStartSlot",
@@ -866,7 +866,7 @@
866
866
  "__schema": "TypeRefSchema",
867
867
  "location": {
868
868
  "filePath": "cli.main.runtime.ts",
869
- "line": 183,
869
+ "line": 181,
870
870
  "character": 7
871
871
  },
872
872
  "name": "OnBeforeExitSlot",
@@ -882,7 +882,7 @@
882
882
  "__schema": "InferenceTypeSchema",
883
883
  "location": {
884
884
  "filePath": "cli.main.runtime.ts",
885
- "line": 176,
885
+ "line": 174,
886
886
  "character": 3
887
887
  },
888
888
  "type": "Promise<CLIMain>"
@@ -909,7 +909,7 @@
909
909
  "__schema": "TypeSchema",
910
910
  "location": {
911
911
  "filePath": "cli.main.runtime.ts",
912
- "line": 20,
912
+ "line": 18,
913
913
  "character": 1
914
914
  },
915
915
  "signature": "type CommandList = Command[]",
@@ -918,7 +918,7 @@
918
918
  "__schema": "TypeRefSchema",
919
919
  "location": {
920
920
  "filePath": "cli.main.runtime.ts",
921
- "line": 20,
921
+ "line": 18,
922
922
  "character": 27
923
923
  },
924
924
  "name": "Array",
@@ -927,7 +927,7 @@
927
927
  "__schema": "TypeRefSchema",
928
928
  "location": {
929
929
  "filePath": "cli.main.runtime.ts",
930
- "line": 20,
930
+ "line": 18,
931
931
  "character": 33
932
932
  },
933
933
  "name": "Command",
@@ -949,7 +949,7 @@
949
949
  "__schema": "TypeSchema",
950
950
  "location": {
951
951
  "filePath": "cli.main.runtime.ts",
952
- "line": 27,
952
+ "line": 25,
953
953
  "character": 1
954
954
  },
955
955
  "signature": "type CommandsSlot = SlotRegistry<CommandList>",
@@ -958,7 +958,7 @@
958
958
  "__schema": "TypeRefSchema",
959
959
  "location": {
960
960
  "filePath": "cli.main.runtime.ts",
961
- "line": 27,
961
+ "line": 25,
962
962
  "character": 28
963
963
  },
964
964
  "name": "SlotRegistry",
@@ -972,7 +972,7 @@
972
972
  "__schema": "TypeRefSchema",
973
973
  "location": {
974
974
  "filePath": "cli.main.runtime.ts",
975
- "line": 27,
975
+ "line": 25,
976
976
  "character": 41
977
977
  },
978
978
  "name": "CommandList"
@@ -1061,19 +1061,19 @@
1061
1061
  "__schema": "ExportSchema",
1062
1062
  "location": {
1063
1063
  "filePath": "index.ts",
1064
- "line": 5,
1065
- "character": 15
1064
+ "line": 4,
1065
+ "character": 55
1066
1066
  },
1067
1067
  "name": "CommandOptions",
1068
1068
  "exportNode": {
1069
1069
  "__schema": "TypeRefSchema",
1070
1070
  "location": {
1071
1071
  "filePath": "index.ts",
1072
- "line": 5,
1073
- "character": 15
1072
+ "line": 4,
1073
+ "character": 55
1074
1074
  },
1075
1075
  "name": "CommandOptions",
1076
- "packageName": "@teambit/legacy/dist/cli/legacy-command"
1076
+ "packageName": "@teambit/legacy/dist/cli/command"
1077
1077
  }
1078
1078
  },
1079
1079
  {
@@ -1179,7 +1179,7 @@
1179
1179
  "_legacy": {
1180
1180
  "scope": "teambit.harmony",
1181
1181
  "name": "cli",
1182
- "version": "0.0.897"
1182
+ "version": "0.0.899"
1183
1183
  },
1184
1184
  "_scope": "teambit.harmony"
1185
1185
  }
@@ -1193,7 +1193,7 @@
1193
1193
  "__schema": "ExportSchema",
1194
1194
  "location": {
1195
1195
  "filePath": "index.ts",
1196
- "line": 8,
1196
+ "line": 7,
1197
1197
  "character": 23
1198
1198
  },
1199
1199
  "name": "CLIAspect",
@@ -1229,7 +1229,7 @@
1229
1229
  "__schema": "ExportSchema",
1230
1230
  "location": {
1231
1231
  "filePath": "index.ts",
1232
- "line": 8,
1232
+ "line": 7,
1233
1233
  "character": 32
1234
1234
  },
1235
1235
  "name": "MainRuntime",
@@ -1264,7 +1264,7 @@
1264
1264
  "__schema": "ExportSchema",
1265
1265
  "location": {
1266
1266
  "filePath": "index.ts",
1267
- "line": 8,
1267
+ "line": 7,
1268
1268
  "character": 45
1269
1269
  },
1270
1270
  "name": "CLIAspect",
@@ -1311,7 +1311,7 @@
1311
1311
  "__schema": "TypeSchema",
1312
1312
  "location": {
1313
1313
  "filePath": "cli.main.runtime.ts",
1314
- "line": 20,
1314
+ "line": 18,
1315
1315
  "character": 1
1316
1316
  },
1317
1317
  "signature": "type CommandList = Command[]",
@@ -1320,7 +1320,7 @@
1320
1320
  "__schema": "TypeRefSchema",
1321
1321
  "location": {
1322
1322
  "filePath": "cli.main.runtime.ts",
1323
- "line": 20,
1323
+ "line": 18,
1324
1324
  "character": 27
1325
1325
  },
1326
1326
  "name": "Array",
@@ -1329,7 +1329,7 @@
1329
1329
  "__schema": "TypeRefSchema",
1330
1330
  "location": {
1331
1331
  "filePath": "cli.main.runtime.ts",
1332
- "line": 20,
1332
+ "line": 18,
1333
1333
  "character": 33
1334
1334
  },
1335
1335
  "name": "Command",
@@ -1342,7 +1342,7 @@
1342
1342
  "__schema": "TypeSchema",
1343
1343
  "location": {
1344
1344
  "filePath": "cli.main.runtime.ts",
1345
- "line": 21,
1345
+ "line": 19,
1346
1346
  "character": 1
1347
1347
  },
1348
1348
  "signature": "type OnStart = (hasWorkspace: boolean, currentCommand: string, commandObject?: Command) => Promise<void>",
@@ -1351,7 +1351,7 @@
1351
1351
  "__schema": "FunctionLikeSchema",
1352
1352
  "location": {
1353
1353
  "filePath": "cli.main.runtime.ts",
1354
- "line": 21,
1354
+ "line": 19,
1355
1355
  "character": 23
1356
1356
  },
1357
1357
  "signature": "(hasWorkspace: boolean, currentCommand: string, commandObject?: \u001b[2m(package: @teambit/legacy/dist/cli/command)\u001b[22m Command): Promise<void>",
@@ -1361,7 +1361,7 @@
1361
1361
  "__schema": "ParameterSchema",
1362
1362
  "location": {
1363
1363
  "filePath": "cli.main.runtime.ts",
1364
- "line": 21,
1364
+ "line": 19,
1365
1365
  "character": 24
1366
1366
  },
1367
1367
  "name": "hasWorkspace",
@@ -1369,7 +1369,7 @@
1369
1369
  "__schema": "KeywordTypeSchema",
1370
1370
  "location": {
1371
1371
  "filePath": "cli.main.runtime.ts",
1372
- "line": 21,
1372
+ "line": 19,
1373
1373
  "character": 38
1374
1374
  },
1375
1375
  "name": "boolean"
@@ -1381,7 +1381,7 @@
1381
1381
  "__schema": "ParameterSchema",
1382
1382
  "location": {
1383
1383
  "filePath": "cli.main.runtime.ts",
1384
- "line": 21,
1384
+ "line": 19,
1385
1385
  "character": 47
1386
1386
  },
1387
1387
  "name": "currentCommand",
@@ -1389,7 +1389,7 @@
1389
1389
  "__schema": "KeywordTypeSchema",
1390
1390
  "location": {
1391
1391
  "filePath": "cli.main.runtime.ts",
1392
- "line": 21,
1392
+ "line": 19,
1393
1393
  "character": 63
1394
1394
  },
1395
1395
  "name": "string"
@@ -1401,7 +1401,7 @@
1401
1401
  "__schema": "ParameterSchema",
1402
1402
  "location": {
1403
1403
  "filePath": "cli.main.runtime.ts",
1404
- "line": 21,
1404
+ "line": 19,
1405
1405
  "character": 71
1406
1406
  },
1407
1407
  "name": "commandObject",
@@ -1409,7 +1409,7 @@
1409
1409
  "__schema": "TypeRefSchema",
1410
1410
  "location": {
1411
1411
  "filePath": "cli.main.runtime.ts",
1412
- "line": 21,
1412
+ "line": 19,
1413
1413
  "character": 87
1414
1414
  },
1415
1415
  "name": "Command",
@@ -1423,7 +1423,7 @@
1423
1423
  "__schema": "TypeRefSchema",
1424
1424
  "location": {
1425
1425
  "filePath": "cli.main.runtime.ts",
1426
- "line": 21,
1426
+ "line": 19,
1427
1427
  "character": 99
1428
1428
  },
1429
1429
  "name": "Promise",
@@ -1432,7 +1432,7 @@
1432
1432
  "__schema": "KeywordTypeSchema",
1433
1433
  "location": {
1434
1434
  "filePath": "cli.main.runtime.ts",
1435
- "line": 21,
1435
+ "line": 19,
1436
1436
  "character": 107
1437
1437
  },
1438
1438
  "name": "void"
@@ -1446,7 +1446,7 @@
1446
1446
  "__schema": "TypeSchema",
1447
1447
  "location": {
1448
1448
  "filePath": "cli.main.runtime.ts",
1449
- "line": 22,
1449
+ "line": 20,
1450
1450
  "character": 1
1451
1451
  },
1452
1452
  "signature": "type OnCommandStart = (commandName: string, args: CLIArgs, flags: Flags) => Promise<void>",
@@ -1455,7 +1455,7 @@
1455
1455
  "__schema": "FunctionLikeSchema",
1456
1456
  "location": {
1457
1457
  "filePath": "cli.main.runtime.ts",
1458
- "line": 22,
1458
+ "line": 20,
1459
1459
  "character": 30
1460
1460
  },
1461
1461
  "signature": "(commandName: string, args: \u001b[2m(package: @teambit/legacy/dist/cli/command)\u001b[22m CLIArgs, flags: \u001b[2m(package: @teambit/legacy/dist/cli/command)\u001b[22m Flags): Promise<void>",
@@ -1465,7 +1465,7 @@
1465
1465
  "__schema": "ParameterSchema",
1466
1466
  "location": {
1467
1467
  "filePath": "cli.main.runtime.ts",
1468
- "line": 22,
1468
+ "line": 20,
1469
1469
  "character": 31
1470
1470
  },
1471
1471
  "name": "commandName",
@@ -1473,7 +1473,7 @@
1473
1473
  "__schema": "KeywordTypeSchema",
1474
1474
  "location": {
1475
1475
  "filePath": "cli.main.runtime.ts",
1476
- "line": 22,
1476
+ "line": 20,
1477
1477
  "character": 44
1478
1478
  },
1479
1479
  "name": "string"
@@ -1485,7 +1485,7 @@
1485
1485
  "__schema": "ParameterSchema",
1486
1486
  "location": {
1487
1487
  "filePath": "cli.main.runtime.ts",
1488
- "line": 22,
1488
+ "line": 20,
1489
1489
  "character": 52
1490
1490
  },
1491
1491
  "name": "args",
@@ -1493,7 +1493,7 @@
1493
1493
  "__schema": "TypeRefSchema",
1494
1494
  "location": {
1495
1495
  "filePath": "cli.main.runtime.ts",
1496
- "line": 22,
1496
+ "line": 20,
1497
1497
  "character": 58
1498
1498
  },
1499
1499
  "name": "CLIArgs",
@@ -1506,7 +1506,7 @@
1506
1506
  "__schema": "ParameterSchema",
1507
1507
  "location": {
1508
1508
  "filePath": "cli.main.runtime.ts",
1509
- "line": 22,
1509
+ "line": 20,
1510
1510
  "character": 67
1511
1511
  },
1512
1512
  "name": "flags",
@@ -1514,7 +1514,7 @@
1514
1514
  "__schema": "TypeRefSchema",
1515
1515
  "location": {
1516
1516
  "filePath": "cli.main.runtime.ts",
1517
- "line": 22,
1517
+ "line": 20,
1518
1518
  "character": 74
1519
1519
  },
1520
1520
  "name": "Flags",
@@ -1528,7 +1528,7 @@
1528
1528
  "__schema": "TypeRefSchema",
1529
1529
  "location": {
1530
1530
  "filePath": "cli.main.runtime.ts",
1531
- "line": 22,
1531
+ "line": 20,
1532
1532
  "character": 84
1533
1533
  },
1534
1534
  "name": "Promise",
@@ -1537,7 +1537,7 @@
1537
1537
  "__schema": "KeywordTypeSchema",
1538
1538
  "location": {
1539
1539
  "filePath": "cli.main.runtime.ts",
1540
- "line": 22,
1540
+ "line": 20,
1541
1541
  "character": 92
1542
1542
  },
1543
1543
  "name": "void"
@@ -1551,7 +1551,7 @@
1551
1551
  "__schema": "TypeSchema",
1552
1552
  "location": {
1553
1553
  "filePath": "cli.main.runtime.ts",
1554
- "line": 23,
1554
+ "line": 21,
1555
1555
  "character": 1
1556
1556
  },
1557
1557
  "signature": "type OnBeforeExitFn = () => Promise<void>",
@@ -1560,7 +1560,7 @@
1560
1560
  "__schema": "FunctionLikeSchema",
1561
1561
  "location": {
1562
1562
  "filePath": "cli.main.runtime.ts",
1563
- "line": 23,
1563
+ "line": 21,
1564
1564
  "character": 30
1565
1565
  },
1566
1566
  "signature": "(): Promise<void>",
@@ -1570,7 +1570,7 @@
1570
1570
  "__schema": "TypeRefSchema",
1571
1571
  "location": {
1572
1572
  "filePath": "cli.main.runtime.ts",
1573
- "line": 23,
1573
+ "line": 21,
1574
1574
  "character": 36
1575
1575
  },
1576
1576
  "name": "Promise",
@@ -1579,7 +1579,7 @@
1579
1579
  "__schema": "KeywordTypeSchema",
1580
1580
  "location": {
1581
1581
  "filePath": "cli.main.runtime.ts",
1582
- "line": 23,
1582
+ "line": 21,
1583
1583
  "character": 44
1584
1584
  },
1585
1585
  "name": "void"
@@ -1593,7 +1593,7 @@
1593
1593
  "__schema": "TypeSchema",
1594
1594
  "location": {
1595
1595
  "filePath": "cli.main.runtime.ts",
1596
- "line": 25,
1596
+ "line": 23,
1597
1597
  "character": 1
1598
1598
  },
1599
1599
  "signature": "type OnStartSlot = SlotRegistry<OnStart>",
@@ -1602,7 +1602,7 @@
1602
1602
  "__schema": "TypeRefSchema",
1603
1603
  "location": {
1604
1604
  "filePath": "cli.main.runtime.ts",
1605
- "line": 25,
1605
+ "line": 23,
1606
1606
  "character": 27
1607
1607
  },
1608
1608
  "name": "SlotRegistry",
@@ -1616,7 +1616,7 @@
1616
1616
  "__schema": "TypeRefSchema",
1617
1617
  "location": {
1618
1618
  "filePath": "cli.main.runtime.ts",
1619
- "line": 25,
1619
+ "line": 23,
1620
1620
  "character": 40
1621
1621
  },
1622
1622
  "name": "OnStart",
@@ -1629,7 +1629,7 @@
1629
1629
  "__schema": "TypeSchema",
1630
1630
  "location": {
1631
1631
  "filePath": "cli.main.runtime.ts",
1632
- "line": 26,
1632
+ "line": 24,
1633
1633
  "character": 1
1634
1634
  },
1635
1635
  "signature": "type OnCommandStartSlot = SlotRegistry<OnCommandStart>",
@@ -1638,7 +1638,7 @@
1638
1638
  "__schema": "TypeRefSchema",
1639
1639
  "location": {
1640
1640
  "filePath": "cli.main.runtime.ts",
1641
- "line": 26,
1641
+ "line": 24,
1642
1642
  "character": 34
1643
1643
  },
1644
1644
  "name": "SlotRegistry",
@@ -1652,7 +1652,7 @@
1652
1652
  "__schema": "TypeRefSchema",
1653
1653
  "location": {
1654
1654
  "filePath": "cli.main.runtime.ts",
1655
- "line": 26,
1655
+ "line": 24,
1656
1656
  "character": 47
1657
1657
  },
1658
1658
  "name": "OnCommandStart",
@@ -1665,7 +1665,7 @@
1665
1665
  "__schema": "TypeSchema",
1666
1666
  "location": {
1667
1667
  "filePath": "cli.main.runtime.ts",
1668
- "line": 27,
1668
+ "line": 25,
1669
1669
  "character": 1
1670
1670
  },
1671
1671
  "signature": "type CommandsSlot = SlotRegistry<CommandList>",
@@ -1674,7 +1674,7 @@
1674
1674
  "__schema": "TypeRefSchema",
1675
1675
  "location": {
1676
1676
  "filePath": "cli.main.runtime.ts",
1677
- "line": 27,
1677
+ "line": 25,
1678
1678
  "character": 28
1679
1679
  },
1680
1680
  "name": "SlotRegistry",
@@ -1688,7 +1688,7 @@
1688
1688
  "__schema": "TypeRefSchema",
1689
1689
  "location": {
1690
1690
  "filePath": "cli.main.runtime.ts",
1691
- "line": 27,
1691
+ "line": 25,
1692
1692
  "character": 41
1693
1693
  },
1694
1694
  "name": "CommandList"
@@ -1700,7 +1700,7 @@
1700
1700
  "__schema": "TypeSchema",
1701
1701
  "location": {
1702
1702
  "filePath": "cli.main.runtime.ts",
1703
- "line": 28,
1703
+ "line": 26,
1704
1704
  "character": 1
1705
1705
  },
1706
1706
  "signature": "type OnBeforeExitSlot = SlotRegistry<OnBeforeExitFn>",
@@ -1709,7 +1709,7 @@
1709
1709
  "__schema": "TypeRefSchema",
1710
1710
  "location": {
1711
1711
  "filePath": "cli.main.runtime.ts",
1712
- "line": 28,
1712
+ "line": 26,
1713
1713
  "character": 32
1714
1714
  },
1715
1715
  "name": "SlotRegistry",
@@ -1723,7 +1723,7 @@
1723
1723
  "__schema": "TypeRefSchema",
1724
1724
  "location": {
1725
1725
  "filePath": "cli.main.runtime.ts",
1726
- "line": 28,
1726
+ "line": 26,
1727
1727
  "character": 45
1728
1728
  },
1729
1729
  "name": "OnBeforeExitFn",
@@ -1736,7 +1736,7 @@
1736
1736
  "__schema": "ClassSchema",
1737
1737
  "location": {
1738
1738
  "filePath": "cli.main.runtime.ts",
1739
- "line": 30,
1739
+ "line": 28,
1740
1740
  "character": 1
1741
1741
  },
1742
1742
  "signature": "class CLIMain",
@@ -1746,7 +1746,7 @@
1746
1746
  "__schema": "VariableLikeSchema",
1747
1747
  "location": {
1748
1748
  "filePath": "cli.main.runtime.ts",
1749
- "line": 31,
1749
+ "line": 29,
1750
1750
  "character": 3
1751
1751
  },
1752
1752
  "signature": "(property) CLIMain.groups: GroupsType",
@@ -1755,7 +1755,7 @@
1755
1755
  "__schema": "TypeRefSchema",
1756
1756
  "location": {
1757
1757
  "filePath": "cli.main.runtime.ts",
1758
- "line": 31,
1758
+ "line": 29,
1759
1759
  "character": 3
1760
1760
  },
1761
1761
  "name": "GroupsType",
@@ -1768,7 +1768,7 @@
1768
1768
  "__schema": "ConstructorSchema",
1769
1769
  "location": {
1770
1770
  "filePath": "cli.main.runtime.ts",
1771
- "line": 32,
1771
+ "line": 30,
1772
1772
  "character": 3
1773
1773
  },
1774
1774
  "signature": "constructor CLIMain(commandsSlot: CommandsSlot, onStartSlot: OnStartSlot, onCommandStartSlot: OnCommandStartSlot, onBeforeExitSlot: OnBeforeExitSlot, logger: Logger): CLIMain",
@@ -1778,7 +1778,7 @@
1778
1778
  "__schema": "ParameterSchema",
1779
1779
  "location": {
1780
1780
  "filePath": "cli.main.runtime.ts",
1781
- "line": 33,
1781
+ "line": 31,
1782
1782
  "character": 5
1783
1783
  },
1784
1784
  "name": "commandsSlot",
@@ -1786,7 +1786,7 @@
1786
1786
  "__schema": "TypeRefSchema",
1787
1787
  "location": {
1788
1788
  "filePath": "cli.main.runtime.ts",
1789
- "line": 33,
1789
+ "line": 31,
1790
1790
  "character": 27
1791
1791
  },
1792
1792
  "name": "CommandsSlot"
@@ -1798,7 +1798,7 @@
1798
1798
  "__schema": "ParameterSchema",
1799
1799
  "location": {
1800
1800
  "filePath": "cli.main.runtime.ts",
1801
- "line": 34,
1801
+ "line": 32,
1802
1802
  "character": 5
1803
1803
  },
1804
1804
  "name": "onStartSlot",
@@ -1806,7 +1806,7 @@
1806
1806
  "__schema": "TypeRefSchema",
1807
1807
  "location": {
1808
1808
  "filePath": "cli.main.runtime.ts",
1809
- "line": 34,
1809
+ "line": 32,
1810
1810
  "character": 26
1811
1811
  },
1812
1812
  "name": "OnStartSlot",
@@ -1819,7 +1819,7 @@
1819
1819
  "__schema": "ParameterSchema",
1820
1820
  "location": {
1821
1821
  "filePath": "cli.main.runtime.ts",
1822
- "line": 35,
1822
+ "line": 33,
1823
1823
  "character": 5
1824
1824
  },
1825
1825
  "name": "onCommandStartSlot",
@@ -1827,7 +1827,7 @@
1827
1827
  "__schema": "TypeRefSchema",
1828
1828
  "location": {
1829
1829
  "filePath": "cli.main.runtime.ts",
1830
- "line": 35,
1830
+ "line": 33,
1831
1831
  "character": 34
1832
1832
  },
1833
1833
  "name": "OnCommandStartSlot",
@@ -1840,7 +1840,7 @@
1840
1840
  "__schema": "ParameterSchema",
1841
1841
  "location": {
1842
1842
  "filePath": "cli.main.runtime.ts",
1843
- "line": 36,
1843
+ "line": 34,
1844
1844
  "character": 5
1845
1845
  },
1846
1846
  "name": "onBeforeExitSlot",
@@ -1848,7 +1848,7 @@
1848
1848
  "__schema": "TypeRefSchema",
1849
1849
  "location": {
1850
1850
  "filePath": "cli.main.runtime.ts",
1851
- "line": 36,
1851
+ "line": 34,
1852
1852
  "character": 31
1853
1853
  },
1854
1854
  "name": "OnBeforeExitSlot",
@@ -1861,7 +1861,7 @@
1861
1861
  "__schema": "ParameterSchema",
1862
1862
  "location": {
1863
1863
  "filePath": "cli.main.runtime.ts",
1864
- "line": 37,
1864
+ "line": 35,
1865
1865
  "character": 5
1866
1866
  },
1867
1867
  "name": "logger",
@@ -1869,7 +1869,7 @@
1869
1869
  "__schema": "TypeRefSchema",
1870
1870
  "location": {
1871
1871
  "filePath": "cli.main.runtime.ts",
1872
- "line": 37,
1872
+ "line": 35,
1873
1873
  "character": 21
1874
1874
  },
1875
1875
  "name": "Logger",
@@ -1886,7 +1886,7 @@
1886
1886
  "__schema": "ThisTypeSchema",
1887
1887
  "location": {
1888
1888
  "filePath": "cli.main.runtime.ts",
1889
- "line": 30,
1889
+ "line": 28,
1890
1890
  "character": 1
1891
1891
  },
1892
1892
  "name": "CLIMain"
@@ -1897,14 +1897,14 @@
1897
1897
  "__schema": "FunctionLikeSchema",
1898
1898
  "location": {
1899
1899
  "filePath": "cli.main.runtime.ts",
1900
- "line": 43,
1900
+ "line": 41,
1901
1901
  "character": 3
1902
1902
  },
1903
1903
  "doc": {
1904
1904
  "__schema": "DocSchema",
1905
1905
  "location": {
1906
1906
  "filePath": "cli.main.runtime.ts",
1907
- "line": 40,
1907
+ "line": 38,
1908
1908
  "character": 3
1909
1909
  },
1910
1910
  "raw": "/**\n * registers a new command in to the CLI.\n */",
@@ -1918,7 +1918,7 @@
1918
1918
  "__schema": "ParameterSchema",
1919
1919
  "location": {
1920
1920
  "filePath": "cli.main.runtime.ts",
1921
- "line": 43,
1921
+ "line": 41,
1922
1922
  "character": 12
1923
1923
  },
1924
1924
  "name": "commands",
@@ -1926,7 +1926,7 @@
1926
1926
  "__schema": "TypeRefSchema",
1927
1927
  "location": {
1928
1928
  "filePath": "cli.main.runtime.ts",
1929
- "line": 43,
1929
+ "line": 41,
1930
1930
  "character": 25
1931
1931
  },
1932
1932
  "name": "CommandList"
@@ -1939,7 +1939,7 @@
1939
1939
  "__schema": "InferenceTypeSchema",
1940
1940
  "location": {
1941
1941
  "filePath": "cli.main.runtime.ts",
1942
- "line": 43,
1942
+ "line": 41,
1943
1943
  "character": 3
1944
1944
  },
1945
1945
  "type": "void"
@@ -1950,14 +1950,14 @@
1950
1950
  "__schema": "FunctionLikeSchema",
1951
1951
  "location": {
1952
1952
  "filePath": "cli.main.runtime.ts",
1953
- "line": 56,
1953
+ "line": 54,
1954
1954
  "character": 3
1955
1955
  },
1956
1956
  "doc": {
1957
1957
  "__schema": "DocSchema",
1958
1958
  "location": {
1959
1959
  "filePath": "cli.main.runtime.ts",
1960
- "line": 52,
1960
+ "line": 50,
1961
1961
  "character": 3
1962
1962
  },
1963
1963
  "raw": "/**\n * helpful for having the same command name in different environments (e.g. legacy and non-legacy).\n * for example `cli.unregister('tag');` removes the \"bit tag\" command.\n */",
@@ -1971,7 +1971,7 @@
1971
1971
  "__schema": "ParameterSchema",
1972
1972
  "location": {
1973
1973
  "filePath": "cli.main.runtime.ts",
1974
- "line": 56,
1974
+ "line": 54,
1975
1975
  "character": 14
1976
1976
  },
1977
1977
  "name": "commandName",
@@ -1979,7 +1979,7 @@
1979
1979
  "__schema": "KeywordTypeSchema",
1980
1980
  "location": {
1981
1981
  "filePath": "cli.main.runtime.ts",
1982
- "line": 56,
1982
+ "line": 54,
1983
1983
  "character": 27
1984
1984
  },
1985
1985
  "name": "string"
@@ -1992,7 +1992,7 @@
1992
1992
  "__schema": "InferenceTypeSchema",
1993
1993
  "location": {
1994
1994
  "filePath": "cli.main.runtime.ts",
1995
- "line": 56,
1995
+ "line": 54,
1996
1996
  "character": 3
1997
1997
  },
1998
1998
  "type": "void"
@@ -2003,7 +2003,7 @@
2003
2003
  "__schema": "GetAccessorSchema",
2004
2004
  "location": {
2005
2005
  "filePath": "cli.main.runtime.ts",
2006
- "line": 68,
2006
+ "line": 66,
2007
2007
  "character": 3
2008
2008
  },
2009
2009
  "signature": "(getter) CLIMain.commands: CommandList",
@@ -2012,7 +2012,7 @@
2012
2012
  "__schema": "TypeRefSchema",
2013
2013
  "location": {
2014
2014
  "filePath": "cli.main.runtime.ts",
2015
- "line": 68,
2015
+ "line": 66,
2016
2016
  "character": 3
2017
2017
  },
2018
2018
  "name": "CommandList"
@@ -2022,14 +2022,14 @@
2022
2022
  "__schema": "FunctionLikeSchema",
2023
2023
  "location": {
2024
2024
  "filePath": "cli.main.runtime.ts",
2025
- "line": 75,
2025
+ "line": 73,
2026
2026
  "character": 3
2027
2027
  },
2028
2028
  "doc": {
2029
2029
  "__schema": "DocSchema",
2030
2030
  "location": {
2031
2031
  "filePath": "cli.main.runtime.ts",
2032
- "line": 72,
2032
+ "line": 70,
2033
2033
  "character": 3
2034
2034
  },
2035
2035
  "raw": "/**\n * get an instance of a registered command. (useful for aspects to modify and extend existing commands)\n */",
@@ -2043,7 +2043,7 @@
2043
2043
  "__schema": "ParameterSchema",
2044
2044
  "location": {
2045
2045
  "filePath": "cli.main.runtime.ts",
2046
- "line": 75,
2046
+ "line": 73,
2047
2047
  "character": 14
2048
2048
  },
2049
2049
  "name": "name",
@@ -2051,7 +2051,7 @@
2051
2051
  "__schema": "KeywordTypeSchema",
2052
2052
  "location": {
2053
2053
  "filePath": "cli.main.runtime.ts",
2054
- "line": 75,
2054
+ "line": 73,
2055
2055
  "character": 20
2056
2056
  },
2057
2057
  "name": "string"
@@ -2064,7 +2064,7 @@
2064
2064
  "__schema": "TypeUnionSchema",
2065
2065
  "location": {
2066
2066
  "filePath": "cli.main.runtime.ts",
2067
- "line": 75,
2067
+ "line": 73,
2068
2068
  "character": 29
2069
2069
  },
2070
2070
  "types": [
@@ -2072,7 +2072,7 @@
2072
2072
  "__schema": "TypeRefSchema",
2073
2073
  "location": {
2074
2074
  "filePath": "cli.main.runtime.ts",
2075
- "line": 75,
2075
+ "line": 73,
2076
2076
  "character": 29
2077
2077
  },
2078
2078
  "name": "Command",
@@ -2082,7 +2082,7 @@
2082
2082
  "__schema": "KeywordTypeSchema",
2083
2083
  "location": {
2084
2084
  "filePath": "cli.main.runtime.ts",
2085
- "line": 75,
2085
+ "line": 73,
2086
2086
  "character": 39
2087
2087
  },
2088
2088
  "name": "undefined"
@@ -2095,14 +2095,14 @@
2095
2095
  "__schema": "FunctionLikeSchema",
2096
2096
  "location": {
2097
2097
  "filePath": "cli.main.runtime.ts",
2098
- "line": 85,
2098
+ "line": 83,
2099
2099
  "character": 3
2100
2100
  },
2101
2101
  "doc": {
2102
2102
  "__schema": "DocSchema",
2103
2103
  "location": {
2104
2104
  "filePath": "cli.main.runtime.ts",
2105
- "line": 79,
2105
+ "line": 77,
2106
2106
  "character": 3
2107
2107
  },
2108
2108
  "raw": "/**\n * when running `bit help`, commands are grouped by categories.\n * this method helps registering a new group by providing its name and a description.\n * the name is what needs to be assigned to the `group` property of the Command interface.\n * the description is what shown in the `bit help` output.\n */",
@@ -2116,7 +2116,7 @@
2116
2116
  "__schema": "ParameterSchema",
2117
2117
  "location": {
2118
2118
  "filePath": "cli.main.runtime.ts",
2119
- "line": 85,
2119
+ "line": 83,
2120
2120
  "character": 17
2121
2121
  },
2122
2122
  "name": "name",
@@ -2124,7 +2124,7 @@
2124
2124
  "__schema": "KeywordTypeSchema",
2125
2125
  "location": {
2126
2126
  "filePath": "cli.main.runtime.ts",
2127
- "line": 85,
2127
+ "line": 83,
2128
2128
  "character": 23
2129
2129
  },
2130
2130
  "name": "string"
@@ -2136,7 +2136,7 @@
2136
2136
  "__schema": "ParameterSchema",
2137
2137
  "location": {
2138
2138
  "filePath": "cli.main.runtime.ts",
2139
- "line": 85,
2139
+ "line": 83,
2140
2140
  "character": 31
2141
2141
  },
2142
2142
  "name": "description",
@@ -2144,7 +2144,7 @@
2144
2144
  "__schema": "KeywordTypeSchema",
2145
2145
  "location": {
2146
2146
  "filePath": "cli.main.runtime.ts",
2147
- "line": 85,
2147
+ "line": 83,
2148
2148
  "character": 44
2149
2149
  },
2150
2150
  "name": "string"
@@ -2157,7 +2157,7 @@
2157
2157
  "__schema": "InferenceTypeSchema",
2158
2158
  "location": {
2159
2159
  "filePath": "cli.main.runtime.ts",
2160
- "line": 85,
2160
+ "line": 83,
2161
2161
  "character": 3
2162
2162
  },
2163
2163
  "type": "void"
@@ -2168,14 +2168,14 @@
2168
2168
  "__schema": "FunctionLikeSchema",
2169
2169
  "location": {
2170
2170
  "filePath": "cli.main.runtime.ts",
2171
- "line": 96,
2171
+ "line": 94,
2172
2172
  "character": 3
2173
2173
  },
2174
2174
  "doc": {
2175
2175
  "__schema": "DocSchema",
2176
2176
  "location": {
2177
2177
  "filePath": "cli.main.runtime.ts",
2178
- "line": 93,
2178
+ "line": 91,
2179
2179
  "character": 3
2180
2180
  },
2181
2181
  "raw": "/**\n * onStart is when bootstrapping the CLI. (it happens before onCommandStart)\n */",
@@ -2189,7 +2189,7 @@
2189
2189
  "__schema": "ParameterSchema",
2190
2190
  "location": {
2191
2191
  "filePath": "cli.main.runtime.ts",
2192
- "line": 96,
2192
+ "line": 94,
2193
2193
  "character": 19
2194
2194
  },
2195
2195
  "name": "onStartFn",
@@ -2197,7 +2197,7 @@
2197
2197
  "__schema": "TypeRefSchema",
2198
2198
  "location": {
2199
2199
  "filePath": "cli.main.runtime.ts",
2200
- "line": 96,
2200
+ "line": 94,
2201
2201
  "character": 30
2202
2202
  },
2203
2203
  "name": "OnStart",
@@ -2211,7 +2211,7 @@
2211
2211
  "__schema": "TypeRefSchema",
2212
2212
  "location": {
2213
2213
  "filePath": "cli.main.runtime.ts",
2214
- "line": 96,
2214
+ "line": 94,
2215
2215
  "character": 3
2216
2216
  },
2217
2217
  "name": "CLIMain"
@@ -2222,14 +2222,14 @@
2222
2222
  "__schema": "FunctionLikeSchema",
2223
2223
  "location": {
2224
2224
  "filePath": "cli.main.runtime.ts",
2225
- "line": 105,
2225
+ "line": 103,
2226
2226
  "character": 3
2227
2227
  },
2228
2228
  "doc": {
2229
2229
  "__schema": "DocSchema",
2230
2230
  "location": {
2231
2231
  "filePath": "cli.main.runtime.ts",
2232
- "line": 101,
2232
+ "line": 99,
2233
2233
  "character": 3
2234
2234
  },
2235
2235
  "raw": "/**\n * onCommandStart is when a command is about to start and we have the command object and the parsed args and flags\n * already. (it happens after onStart)\n */",
@@ -2243,7 +2243,7 @@
2243
2243
  "__schema": "ParameterSchema",
2244
2244
  "location": {
2245
2245
  "filePath": "cli.main.runtime.ts",
2246
- "line": 105,
2246
+ "line": 103,
2247
2247
  "character": 26
2248
2248
  },
2249
2249
  "name": "onCommandStartFn",
@@ -2251,7 +2251,7 @@
2251
2251
  "__schema": "TypeRefSchema",
2252
2252
  "location": {
2253
2253
  "filePath": "cli.main.runtime.ts",
2254
- "line": 105,
2254
+ "line": 103,
2255
2255
  "character": 44
2256
2256
  },
2257
2257
  "name": "OnCommandStart",
@@ -2265,7 +2265,7 @@
2265
2265
  "__schema": "TypeRefSchema",
2266
2266
  "location": {
2267
2267
  "filePath": "cli.main.runtime.ts",
2268
- "line": 105,
2268
+ "line": 103,
2269
2269
  "character": 3
2270
2270
  },
2271
2271
  "name": "CLIMain"
@@ -2276,14 +2276,14 @@
2276
2276
  "__schema": "FunctionLikeSchema",
2277
2277
  "location": {
2278
2278
  "filePath": "cli.main.runtime.ts",
2279
- "line": 125,
2279
+ "line": 123,
2280
2280
  "character": 3
2281
2281
  },
2282
2282
  "doc": {
2283
2283
  "__schema": "DocSchema",
2284
2284
  "location": {
2285
2285
  "filePath": "cli.main.runtime.ts",
2286
- "line": 110,
2286
+ "line": 108,
2287
2287
  "character": 3
2288
2288
  },
2289
2289
  "raw": "/**\n * This will register a function to be called before the process exits.\n * This will run only for \"regular\" exits\n * e.g.\n * yes - command run and finished successfully\n * yes - command run and failed gracefully (code 1)\n * not SIGKILL (kill -9)\n * not SIGINT (Ctrl+C)\n * not SIGTERM (kill)\n * not uncaughtException\n * not unhandledRejection\n *\n * @param onBeforeExitFn\n * @returns\n */",
@@ -2293,7 +2293,7 @@
2293
2293
  "__schema": "PropertyLikeTagSchema",
2294
2294
  "location": {
2295
2295
  "filePath": "cli.main.runtime.ts",
2296
- "line": 122,
2296
+ "line": 120,
2297
2297
  "character": 6
2298
2298
  },
2299
2299
  "name": "onBeforeExitFn",
@@ -2303,7 +2303,7 @@
2303
2303
  "__schema": "ReturnTagSchema",
2304
2304
  "location": {
2305
2305
  "filePath": "cli.main.runtime.ts",
2306
- "line": 123,
2306
+ "line": 121,
2307
2307
  "character": 6
2308
2308
  },
2309
2309
  "tagName": "return"
@@ -2317,7 +2317,7 @@
2317
2317
  "__schema": "ParameterSchema",
2318
2318
  "location": {
2319
2319
  "filePath": "cli.main.runtime.ts",
2320
- "line": 125,
2320
+ "line": 123,
2321
2321
  "character": 24
2322
2322
  },
2323
2323
  "name": "onBeforeExitFn",
@@ -2325,7 +2325,7 @@
2325
2325
  "__schema": "TypeRefSchema",
2326
2326
  "location": {
2327
2327
  "filePath": "cli.main.runtime.ts",
2328
- "line": 125,
2328
+ "line": 123,
2329
2329
  "character": 40
2330
2330
  },
2331
2331
  "name": "OnBeforeExitFn",
@@ -2339,7 +2339,7 @@
2339
2339
  "__schema": "TypeRefSchema",
2340
2340
  "location": {
2341
2341
  "filePath": "cli.main.runtime.ts",
2342
- "line": 125,
2342
+ "line": 123,
2343
2343
  "character": 3
2344
2344
  },
2345
2345
  "name": "CLIMain"
@@ -2350,14 +2350,14 @@
2350
2350
  "__schema": "FunctionLikeSchema",
2351
2351
  "location": {
2352
2352
  "filePath": "cli.main.runtime.ts",
2353
- "line": 134,
2353
+ "line": 132,
2354
2354
  "character": 3
2355
2355
  },
2356
2356
  "doc": {
2357
2357
  "__schema": "DocSchema",
2358
2358
  "location": {
2359
2359
  "filePath": "cli.main.runtime.ts",
2360
- "line": 131,
2360
+ "line": 129,
2361
2361
  "character": 3
2362
2362
  },
2363
2363
  "raw": "/**\n * execute commands registered to this aspect.\n */",
@@ -2371,7 +2371,7 @@
2371
2371
  "__schema": "ParameterSchema",
2372
2372
  "location": {
2373
2373
  "filePath": "cli.main.runtime.ts",
2374
- "line": 134,
2374
+ "line": 132,
2375
2375
  "character": 13
2376
2376
  },
2377
2377
  "name": "hasWorkspace",
@@ -2379,7 +2379,7 @@
2379
2379
  "__schema": "KeywordTypeSchema",
2380
2380
  "location": {
2381
2381
  "filePath": "cli.main.runtime.ts",
2382
- "line": 134,
2382
+ "line": 132,
2383
2383
  "character": 27
2384
2384
  },
2385
2385
  "name": "boolean"
@@ -2392,7 +2392,7 @@
2392
2392
  "__schema": "InferenceTypeSchema",
2393
2393
  "location": {
2394
2394
  "filePath": "cli.main.runtime.ts",
2395
- "line": 134,
2395
+ "line": 132,
2396
2396
  "character": 3
2397
2397
  },
2398
2398
  "type": "Promise<void>"
@@ -2405,7 +2405,7 @@
2405
2405
  "__schema": "VariableLikeSchema",
2406
2406
  "location": {
2407
2407
  "filePath": "cli.main.runtime.ts",
2408
- "line": 167,
2408
+ "line": 165,
2409
2409
  "character": 3
2410
2410
  },
2411
2411
  "signature": "(property) CLIMain.dependencies: Aspect[]",
@@ -2414,7 +2414,7 @@
2414
2414
  "__schema": "InferenceTypeSchema",
2415
2415
  "location": {
2416
2416
  "filePath": "cli.main.runtime.ts",
2417
- "line": 167,
2417
+ "line": 165,
2418
2418
  "character": 3
2419
2419
  },
2420
2420
  "type": "Aspect[]"
@@ -2426,7 +2426,7 @@
2426
2426
  "__schema": "VariableLikeSchema",
2427
2427
  "location": {
2428
2428
  "filePath": "cli.main.runtime.ts",
2429
- "line": 168,
2429
+ "line": 166,
2430
2430
  "character": 3
2431
2431
  },
2432
2432
  "signature": "(property) CLIMain.runtime: RuntimeDefinition",
@@ -2435,7 +2435,7 @@
2435
2435
  "__schema": "InferenceTypeSchema",
2436
2436
  "location": {
2437
2437
  "filePath": "cli.main.runtime.ts",
2438
- "line": 168,
2438
+ "line": 166,
2439
2439
  "character": 3
2440
2440
  },
2441
2441
  "type": "RuntimeDefinition"
@@ -2447,7 +2447,7 @@
2447
2447
  "__schema": "VariableLikeSchema",
2448
2448
  "location": {
2449
2449
  "filePath": "cli.main.runtime.ts",
2450
- "line": 169,
2450
+ "line": 167,
2451
2451
  "character": 3
2452
2452
  },
2453
2453
  "signature": "(property) CLIMain.slots: (((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]",
@@ -2456,7 +2456,7 @@
2456
2456
  "__schema": "InferenceTypeSchema",
2457
2457
  "location": {
2458
2458
  "filePath": "cli.main.runtime.ts",
2459
- "line": 169,
2459
+ "line": 167,
2460
2460
  "character": 3
2461
2461
  },
2462
2462
  "type": "(((registerFn: () => string) => SlotRegistry<CommandList>) | ((registerFn: () => string) => SlotRegistry<OnStart>) | ((registerFn: () => string) => SlotRegistry<...>))[]"
@@ -2468,7 +2468,7 @@
2468
2468
  "__schema": "FunctionLikeSchema",
2469
2469
  "location": {
2470
2470
  "filePath": "cli.main.runtime.ts",
2471
- "line": 176,
2471
+ "line": 174,
2472
2472
  "character": 3
2473
2473
  },
2474
2474
  "signature": "(method) CLIMain.provider([loggerMain]: [LoggerMain], config: any, [commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot]: [\n CommandsSlot,\n OnStartSlot,\n OnCommandStartSlot,\n OnBeforeExitSlot\n]): Promise<CLIMain>",
@@ -2478,7 +2478,7 @@
2478
2478
  "__schema": "ParameterSchema",
2479
2479
  "location": {
2480
2480
  "filePath": "cli.main.runtime.ts",
2481
- "line": 177,
2481
+ "line": 175,
2482
2482
  "character": 5
2483
2483
  },
2484
2484
  "name": "[ loggerMain ]",
@@ -2486,7 +2486,7 @@
2486
2486
  "__schema": "TupleTypeSchema",
2487
2487
  "location": {
2488
2488
  "filePath": "cli.main.runtime.ts",
2489
- "line": 177,
2489
+ "line": 175,
2490
2490
  "character": 19
2491
2491
  },
2492
2492
  "elements": [
@@ -2494,7 +2494,7 @@
2494
2494
  "__schema": "TypeRefSchema",
2495
2495
  "location": {
2496
2496
  "filePath": "cli.main.runtime.ts",
2497
- "line": 177,
2497
+ "line": 175,
2498
2498
  "character": 20
2499
2499
  },
2500
2500
  "name": "LoggerMain",
@@ -2512,7 +2512,7 @@
2512
2512
  "__schema": "ParameterSchema",
2513
2513
  "location": {
2514
2514
  "filePath": "cli.main.runtime.ts",
2515
- "line": 178,
2515
+ "line": 176,
2516
2516
  "character": 5
2517
2517
  },
2518
2518
  "name": "config",
@@ -2520,7 +2520,7 @@
2520
2520
  "__schema": "InferenceTypeSchema",
2521
2521
  "location": {
2522
2522
  "filePath": "cli.main.runtime.ts",
2523
- "line": 178,
2523
+ "line": 176,
2524
2524
  "character": 5
2525
2525
  },
2526
2526
  "type": "any"
@@ -2532,7 +2532,7 @@
2532
2532
  "__schema": "ParameterSchema",
2533
2533
  "location": {
2534
2534
  "filePath": "cli.main.runtime.ts",
2535
- "line": 179,
2535
+ "line": 177,
2536
2536
  "character": 5
2537
2537
  },
2538
2538
  "name": "[ commandsSlot, onStartSlot, onCommandStartSlot, onBeforeExitSlot ]",
@@ -2540,7 +2540,7 @@
2540
2540
  "__schema": "TupleTypeSchema",
2541
2541
  "location": {
2542
2542
  "filePath": "cli.main.runtime.ts",
2543
- "line": 179,
2543
+ "line": 177,
2544
2544
  "character": 72
2545
2545
  },
2546
2546
  "elements": [
@@ -2548,7 +2548,7 @@
2548
2548
  "__schema": "TypeRefSchema",
2549
2549
  "location": {
2550
2550
  "filePath": "cli.main.runtime.ts",
2551
- "line": 180,
2551
+ "line": 178,
2552
2552
  "character": 7
2553
2553
  },
2554
2554
  "name": "CommandsSlot"
@@ -2557,7 +2557,7 @@
2557
2557
  "__schema": "TypeRefSchema",
2558
2558
  "location": {
2559
2559
  "filePath": "cli.main.runtime.ts",
2560
- "line": 181,
2560
+ "line": 179,
2561
2561
  "character": 7
2562
2562
  },
2563
2563
  "name": "OnStartSlot",
@@ -2567,7 +2567,7 @@
2567
2567
  "__schema": "TypeRefSchema",
2568
2568
  "location": {
2569
2569
  "filePath": "cli.main.runtime.ts",
2570
- "line": 182,
2570
+ "line": 180,
2571
2571
  "character": 7
2572
2572
  },
2573
2573
  "name": "OnCommandStartSlot",
@@ -2577,7 +2577,7 @@
2577
2577
  "__schema": "TypeRefSchema",
2578
2578
  "location": {
2579
2579
  "filePath": "cli.main.runtime.ts",
2580
- "line": 183,
2580
+ "line": 181,
2581
2581
  "character": 7
2582
2582
  },
2583
2583
  "name": "OnBeforeExitSlot",
@@ -2593,7 +2593,7 @@
2593
2593
  "__schema": "InferenceTypeSchema",
2594
2594
  "location": {
2595
2595
  "filePath": "cli.main.runtime.ts",
2596
- "line": 176,
2596
+ "line": 174,
2597
2597
  "character": 3
2598
2598
  },
2599
2599
  "type": "Promise<CLIMain>"
@@ -2613,7 +2613,7 @@
2613
2613
  "__schema": "UnImplementedSchema",
2614
2614
  "location": {
2615
2615
  "filePath": "cli.main.runtime.ts",
2616
- "line": 201,
2616
+ "line": 196,
2617
2617
  "character": 1
2618
2618
  },
2619
2619
  "name": "CLIAspect.addRuntime(CLIMain);",
@@ -2623,14 +2623,14 @@
2623
2623
  "__schema": "FunctionLikeSchema",
2624
2624
  "location": {
2625
2625
  "filePath": "cli.main.runtime.ts",
2626
- "line": 209,
2626
+ "line": 204,
2627
2627
  "character": 1
2628
2628
  },
2629
2629
  "doc": {
2630
2630
  "__schema": "DocSchema",
2631
2631
  "location": {
2632
2632
  "filePath": "cli.main.runtime.ts",
2633
- "line": 203,
2633
+ "line": 198,
2634
2634
  "character": 1
2635
2635
  },
2636
2636
  "raw": "/**\n * kind of a hack.\n * in the legacy, this is running at the beginning and it take care of issues when Bit files are missing,\n * such as \".bit\".\n * (to make this process better, you can easily remove it and run the e2e-tests. you'll see some failing)\n */",
@@ -2644,7 +2644,7 @@
2644
2644
  "__schema": "InferenceTypeSchema",
2645
2645
  "location": {
2646
2646
  "filePath": "cli.main.runtime.ts",
2647
- "line": 209,
2647
+ "line": 204,
2648
2648
  "character": 1
2649
2649
  },
2650
2650
  "type": "Promise<void>"
@@ -2657,7 +2657,7 @@
2657
2657
  "__schema": "FunctionLikeSchema",
2658
2658
  "location": {
2659
2659
  "filePath": "cli.main.runtime.ts",
2660
- "line": 222,
2660
+ "line": 217,
2661
2661
  "character": 1
2662
2662
  },
2663
2663
  "signature": "function isFullUrl(url: string): boolean",
@@ -2667,7 +2667,7 @@
2667
2667
  "__schema": "ParameterSchema",
2668
2668
  "location": {
2669
2669
  "filePath": "cli.main.runtime.ts",
2670
- "line": 222,
2670
+ "line": 217,
2671
2671
  "character": 20
2672
2672
  },
2673
2673
  "name": "url",
@@ -2675,7 +2675,7 @@
2675
2675
  "__schema": "KeywordTypeSchema",
2676
2676
  "location": {
2677
2677
  "filePath": "cli.main.runtime.ts",
2678
- "line": 222,
2678
+ "line": 217,
2679
2679
  "character": 25
2680
2680
  },
2681
2681
  "name": "string"
@@ -2688,7 +2688,7 @@
2688
2688
  "__schema": "TypeRefSchema",
2689
2689
  "location": {
2690
2690
  "filePath": "cli.main.runtime.ts",
2691
- "line": 222,
2691
+ "line": 217,
2692
2692
  "character": 1
2693
2693
  },
2694
2694
  "name": "isFullUrl",
@@ -2775,7 +2775,7 @@
2775
2775
  "componentId": {
2776
2776
  "scope": "teambit.harmony",
2777
2777
  "name": "cli",
2778
- "version": "0.0.897"
2778
+ "version": "0.0.899"
2779
2779
  },
2780
2780
  "taggedModuleExports": []
2781
2781
  }