update to use better command recognition
This commit is contained in:
2
dist/mod_publish/index.d.ts
vendored
2
dist/mod_publish/index.d.ts
vendored
@@ -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[]>;
|
||||
|
||||
Reference in New Issue
Block a user