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

pikud

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pikud - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "pikud",
"version": "0.1.0",
"version": "0.1.1",
"description": "Easily create command-line apps",

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

@@ -7,3 +7,3 @@ pikud

Inspired by [https://github.com/codegangsta/cli](cli)
Inspired by [https://github.com/codegangsta/cli](cli)

@@ -22,3 +22,3 @@ ## Installation

#### Multiple
If you set `multiple:true` when defining a `StringFlag` or `NumberFlag`, the flag will be parsed as an array rather than a single value (think Docker's `-e` flag). For example:
If you set `allowMultiple:true` when defining a `StringFlag` or `NumberFlag`, the flag will be parsed as an array rather than a single value (think Docker's `-e` flag). For example:

@@ -28,3 +28,3 @@ ```

alias:'e',
multiple:true
allowMultiple:true
});

@@ -31,0 +31,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