MCPcopy Index your code
hub / github.com/darkreader/darkreader / parseArguments

Function parseArguments

tasks/cli.js:142–144  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

140}
141
142function parseArguments(args) {
143 return args.filter((arg) => !arg.startsWith('--version='));
144}
145
146async function run() {
147 const args = process.argv.slice(3);

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected