Socket
Socket
Sign inDemoInstall

@rushstack/ts-command-line

Package Overview
Dependencies
Maintainers
3
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/ts-command-line - npm Package Compare versions

Comparing version 4.22.5 to 4.22.6

17

CHANGELOG.json

@@ -5,2 +5,19 @@ {

{
"version": "4.22.6",
"tag": "@rushstack/ts-command-line_v4.22.6",
"date": "Wed, 21 Aug 2024 05:43:04 GMT",
"comments": {
"none": [
{
"comment": "Fix a README typo."
}
],
"dependency": [
{
"comment": "Updating dependency \"@rushstack/terminal\" to `0.14.0`"
}
]
}
},
{
"version": "4.22.5",

@@ -7,0 +24,0 @@ "tag": "@rushstack/ts-command-line_v4.22.5",

7

CHANGELOG.md
# Change Log - @rushstack/ts-command-line
This log was last generated on Mon, 12 Aug 2024 22:16:04 GMT and should not be manually modified.
This log was last generated on Wed, 21 Aug 2024 05:43:04 GMT and should not be manually modified.
## 4.22.6
Wed, 21 Aug 2024 05:43:04 GMT
_Version update only_
## 4.22.5

@@ -6,0 +11,0 @@ Mon, 12 Aug 2024 22:16:04 GMT

4

package.json
{
"name": "@rushstack/ts-command-line",
"version": "4.22.5",
"version": "4.22.6",
"description": "An object-oriented command-line parser for TypeScript",

@@ -17,3 +17,3 @@ "repository": {

"string-argv": "~0.3.1",
"@rushstack/terminal": "0.13.4"
"@rushstack/terminal": "0.14.0"
},

@@ -20,0 +20,0 @@ "devDependencies": {

@@ -48,3 +48,3 @@ # ts-command-line

| string | `--title "Hello, world"` | `string` | The argument is a text string. |
| choice | `--color red` | `string` | The argument is must be a string from a list of allowed choices (similar to an enum). |
| choice | `--color red` | `string` | The argument must be a string from a list of allowed choices (similar to an enum). |
| string list | `-o file1.txt -o file2.txt` | `string[]` | The argument is a text string. The parameter can be specified multiple times to build a list. |

@@ -51,0 +51,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc