MCPcopy Create free account
hub / github.com/Eversmile12/sharedcontext / IdentityCommandOptions

Interface IdentityCommandOptions

src/cli/identity.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { prompt, ensureInitialized } from "./util.js";
5
6export interface IdentityCommandOptions {
7 testnet?: boolean;
8}
9
10export async function identityCommand(options: IdentityCommandOptions = {}): Promise<void> {
11 const dbPath = ensureInitialized();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected