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.

10 lines (9 loc) 257 B
import 'reflect-metadata'; import { Command, flags } from '@oclif/command'; export default class PushTagCommand extends Command { static description: string; static flags: { all: flags.IOptionFlag<string>; }; run(): Promise<void>; }