README
args-util
command args util for commander or other args parser.
args-util can help you to add some validators and value parsers to the args.
install
npm install args-util --save
command args util for commander or other args parser.
<script type="module">
import argsUtil from 'https://cdn.skypack.dev/args-util';
</script>
command args util for commander or other args parser.
args-util can help you to add some validators and value parsers to the args.
npm install args-util --save