bgipfs
Version:
BuidlGuidl IPFS CLI
10 lines (9 loc) • 353 B
TypeScript
import { BaseCommand } from '../../../base-command.js';
export default class Backup extends BaseCommand {
static description: string;
static examples: string[];
static flags: {
output: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
};
run(): Promise<void>;
}