UNPKG

rdtool

Version:

A simple Node.js-based remote deployment tool that makes deployments easier with config files.

11 lines (9 loc) 212 B
function exec(client, config, command) { config.startTime = Date.now(); config.startTimeTip = command; return "已记录当前时间"; } module.exports = { name: "record-exec-time", exec, };