Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}
FunctionsList.description = describe;
FunctionsList.args = [
{
name: 'types',
required: false,
default: cliInfo.argsDefaults.types,
description:
'Comma separated list of things to list (services,environments,functions,assets,variables)',
},
];
FunctionsList.flags = Object.assign(
convertYargsOptionsToOclifFlags(cliInfo.options),
{ profile: TwilioClientCommand.flags.profile }
);
module.exports = FunctionsList;