File: /home/f/r/e/frenchy/www/french-american.org/current/node_modules/snyk/dist/cli/commands/index.js
"use strict";
const abbrev = require('abbrev');
const hotload = require('../../lib/hotload')(__dirname);
require('../../lib/spinner').isRequired = false;
// the aim of this module is to load as little as possible to keep cli boot
// time as low as possible
const commands = {
auth: hotload('./auth'),
config: hotload('./config'),
help: hotload('./help'),
ignore: hotload('./ignore'),
modules: hotload('./modules'),
monitor: hotload('./monitor'),
policy: hotload('./policy'),
protect: hotload('./protect'),
test: hotload('./test'),
'test-unpublished': hotload('./unpublished'),
version: hotload('./version'),
wizard: hotload('./protect/wizard'),
woof: hotload('./woof'),
};
commands.aliases = abbrev(Object.keys(commands));
commands.aliases.t = 'test';
module.exports = commands;
//# sourceMappingURL=index.js.map