MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / parseCommandLine

Function parseCommandLine

src/cli/parse.ts:141–143  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

139}
140
141export function parseCommandLine(args: string[]): ParsedCommandLine {
142 return updateParsedCommandLine(ts.parseCommandLine(args), args);
143}
144
145function updateParsedCommandLine(parsedCommandLine: ts.ParsedCommandLine, args: string[]): ParsedCommandLine {
146 for (let i = 0; i < args.length; i++) {

Callers 1

executeCommandLineFunction · 0.90

Calls 1

updateParsedCommandLineFunction · 0.85

Tested by

no test coverage detected