MCPcopy Create free account
hub / github.com/GrapesJS/cli / argsToOpts

Function argsToOpts

src/cli.ts:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148}
149
150export const argsToOpts = async () => {
151 return await createCommands(yargs).parse();
152};
153
154export const run = async (opts = {}) => {
155 try {

Callers 1

runFunction · 0.85

Calls 1

createCommandsFunction · 0.85

Tested by

no test coverage detected