UNPKG

ogit

Version:

A lazy developer's Git CLI made simple. Makes using git on cloud IDEs (i.e. C9) a walk in the park.

8 lines (7 loc) 220 B
import 'reflect-metadata'; import { Command } from '@oclif/command'; export default class DisplayChangesCommand extends Command { static description: string; static aliases: string[]; run(): Promise<void>; }