@lxdhub/dbsync
Version:
Display, search and copy LXD-images using a web interface.
10 lines • 381 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const Path = require("path");
const clime_1 = require("clime");
require("./cli/commands/start/default");
const cli = new clime_1.CLI('lxdhub-dbsync', Path.join(__dirname, 'cli/commands'));
const shim = new clime_1.Shim(cli);
shim.execute(process.argv);
//# sourceMappingURL=cli.js.map