1.0.2 • Published 3 years ago

nv-cli-str-combo v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

nv-cli-str-combo

  • nv-cli-str-combo
  • cli tool, list all str-array combinations

install

  • npm install nv-cli-str-combo -g

usage

    Usage: nv_cli_str_combo [options]
    Options:
        -i, --input            input strs
        -s, --seperator        s
        -h, --help             usage

example

with seperator

   #nv_cli_str_combo -i matcher handler index -s "_"

    handler
    handler_index
    index
    matcher
    handler_matcher
    handler_index_matcher
    index_matcher

without seperator

    #nv_cli_str_combo -i matcher handler index
    []
    [ 'handler' ]
    [ 'handler', 'index' ]
    [ 'index' ]
    [ 'matcher' ]
    [ 'handler', 'matcher' ]
    [ 'handler', 'index', 'matcher' ]
    [ 'index', 'matcher' ]

LICENSE

  • ISC