MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / infoAction

Function infoAction

packages/cli/src/index.ts:22–24  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

20};
21
22const infoAction = async (projectPath: string): Promise<void> => {
23 await telemetry.trackCommand('info', () => actions.info(projectPath));
24};
25
26const initAction = async (projectPath: string): Promise<void> => {
27 await telemetry.trackCommand('init', () => actions.init(projectPath));

Callers

nothing calls this directly

Calls 1

trackCommandMethod · 0.80

Tested by

no test coverage detected