V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
import { InitResult } from '../../../typings';
|
||||
import { StringTask } from '../types';
|
||||
export declare function initTask(bare: boolean | undefined, path: string, customArgs: string[]): StringTask<InitResult>;
|
||||
Reference in New Issue
Block a user