picgo
Version:
A tool for image uploading
8 lines (7 loc) • 333 B
TypeScript
import type { Command } from 'commander';
import type { IPicGo } from '../../../../types';
export declare const applyConfigSyncOptions: (cmd: Command) => Command;
export declare const createConfigSyncAction: (ctx: IPicGo) => (options: {
encrypt?: string | boolean;
skipEncryptionSwitchConfirm?: boolean;
}) => Promise<void>;