UNPKG

ignite-boilerplate-andross-typescript

Version:
10 lines (7 loc) 358 B
// @cliDescription Deprecated - Use `list` module.exports = async function (context) { const { print } = context print.info(`Listview is now simply 'list' and supports multiple types of views.\n`) print.info(`Instead run: ${context.runtime.brand} generate list <name>\n`) print.info('This warning will be removed in a future release.') }