MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / flag

Function flag

packages/baseai/src/index.ts:32–32  ·  view source on GitHub ↗
(flg: string)

Source from the content-addressed store, hash-verified

30
31// Utility function to check if a flag is present
32const flag = (flg: string): boolean => Boolean(flags[flg]);
33
34(async () => {
35 await cliInit({ clear });

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected