npm install command-line-argsyarn add command-line-argspnpm add command-line-args<script src="https://fastly.jsdelivr.net/npm/command-line-args"></script><script src="https://unpkg.com/command-line-args"></script><script type="module">
import commandlineargs from 'https://cdn.jsdelivr.net/npm/command-line-args/+esm';
</script><script type="module">
import commandlineargs from 'https://cdn.skypack.dev/command-line-args';
</script>