polish-cli
Version:
AI-powered file organization for Obsidian with automatic markdown conversion
13 lines • 356 B
TypeScript
interface OrganizeOptions {
profile?: string;
vault?: string;
originals?: string;
dryRun?: boolean;
types?: string;
mode?: string;
batch?: string;
copy?: boolean;
}
export declare function organizeCommand(source: string | undefined, options: OrganizeOptions): Promise<void>;
export {};
//# sourceMappingURL=organize.d.ts.map