trufflesuite/truffle

View on GitHub
packages/core/lib/commands/version/meta.js

Summary

Maintainability
A
50 mins
Test Coverage
module.exports = {
  command: "version",
  description: "Show version number and exit",
  builder: {},
  help: {
    usage: "truffle version",
    options: [],
    allowedGlobalOptions: []
  }
};