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

Function proxyAction

packages/cli/src/index.ts:42–44  ·  view source on GitHub ↗
(options: Parameters<typeof actions.proxy>[0])

Source from the content-addressed store, hash-verified

40};
41
42const proxyAction = async (options: Parameters<typeof actions.proxy>[0]): Promise<void> => {
43 await telemetry.trackCommand('proxy', () => actions.proxy(options));
44};
45
46function triStateBooleanOption(flag: string, description: string) {
47 return new Option(flag, description).choices(['true', 'false']).argParser((value) => {

Callers

nothing calls this directly

Calls 1

trackCommandMethod · 0.80

Tested by

no test coverage detected