import { CommandLineInputs, CommandLineOptions, CommandMetadata } from '../../definitions'; import { Command } from '../../lib/command'; export declare class GitRemoteCommand extends Command { getMetadata(): Promise<CommandMetadata>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
clone.d.ts | File | 319 B | 0644 |
|
clone.js | File | 1.62 KB | 0644 |
|
index.d.ts | File | 328 B | 0644 |
|
index.js | File | 850 B | 0644 |
|
remote.d.ts | File | 320 B | 0644 |
|
remote.js | File | 3.17 KB | 0644 |
|