Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ hasArgument
Function
hasArgument
vscode-ng-language-service/server/src/cmdline_utils.ts:53–55 ·
view source on GitHub ↗
(argv: string[], argName: string)
Source
from the content-addressed store, hash-verified
51
}
52
53
function
hasArgument(argv: string[], argName: string): boolean {
54
return
argv.includes(argName);
55
}
56
57
interface
CommandLineOptions {
58
help: boolean;
Callers
1
parseCommandLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected