MCPcopy Create free account
hub / github.com/codeaashu/claude-code / coworkOption

Function coworkOption

src/main.tsx:4145–4145  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4143 */
4144 // Hidden flag on all plugin/marketplace subcommands to target cowork_plugins.
4145 const coworkOption = () => new Option('--cowork', 'Use cowork_plugins directory').hideHelp();
4146
4147 // Plugin validate command
4148 const pluginCmd = program.command('plugin').alias('plugins').description('Manage Claude Code plugins').configureHelp(createSortedHelpConfig());

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected