@hapi/bossy

Parse command line arguments and options with validation.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

Command line options parser

Commands

bossy

Examples

parse command line flags and arguments$ bossy --help
define and validate CLI options with defaults$ bossy -v --name 'John' --age 30
handle boolean flags and string arguments$ bossy --verbose --output file.txt input.txt
parse multiple values for a single option$ bossy --tags tag1 --tags tag2 --tags tag3
show version and usage information$ bossy --version