Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
export
const
argsToOpts =
async
() => {
151
return
await
createCommands(yargs).parse();
152
};
153
154
export
const
run =
async
(opts = {}) => {
155
try {
Callers
1
run
Function · 0.85
Calls
1
createCommands
Function · 0.85
Tested by
no test coverage detected