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

Method render

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

* Main command handler which is called when invoking new commands * @param args - arguments object as defined in name. * @param flags - command flags as described in options. * @return - JSX element which is rendered with ink

(args: CLIArgs, flags: Flags)

Source from the content-addressed store, hash-verified

83 * @return - JSX element which is rendered with ink
84 */
85 render?(args: CLIArgs, flags: Flags): Promise<React.ReactElement>;
86
87 /**
88 * Command handler which is called for legacy commands or when process.isTTY is false

Callers 4

renderStringFunction · 0.65
runRenderHandlerMethod · 0.65
ui.runtime.tsFile · 0.65
renderMethod · 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