in src/cli.ts [111:116]
function parseDepOption() { if (argv.dep?.length === 0) { return undefined; } return { deps: argv.dep, }; }