Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-argument-parser

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-argument-parser - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "cli-argument-parser",
"version": "0.0.2",
"version": "0.0.3",
"description": "A package containing relevant CLI actions",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -24,3 +24,3 @@ # CLI argument parser

The `prefix` is a value which the argument must start with, `--` is the default one. (ex: `--arg=5`) <br>
The `equalitySign` is a value which the argument must start with, `=` is the default one. (ex: `--arg=5`) <br>
The `equalitySign` is a value that splits between the argument name and value, `=` is the default one. (ex: `--arg=5`) <br>
This gives you the abillity to configurate your cli arguments as you wish.
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