ogit
Version:
A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.
12 lines (11 loc) • 344 B
TypeScript
import { Command } from '@oclif/command';
export declare class GenerateSSHKeyPairs extends Command {
static description: string;
readonly DEFAULT_TYPE: string;
readonly DEFAULT_BITS: number;
run(): Promise<void>;
runCommand(): Promise<void>;
private getFilePath;
private isWindowsOs;
private getHomeDirectory;
}