Searched refs:firstOption (Results 1 – 3 of 3) sorted by relevance
160 firstOption, err := r.lookupNamed(&r.globals, a.Options[0])166 switch firstOption := firstOption.(type) {196 enum := firstOption.Enum
380 …const firstOption = commandLineArgs[0].slice(commandLineArgs[0].charCodeAt(1) === CharacterCodes.m… constant381 return firstOption === "build" || firstOption === "b";
95073 …var firstOption = commandLineArgs[0].slice(commandLineArgs[0].charCodeAt(1) === 45 ? 2 : 1).toLowe…95074 return firstOption === "build" || firstOption === "b";