UNPKG

vmes-flowable

Version:

ceshibao

15 lines (11 loc) 245 B
'use strict'; function ElementCommand(params) { return { args: [ params.element('element') ], exec: function(element) { return element; } }; } ElementCommand.$inject = [ 'cli._params' ]; module.exports = ElementCommand;