UNPKG

fh-fhc

Version:

A Command Line Interface for FeedHenry

11 lines (10 loc) 265 B
/* globals i18n */ module.exports = { 'desc': i18n._('Lists All Forms.'), 'examples': [{cmd: 'fhc appforms forms list', desc: i18n._('Lists All Forms.')}], 'demand': [], 'alias': {}, 'describe': {}, 'url': "/api/v2/appforms/forms", 'method': 'get' };