diff --git a/src/cli/commands/files.js b/src/cli/commands/files.js index cfb26545ed..1e24b3c226 100644 --- a/src/cli/commands/files.js +++ b/src/cli/commands/files.js @@ -1,6 +1,7 @@ 'use strict' const print = require('../utils').print +const lsCmd = require('./ls') module.exports = { command: 'files ', @@ -10,6 +11,7 @@ module.exports = { builder (yargs) { return yargs .commandDir('files') + .command(lsCmd) }, handler (argv) {