spanwright
Version:
CLI tool to generate Cloud Spanner E2E testing framework projects with Go database tools and Playwright browser automation
11 lines • 453 B
TypeScript
export interface ParsedArgs {
projectName?: string;
flags: string[];
}
export declare function parseCommandLineArgs(): ParsedArgs;
export declare function checkForHelpAndVersion(flags: string[]): void;
export declare function showVersion(): never;
export declare function showHelp(): never;
export declare function showUsageError(): never;
export declare function isNonInteractiveMode(flags: string[]): boolean;
//# sourceMappingURL=cli.d.ts.map