update to use better command recognition

This commit is contained in:
2017-07-27 14:20:56 +02:00
parent 1c0331524d
commit a8571827b9
14 changed files with 98 additions and 82 deletions

View File

@@ -7,4 +7,4 @@ export declare type TPubService = 'npm' | 'docker';
* the main exported publish function.
* @param pubServiceArg references targeted service to publish to
*/
export declare let publish: (pubServiceArg?: TPubService) => Promise<void | Dockerfile[]>;
export declare let publish: (argvArg: any) => Promise<void | Dockerfile[]>;