MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / createDefaultOptions

Function createDefaultOptions

scripts/changelog-weekly.ts:112–117  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112function createDefaultOptions(): MutableWeeklyOptions {
113 return {
114 write: false,
115 force: false,
116 };
117}
118
119function parseArgument(args: string[], index: number, parsed: MutableWeeklyOptions) {
120 const arg = args[index];

Callers 1

parseWeeklyOptionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected