MCPcopy Create free account
hub / github.com/AnYanYi/Linux-app-installer / ScriptOptions

Interface ScriptOptions

src/lib/generateInstallScript.ts:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17} from './scripts';
18
19interface ScriptOptions {
20 distroId: DistroId;
21 selectedAppIds: Set<string>;
22 helper?: 'yay' | 'paru';
23}
24
25// The full fancy script with progress bars and all that jazz
26export function generateInstallScript(options: ScriptOptions): string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected