UNPKG

fh-fhc

Version:

A Command Line Interface for FeedHenry

16 lines (14 loc) 407 B
/* globals i18n */ module.exports = { 'desc' : i18n._('Read A Single Theme.'), 'examples' : [{ cmd : 'fhc appforms themes read --id=<ID Of Theme To Read>', desc : i18n._('Read A Single Theme')}], 'demand' : ['id'], 'alias' : {}, 'describe' : { 'id': i18n._("ID Of Theme To Read") }, 'url' : function(params) { return "/api/v2/appforms/themes/" + params.id; }, 'method' : 'get' };