1.0.2 • Published 2 years ago

nv-cli-cdcpt v1.0.2

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

nv-cli-cdcpt

install

  • npm install nv-cli-cdcpt -g

usage

	Usage: nv_cli_cdcpt_to_str [options] 
	Options:
	    -i, --input         input string ,default stdin
	    -o, --output        output string,default stdout
	    -h, --help          usage

	Usage: nv_cli_cdcpt_to_rng [options] 
	Options:
	    -i, --input         input string ,default stdin
	    -o, --output        output string,default stdout
	    -h, --help          usage

example

   9 ,10 ,13, [32, 47] ,[58, 64] ,92 ,94 ,95 ,96 ,124, 126

   "\t\n\r !\"#$%&'()*+,-./:;<=>?@\\^_`|~"

	"\t\n\r !\"#$%&'()*+,-./:;<=>?@\\^_`|~"

	[[9,11],[13,14],[32,48],[58,65],[92,93],[94,97],[124,125],[126,127]]
	---------------------------------
	[[9,11],13,[32,48],[58,65],92,[94,97],124,126]

LICENSE

  • ISC