MCPcopy Index your code
hub / github.com/teambit/bit / report

Method report

src/cli/command.ts:93–93  ·  view source on GitHub ↗

* Command handler which is called for legacy commands or when process.isTTY is false * @param args - arguments object as defined in name. * @param flags - command flags as described in options. * @return - Report object. The Report.data is printed to the stdout as is.

(args: CLIArgs, flags: Flags)

Source from the content-addressed store, hash-verified

91 * @return - Report object. The Report.data is printed to the stdout as is.
92 */
93 report?(args: CLIArgs, flags: Flags): Promise<string | Report>;
94
95 /**
96 * Optional handler to provide a raw result of the command.

Callers 5

getErrMsgFunction · 0.65
runReportHandlerMethod · 0.65
reportMethod · 0.65
actionMethod · 0.65
handleErrorFunction · 0.65

Implementers 13

InsightsCmdsrc/extensions/insights/insights.cmd.t
InstallCmdsrc/extensions/workspace/install.cmd.t
ListCmdsrc/extensions/workspace/list.cmd.tsx
CompileCmdsrc/extensions/compiler/compiler.cmd.t
PackCmdsrc/extensions/pkg/pack.cmd.tsx
LegacyCommandAdaptersrc/extensions/cli/legacy-command-adap
TestCmdsrc/extensions/tester/test.cmd.tsx
CapsuleCreateCmdsrc/extensions/isolator/capsule-create
CapsuleListCmdsrc/extensions/isolator/capsule-list.c
WatchCommandsrc/extensions/watch/watch.cmd.tsx
StartCmdsrc/extensions/ui/start.cmd.tsx
CreateCmdsrc/extensions/create/create.cmd.tsx

Calls

no outgoing calls

Tested by

no test coverage detected