Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
142
function
parseArguments(args) {
143
return
args.filter((arg) => !arg.startsWith(
'--version='
));
144
}
145
146
async
function
run() {
147
const
args = process.argv.slice(3);
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected