@rushstack/ts-command-line 4.10.5 → 4.10.8

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.
Files changed (29) hide show
  1. package/README.md +251 -251
  2. package/dist/tsdoc-metadata.json +1 -1
  3. package/lib/CommandLineHelper.js.map +1 -1
  4. package/lib/Constants.js.map +1 -1
  5. package/lib/index.js.map +1 -1
  6. package/lib/parameters/BaseClasses.js.map +1 -1
  7. package/lib/parameters/CommandLineChoiceListParameter.js.map +1 -1
  8. package/lib/parameters/CommandLineChoiceParameter.js.map +1 -1
  9. package/lib/parameters/CommandLineDefinition.js.map +1 -1
  10. package/lib/parameters/CommandLineFlagParameter.js.map +1 -1
  11. package/lib/parameters/CommandLineIntegerListParameter.js.map +1 -1
  12. package/lib/parameters/CommandLineIntegerParameter.js.map +1 -1
  13. package/lib/parameters/CommandLineRemainder.js.map +1 -1
  14. package/lib/parameters/CommandLineStringListParameter.js.map +1 -1
  15. package/lib/parameters/CommandLineStringParameter.js.map +1 -1
  16. package/lib/parameters/EnvironmentVariableParser.js.map +1 -1
  17. package/lib/providers/CommandLineAction.js.map +1 -1
  18. package/lib/providers/CommandLineParameterProvider.js.map +1 -1
  19. package/lib/providers/CommandLineParser.js.map +1 -1
  20. package/lib/providers/CommandLineParserExitError.js +1 -1
  21. package/lib/providers/CommandLineParserExitError.js.map +1 -1
  22. package/lib/providers/DynamicCommandLineAction.js.map +1 -1
  23. package/lib/providers/DynamicCommandLineParser.js.map +1 -1
  24. package/lib/providers/TabCompletionAction.d.ts.map +1 -1
  25. package/lib/providers/TabCompletionAction.js +2 -2
  26. package/lib/providers/TabCompletionAction.js.map +1 -1
  27. package/package.json +31 -28
  28. package/CHANGELOG.json +0 -1406
  29. package/CHANGELOG.md +0 -738
package/CHANGELOG.md DELETED
@@ -1,738 +0,0 @@
1
- # Change Log - @rushstack/ts-command-line
2
-
3
- This log was last generated on Mon, 06 Dec 2021 16:08:32 GMT and should not be manually modified.
4
-
5
- ## 4.10.5
6
- Mon, 06 Dec 2021 16:08:32 GMT
7
-
8
- _Version update only_
9
-
10
- ## 4.10.4
11
- Fri, 05 Nov 2021 15:09:18 GMT
12
-
13
- _Version update only_
14
-
15
- ## 4.10.3
16
- Wed, 27 Oct 2021 00:08:15 GMT
17
-
18
- ### Patches
19
-
20
- - Update the package.json repository field to include the directory property.
21
-
22
- ## 4.10.2
23
- Wed, 13 Oct 2021 15:09:54 GMT
24
-
25
- _Version update only_
26
-
27
- ## 4.10.1
28
- Thu, 07 Oct 2021 07:13:35 GMT
29
-
30
- _Version update only_
31
-
32
- ## 4.10.0
33
- Mon, 04 Oct 2021 15:10:18 GMT
34
-
35
- ### Minor changes
36
-
37
- - Add safety check parametersProcessed to CommandLineParameterProvider
38
-
39
- ## 4.9.1
40
- Thu, 23 Sep 2021 00:10:41 GMT
41
-
42
- ### Patches
43
-
44
- - Upgrade the `@types/node` dependency to version to version 12.
45
-
46
- ## 4.9.0
47
- Fri, 20 Aug 2021 15:08:10 GMT
48
-
49
- ### Minor changes
50
-
51
- - Add getParameterStringMap to CommandLineParameterProvider, to easily query parameter usage for telemetry
52
-
53
- ## 4.8.1
54
- Mon, 12 Jul 2021 23:08:26 GMT
55
-
56
- _Version update only_
57
-
58
- ## 4.8.0
59
- Thu, 01 Jul 2021 15:08:27 GMT
60
-
61
- ### Minor changes
62
-
63
- - Add ChoiceList and IntegerList parameter types
64
-
65
- ## 4.7.10
66
- Mon, 12 Apr 2021 15:10:28 GMT
67
-
68
- _Version update only_
69
-
70
- ## 4.7.9
71
- Tue, 06 Apr 2021 15:14:22 GMT
72
-
73
- _Version update only_
74
-
75
- ## 4.7.8
76
- Thu, 10 Dec 2020 23:25:49 GMT
77
-
78
- _Version update only_
79
-
80
- ## 4.7.7
81
- Wed, 11 Nov 2020 01:08:59 GMT
82
-
83
- _Version update only_
84
-
85
- ## 4.7.6
86
- Fri, 30 Oct 2020 06:38:39 GMT
87
-
88
- _Version update only_
89
-
90
- ## 4.7.5
91
- Fri, 30 Oct 2020 00:10:14 GMT
92
-
93
- _Version update only_
94
-
95
- ## 4.7.4
96
- Wed, 28 Oct 2020 01:18:03 GMT
97
-
98
- _Version update only_
99
-
100
- ## 4.7.3
101
- Tue, 06 Oct 2020 00:24:06 GMT
102
-
103
- _Version update only_
104
-
105
- ## 4.7.2
106
- Mon, 05 Oct 2020 22:36:57 GMT
107
-
108
- _Version update only_
109
-
110
- ## 4.7.1
111
- Wed, 30 Sep 2020 18:39:17 GMT
112
-
113
- ### Patches
114
-
115
- - Update to build with @rushstack/heft-node-rig
116
-
117
- ## 4.7.0
118
- Wed, 30 Sep 2020 06:53:53 GMT
119
-
120
- ### Minor changes
121
-
122
- - Upgrade compiler; the API now requires TypeScript 3.9 or newer
123
-
124
- ### Patches
125
-
126
- - Update README.md
127
-
128
- ## 4.6.10
129
- Tue, 22 Sep 2020 05:45:57 GMT
130
-
131
- _Version update only_
132
-
133
- ## 4.6.9
134
- Tue, 22 Sep 2020 01:45:31 GMT
135
-
136
- _Version update only_
137
-
138
- ## 4.6.8
139
- Tue, 22 Sep 2020 00:08:53 GMT
140
-
141
- _Version update only_
142
-
143
- ## 4.6.7
144
- Sat, 19 Sep 2020 04:37:27 GMT
145
-
146
- _Version update only_
147
-
148
- ## 4.6.6
149
- Sat, 19 Sep 2020 03:33:07 GMT
150
-
151
- _Version update only_
152
-
153
- ## 4.6.5
154
- Fri, 18 Sep 2020 22:57:24 GMT
155
-
156
- _Version update only_
157
-
158
- ## 4.6.4
159
- Thu, 27 Aug 2020 11:27:06 GMT
160
-
161
- _Version update only_
162
-
163
- ## 4.6.3
164
- Mon, 24 Aug 2020 07:35:20 GMT
165
-
166
- _Version update only_
167
-
168
- ## 4.6.2
169
- Sat, 22 Aug 2020 05:55:43 GMT
170
-
171
- _Version update only_
172
-
173
- ## 4.6.1
174
- Fri, 21 Aug 2020 01:21:17 GMT
175
-
176
- ### Patches
177
-
178
- - Fix an issue where usage of a parameter specified undocumentedSynonyms yielded invalid data.
179
-
180
- ## 4.6.0
181
- Thu, 20 Aug 2020 15:13:52 GMT
182
-
183
- ### Minor changes
184
-
185
- - Add a feature for specifying "undocumented synonyms" for parameters.
186
-
187
- ## 4.5.0
188
- Tue, 18 Aug 2020 23:59:42 GMT
189
-
190
- ### Minor changes
191
-
192
- - Add support for shell tab completion.
193
-
194
- ## 4.4.8
195
- Mon, 17 Aug 2020 04:53:23 GMT
196
-
197
- _Version update only_
198
-
199
- ## 4.4.7
200
- Wed, 12 Aug 2020 00:10:05 GMT
201
-
202
- ### Patches
203
-
204
- - Updated project to build with Heft
205
-
206
- ## 4.4.6
207
- Fri, 03 Jul 2020 05:46:41 GMT
208
-
209
- ### Patches
210
-
211
- - Improve formatting of errors reported by CommandLineParser.execute()
212
-
213
- ## 4.4.5
214
- Thu, 25 Jun 2020 06:43:35 GMT
215
-
216
- _Version update only_
217
-
218
- ## 4.4.4
219
- Wed, 24 Jun 2020 09:50:48 GMT
220
-
221
- _Version update only_
222
-
223
- ## 4.4.3
224
- Wed, 24 Jun 2020 09:04:28 GMT
225
-
226
- _Version update only_
227
-
228
- ## 4.4.2
229
- Mon, 01 Jun 2020 08:34:17 GMT
230
-
231
- ### Patches
232
-
233
- - Fix a typo in the supplementary notes for parameters with environment variable mappings
234
-
235
- ## 4.4.1
236
- Wed, 27 May 2020 05:15:10 GMT
237
-
238
- _Version update only_
239
-
240
- ## 4.4.0
241
- Fri, 15 May 2020 08:10:59 GMT
242
-
243
- ### Minor changes
244
-
245
- - Add a new feature defineCommandLineRemainder() which allows additional unvalidated CLI arguments, e.g. to pass along to another tool
246
- - Add the ability for an environment variable to specify multiple values for CommandLineStringListParameter, encoded as a JSON array
247
- - Fix some bugs that prevented a CommandLineParser from being defined without any actions
248
-
249
- ### Patches
250
-
251
- - Fix a bug with environmentVariable mapping for CommandLineFlagParameter
252
- - Use API Extractor to trim internal APIs from the .d.ts rollup
253
- - Improve the README.md and API documentation
254
-
255
- ## 4.3.14
256
- Wed, 08 Apr 2020 04:07:33 GMT
257
-
258
- _Version update only_
259
-
260
- ## 4.3.13
261
- Sat, 28 Mar 2020 00:37:16 GMT
262
-
263
- _Version update only_
264
-
265
- ## 4.3.12
266
- Wed, 18 Mar 2020 15:07:47 GMT
267
-
268
- ### Patches
269
-
270
- - Upgrade cyclic dependencies
271
-
272
- ## 4.3.11
273
- Tue, 17 Mar 2020 23:55:58 GMT
274
-
275
- ### Patches
276
-
277
- - PACKAGE NAME CHANGE: The NPM scope was changed from `@microsoft/ts-command-line` to `@rushstack/ts-command-line`
278
-
279
- ## 4.3.10
280
- Tue, 21 Jan 2020 21:56:14 GMT
281
-
282
- _Version update only_
283
-
284
- ## 4.3.9
285
- Sun, 19 Jan 2020 02:26:52 GMT
286
-
287
- ### Patches
288
-
289
- - Upgrade Node typings to Node 10
290
-
291
- ## 4.3.8
292
- Fri, 17 Jan 2020 01:08:23 GMT
293
-
294
- _Version update only_
295
-
296
- ## 4.3.7
297
- Thu, 09 Jan 2020 06:44:13 GMT
298
-
299
- _Version update only_
300
-
301
- ## 4.3.6
302
- Wed, 08 Jan 2020 00:11:31 GMT
303
-
304
- _Version update only_
305
-
306
- ## 4.3.5
307
- Mon, 11 Nov 2019 16:07:56 GMT
308
-
309
- _Version update only_
310
-
311
- ## 4.3.4
312
- Tue, 22 Oct 2019 06:24:44 GMT
313
-
314
- _Version update only_
315
-
316
- ## 4.3.3
317
- Fri, 18 Oct 2019 15:15:00 GMT
318
-
319
- ### Patches
320
-
321
- - Fix Choice parameter error when only one alternative value is provided
322
-
323
- ## 4.3.2
324
- Sun, 29 Sep 2019 23:56:29 GMT
325
-
326
- ### Patches
327
-
328
- - Update repository URL
329
-
330
- ## 4.3.1
331
- Tue, 24 Sep 2019 02:58:49 GMT
332
-
333
- ### Patches
334
-
335
- - Add back a missing dependency.
336
-
337
- ## 4.3.0
338
- Mon, 23 Sep 2019 15:14:55 GMT
339
-
340
- ### Minor changes
341
-
342
- - Remove unnecessary dependencies on @types/argparse and @types/node
343
-
344
- ## 4.2.8
345
- Tue, 10 Sep 2019 22:32:23 GMT
346
-
347
- ### Patches
348
-
349
- - Update documentation
350
-
351
- ## 4.2.7
352
- Mon, 12 Aug 2019 15:15:14 GMT
353
-
354
- ### Patches
355
-
356
- - fix for #1443 allow rush command to use numbers
357
-
358
- ## 4.2.6
359
- Wed, 12 Jun 2019 19:12:33 GMT
360
-
361
- ### Patches
362
-
363
- - Update Readme.
364
-
365
- ## 4.2.5
366
- Mon, 27 May 2019 04:13:44 GMT
367
-
368
- ### Patches
369
-
370
- - Fix a broken link in the README.md (GitHub issue #1285)
371
-
372
- ## 4.2.4
373
- Mon, 06 May 2019 20:46:21 GMT
374
-
375
- ### Patches
376
-
377
- - Allow colons in command line action names
378
-
379
- ## 4.2.3
380
- Fri, 07 Dec 2018 17:04:56 GMT
381
-
382
- ### Patches
383
-
384
- - Updated to use the new InternalError class for reporting software defects
385
-
386
- ## 4.2.2
387
- Thu, 06 Sep 2018 01:25:26 GMT
388
-
389
- ### Patches
390
-
391
- - Update "repository" field in package.json
392
-
393
- ## 4.2.1
394
- Thu, 23 Aug 2018 18:18:53 GMT
395
-
396
- ### Patches
397
-
398
- - Republish all packages in web-build-tools to resolve GitHub issue #782
399
-
400
- ## 4.2.0
401
- Fri, 08 Jun 2018 08:43:52 GMT
402
-
403
- ### Minor changes
404
-
405
- - Add CommandLineChoiceParameter.appendToArgList() and CommandLineParser.tryGetAction()
406
-
407
- ## 4.1.0
408
- Fri, 27 Apr 2018 03:04:32 GMT
409
-
410
- ### Minor changes
411
-
412
- - Add "defaultValue", "environmentVariable", and "required" features for command-line parameters
413
-
414
- ## 4.0.0
415
- Thu, 19 Apr 2018 21:25:56 GMT
416
-
417
- ### Breaking changes
418
-
419
- - Rename "CommandLineOptionParameter" to "CommandLineChoiceParameter" (API change)
420
- - Rename "ICommandLineChoiceDefinition.options" to "alternatives" (API change)
421
- - Add DynamicCommandLineAction, DynamicCommandLineParser, and other APIs to support defining and reading command-line parameters at runtime
422
- - Rename "actionVerb" to "actionName" (API change)
423
- - Replace "CommandLineAction.options" with more concise top-level properties (API change)
424
-
425
- ## 3.1.1
426
- Fri, 23 Mar 2018 00:34:53 GMT
427
-
428
- ### Patches
429
-
430
- - Upgrade colors to version ~1.2.1
431
-
432
- ## 3.1.0
433
- Thu, 15 Mar 2018 20:00:50 GMT
434
-
435
- ### Minor changes
436
-
437
- - Add default error handler so the caller to CommandLineParser.execute() is not expected to handle promise rejections
438
- - Add a new API "CommandLineParser.executeWithoutErrorHandling()"
439
-
440
- ## 3.0.7
441
- Mon, 12 Mar 2018 20:36:19 GMT
442
-
443
- ### Patches
444
-
445
- - Locked down some "@types/" dependency versions to avoid upgrade conflicts
446
-
447
- ## 3.0.6
448
- Fri, 02 Mar 2018 01:13:59 GMT
449
-
450
- _Version update only_
451
-
452
- ## 3.0.5
453
- Tue, 27 Feb 2018 22:05:57 GMT
454
-
455
- _Version update only_
456
-
457
- ## 3.0.4
458
- Wed, 21 Feb 2018 22:04:19 GMT
459
-
460
- _Version update only_
461
-
462
- ## 3.0.3
463
- Wed, 21 Feb 2018 03:13:28 GMT
464
-
465
- _Version update only_
466
-
467
- ## 3.0.2
468
- Sat, 17 Feb 2018 02:53:49 GMT
469
-
470
- _Version update only_
471
-
472
- ## 3.0.1
473
- Fri, 16 Feb 2018 22:05:23 GMT
474
-
475
- _Version update only_
476
-
477
- ## 3.0.0
478
- Fri, 16 Feb 2018 17:05:11 GMT
479
-
480
- ### Breaking changes
481
-
482
- - Change all CommandLineActions to have an asychronous API that returns a promise.
483
-
484
- ## 2.3.10
485
- Wed, 07 Feb 2018 17:05:11 GMT
486
-
487
- _Version update only_
488
-
489
- ## 2.3.9
490
- Fri, 26 Jan 2018 22:05:30 GMT
491
-
492
- _Version update only_
493
-
494
- ## 2.3.8
495
- Fri, 26 Jan 2018 17:53:38 GMT
496
-
497
- ### Patches
498
-
499
- - Force a patch bump in case the previous version was an empty package
500
-
501
- ## 2.3.7
502
- Fri, 26 Jan 2018 00:36:51 GMT
503
-
504
- _Version update only_
505
-
506
- ## 2.3.6
507
- Tue, 23 Jan 2018 17:05:28 GMT
508
-
509
- _Version update only_
510
-
511
- ## 2.3.5
512
- Thu, 18 Jan 2018 03:23:46 GMT
513
-
514
- ### Patches
515
-
516
- - Enable package typings generated by api-extractor
517
-
518
- ## 2.3.4
519
- Thu, 18 Jan 2018 00:48:06 GMT
520
-
521
- _Version update only_
522
-
523
- ## 2.3.3
524
- Wed, 17 Jan 2018 10:49:31 GMT
525
-
526
- _Version update only_
527
-
528
- ## 2.3.2
529
- Fri, 12 Jan 2018 03:35:22 GMT
530
-
531
- _Version update only_
532
-
533
- ## 2.3.1
534
- Thu, 11 Jan 2018 22:31:51 GMT
535
-
536
- _Version update only_
537
-
538
- ## 2.3.0
539
- Wed, 10 Jan 2018 20:40:01 GMT
540
-
541
- ### Minor changes
542
-
543
- - Upgrade to Node 8
544
-
545
- ## 2.2.14
546
- Tue, 09 Jan 2018 17:05:51 GMT
547
-
548
- ### Patches
549
-
550
- - Get web-build-tools building with pnpm
551
-
552
- ## 2.2.13
553
- Sun, 07 Jan 2018 05:12:08 GMT
554
-
555
- _Version update only_
556
-
557
- ## 2.2.12
558
- Fri, 05 Jan 2018 20:26:45 GMT
559
-
560
- _Version update only_
561
-
562
- ## 2.2.11
563
- Fri, 05 Jan 2018 00:48:42 GMT
564
-
565
- _Version update only_
566
-
567
- ## 2.2.10
568
- Fri, 22 Dec 2017 17:04:46 GMT
569
-
570
- _Version update only_
571
-
572
- ## 2.2.9
573
- Tue, 12 Dec 2017 03:33:27 GMT
574
-
575
- _Version update only_
576
-
577
- ## 2.2.8
578
- Thu, 30 Nov 2017 23:59:09 GMT
579
-
580
- _Version update only_
581
-
582
- ## 2.2.7
583
- Thu, 30 Nov 2017 23:12:21 GMT
584
-
585
- _Version update only_
586
-
587
- ## 2.2.6
588
- Wed, 29 Nov 2017 17:05:37 GMT
589
-
590
- _Version update only_
591
-
592
- ## 2.2.5
593
- Tue, 28 Nov 2017 23:43:55 GMT
594
-
595
- _Version update only_
596
-
597
- ## 2.2.4
598
- Mon, 13 Nov 2017 17:04:50 GMT
599
-
600
- _Version update only_
601
-
602
- ## 2.2.3
603
- Mon, 06 Nov 2017 17:04:18 GMT
604
-
605
- _Version update only_
606
-
607
- ## 2.2.2
608
- Thu, 02 Nov 2017 16:05:24 GMT
609
-
610
- ### Patches
611
-
612
- - lock the reference version between web build tools projects
613
-
614
- ## 2.2.1
615
- Wed, 01 Nov 2017 21:06:08 GMT
616
-
617
- ### Patches
618
-
619
- - Upgrade cyclic dependencies
620
-
621
- ## 2.2.0
622
- Tue, 31 Oct 2017 21:04:04 GMT
623
-
624
- ### Minor changes
625
-
626
- - Add ability to specify default value for enum options.
627
-
628
- ## 2.1.4
629
- Tue, 31 Oct 2017 16:04:55 GMT
630
-
631
- _Version update only_
632
-
633
- ## 2.1.3
634
- Wed, 25 Oct 2017 20:03:59 GMT
635
-
636
- _Version update only_
637
-
638
- ## 2.1.2
639
- Tue, 24 Oct 2017 18:17:12 GMT
640
-
641
- _Version update only_
642
-
643
- ## 2.1.1
644
- Mon, 23 Oct 2017 21:53:12 GMT
645
-
646
- ### Patches
647
-
648
- - Updated cyclic dependencies
649
-
650
- ## 2.1.0
651
- Fri, 22 Sep 2017 01:04:02 GMT
652
-
653
- ### Minor changes
654
-
655
- - Upgrade to es6
656
-
657
- ## 2.0.7
658
- Fri, 08 Sep 2017 01:28:04 GMT
659
-
660
- ### Patches
661
-
662
- - Deprecate @types/es6-coll ections in favor of built-in typescript typings 'es2015.collection' a nd 'es2015.iterable'
663
-
664
- ## 2.0.6
665
- Thu, 31 Aug 2017 18:41:18 GMT
666
-
667
- _Version update only_
668
-
669
- ## 2.0.5
670
- Wed, 30 Aug 2017 01:04:34 GMT
671
-
672
- _Version update only_
673
-
674
- ## 2.0.4
675
- Tue, 22 Aug 2017 13:04:22 GMT
676
-
677
- _Version update only_
678
-
679
- ## 2.0.3
680
- Tue, 25 Jul 2017 20:03:31 GMT
681
-
682
- ### Patches
683
-
684
- - Upgrade to TypeScript 2.4
685
-
686
- ## 2.0.2
687
- Fri, 23 Jun 2017 20:05:07 GMT
688
-
689
- ### Patches
690
-
691
- - Initial open source release of this library
692
-
693
- ## 2.0.1
694
- Thu, 25 May 2017 21:09:42 GMT
695
-
696
- ### Patches
697
-
698
- - Dependency version change
699
-
700
- ## 2.0.0
701
- Fri, 17 Feb 2017 23:09:23 GMT
702
-
703
- ### Breaking changes
704
-
705
- - General availability
706
-
707
- ### Minor changes
708
-
709
- - Added a "option" parameter, which can limit the input to a list of possible strings.
710
- - Added the ability to give custom names to keys in the help menu.
711
-
712
- ### Patches
713
-
714
- - Locked version numbers for @types packages
715
- - Updated .npmignore
716
-
717
- ## 1.1.1
718
- Tue, 06 Dec 2016 20:44:26 GMT
719
-
720
- ### Patches
721
-
722
- - Changes for RC0 release.
723
-
724
- ## 1.2.0
725
-
726
- _Version update only_
727
-
728
- ## 1.1.0
729
-
730
- ### Minor changes
731
-
732
- - Introduces a new command line argument type for a list of strings
733
- - Introduces a new command line argument type for integers
734
-
735
- ## 1.0.1
736
-
737
- _Initial release_
738
-