it('should execute the subcommand if a valid action is specified', () => {
            let spy = sinon.spy();
            let command = require('../src/plugins');
            command(['ls'], spy);