MCPcopy Create free account
hub / github.com/FastLED/FastLED / RunOptions

Interface RunOptions

ci/docker_utils/avr8js/main.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { exit } from "process";
5
6interface RunOptions {
7 hexFile: string;
8 timeout?: number; // timeout in seconds
9 verbose?: boolean;
10}
11
12function parseArgs(): RunOptions {
13 const args = process.argv.slice(2);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected