UNPKG

logggai

Version:

AI-powered CLI for transforming your development work into professional content

10 lines 393 B
interface ContextCommandOptions { list?: boolean; switch?: string; personal?: boolean; } export declare function contextCommand(options?: ContextCommandOptions): Promise<void>; export declare function switchCommand(orgIdentifier?: string): Promise<void>; export declare function useCommand(contextIdentifier: string): Promise<void>; export {}; //# sourceMappingURL=context.d.ts.map