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

Function createDefaultOptions

scripts/draft-changelog.ts:138–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136}
137
138function createDefaultOptions(): MutableOptions {
139 return {
140 date: new Date().toISOString().slice(0, 10),
141 write: false,
142 force: false,
143 };
144}
145
146function parseArgument(args: string[], index: number, parsed: MutableOptions) {
147 return parseVersionOptionArgument(args, index, parsed, {

Callers 1

parseArgsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected