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

@benev/argv

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@benev/argv - npm Package Versions

2

0.3.8

Diff

chasemoskal
published 0.3.7 •

chasemoskal
published 0.3.6 •

chasemoskal
published 0.3.5 •

chasemoskal
published 0.3.4 •

chasemoskal
published 0.3.3 •

chasemoskal
published 0.3.2 •

Changelog

Source

v0.3.2

  • 🔶 change exports of some undocumented formatting functions
  • 🍏 add command extraArgs option, now you can document extra arguments
  • 🍏 add choice helper option zeroAllowed
  • 🍏 add multipleChoice helper
  • 🍏 enhance word wrapping behavior, more breaking characters than just whitespace
chasemoskal
published 0.3.1 •

Changelog

Source

v0.3.1

  • 🍏 improved help pages structuring, can view command subtrees
  • 🍏 improved custom theming facilities, added seaside theme
  • 🔶 removed some undocumented theming types and functions
chasemoskal
published 0.3.0 •

Changelog

Source

v0.3.0

  • 🟥 custom types!
    • import the types import {string, number, boolean} from "@benev/argv"
    • String becomes string
    • Number becomes number
    • Boolean becomes boolean
  • 🟥 default fallback is no longer in the options
    // old
    param.default(string, {fallback: "hello"})
    
    // new
    param.default(string, "hello")
    
  • 🍏 new helpers, asType, asTypes, list
chasemoskal
published 0.2.1 •

2
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