You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cli-nano

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-nano - npm Package Versions

23

1.2.1

Diff
g
ghiscoding
published 1.2.1 •

Changelog

Source

1.2.1 (2025-07-09)

Bug Fixes

  • add text separator between usage/examples & descriptions (128dc55)
g
ghiscoding
published 1.2.0 •

Changelog

Source

1.2.0 (2025-07-09)

⚠ BREAKING CHANGES

  • change positionals from array to object
  • rename description to describe to match Yargs

Features

  • add examples option for the user to provide script examples (ed39f82)
  • add helpFlagCasing to show flag in camel or kebab (default) case (b5a8657)
  • add command option group (287d747)
  • change positionals from array to object (d9c8799)
  • rename description to describe to match Yargs (99f5455)

Bug Fixes

  • use same help desc/name width for all options & define min/max ln (54f4333)

Reverts

  • change positionals from array to object (809b182)
g
ghiscoding
published 1.1.3 •

Changelog

Source

1.1.3 (2025-07-05)

Bug Fixes

  • include source for source maps to work (a9f8b8a)
g
ghiscoding
published 1.1.2 •

Changelog

Source

1.1.2 (2025-07-05)

Bug Fixes

  • drop declaration maps & source files in published pkg (615db4b)
g
ghiscoding
published 1.1.1 •

Changelog

Source

1.1.1 (2025-07-05)

Reverts

  • use tsdown to minify prod build (a318ab9)
g
ghiscoding
published 1.1.0 •

Changelog

Source

1.1.0 (2025-07-05)

Features

  • add auto type inference to parseArgs() result (7d494fc)
  • use tsdown to minify prod build (8d145da)

Bug Fixes

  • description shown in help should be programmable (b16724f)
  • show required options in brackets "<option>" (b594590)
  • variadic positional args should show as spreading (63e948e)
g
ghiscoding
published 1.0.2 •

Changelog

Source

1.0.2 (2025-07-02)

Bug Fixes

  • better align options list when displaying help (ea14137)
g
ghiscoding
published 1.0.1 •

Changelog

Source

1.0.1 (2025-07-02)

Bug Fixes

  • long CLI option descriptions should be truncated with ellipsis (d580081)
g
ghiscoding
published 1.0.0 •

Changelog

Source

1.0.0 (2025-07-02)

⚠ BREAKING CHANGES

  • positional prop should be plural

Bug Fixes

  • positional prop should be plural (16352bb)
  • should be able to parse options with/without equals sign (=) (9c559ff)
  • use correct github project link in license (f56a50f)
g
ghiscoding
published 0.3.10 •

Changelog

Source

0.3.10 (2025-06-28)

Bug Fixes

  • strip package fields w/releasing but add back after npm publish (1cc5b53)