Some cleanups from the old stuff

This commit is contained in:
2020-08-24 03:02:24 +02:00
parent 35e4c3a544
commit 69ebed5c7e
6 changed files with 996 additions and 1252 deletions

View File

@@ -1,14 +0,0 @@
"use strict";
exports.__esModule = true;
var yargs_1 = require("yargs");
var _ = yargs_1["default"]
.scriptName("migrate")
.command("new [name]", "create a new migration", function (args) {
args.positional("name", {
type: "string",
describe: "name of the migration"
});
}, function (argv) {
console.log("hi", argv.name);
})
.help().argv;