@simbachain/truffle
Version:
Truffle Plugin for SIMBAChain
13 lines • 387 B
TypeScript
import yargs from 'yargs';
export declare const command = "getdirs";
export declare const describe = "get paths for project-relevant directories";
export declare const builder: {};
/**
* view relevant directories (contracts, build, etc.)
* @param args
* args:
* none
* @returns
*/
export declare const handler: (args: yargs.Arguments) => void;
//# sourceMappingURL=getdirs.d.ts.map