Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}
}
FunctionsInit.description = describe;
FunctionsInit.args = [
{
name: 'name',
required: true,
description: 'Name of Serverless project and directory that will be created',
},
];
FunctionsInit.flags = Object.assign(
{},
convertYargsOptionsToOclifFlags(cliInfo.options),
{ profile: TwilioClientCommand.flags.profile }
);
module.exports = FunctionsInit;