@pixelfactory/privatebin
Version:
a PrivateBin client written in typescript
17 lines • 583 B
TypeScript
import { Command } from 'commander';
export declare class SendCmd extends Command {
constructor();
private sendPaste;
private formatResponse;
run: (text: string, args: {
password: boolean;
burnafterreading: boolean;
opendiscussion: boolean;
expire: "5min" | "10min" | "1hour" | "1day" | "1week" | "1month" | "1year" | "never";
compression: "zlib" | "none";
textformat: "plaintext" | "markdown";
output: "text" | "json" | "yaml";
url: string;
}) => Promise<void>;
}
//# sourceMappingURL=send.d.ts.map