update to new cli scheme
This commit is contained in:
6
dist/mod_npm/index.d.ts
vendored
Normal file
6
dist/mod_npm/index.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* handle cli input
|
||||
* @param argvArg
|
||||
*/
|
||||
export declare let handleCli: (argvArg: any) => Promise<void>;
|
||||
export declare let test: () => Promise<void>;
|
||||
Reference in New Issue
Block a user