UNPKG

@fewer/cli

Version:

The CLI to scaffold and perform operations for Fewer.

16 lines 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const command_1 = require("@oclif/command"); class Db extends command_1.Command { async run() { this._help(); } } Db.description = 'Used to perform database operations, and generate the schema.'; Db.usage = 'db --help'; Db.examples = [ '$ fewer db:migrate --help', '$ fewer db:schema --help', ]; exports.default = Db; //# sourceMappingURL=index.js.map