simple-git
Version:
Simple GIT interface for node.js
6 lines (5 loc) • 380 B
TypeScript
import { StringTask } from './task';
export declare function addSubModuleTask(repo: string, path: string): StringTask<string>;
export declare function initSubModuleTask(customArgs: string[]): StringTask<string>;
export declare function subModuleTask(customArgs: string[]): StringTask<string>;
export declare function updateSubModuleTask(customArgs: string[]): StringTask<string>;