Skip to content

Commit d61f4aa

Browse files
mannycarrera4manuel.carrera
and
manuel.carrera
authored
fix: Add codemod to main index file to export (Workday#2996)
Fixes: Workday#2995 [category:Codemod] Co-authored-by: manuel.carrera <[email protected]>
1 parent 4135d71 commit d61f4aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/codemod/index.js

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ const {
7474
describe: chalk.gray('The path to execute the transform in (recursively).'),
7575
});
7676
})
77+
.command('v12 [path]', chalk.gray('Canvas Kit v11 > v12 upgrade transform'), yargs => {
78+
yargs.positional('path', {
79+
type: 'string',
80+
default: '.',
81+
describe: chalk.gray('The path to execute the transform in (recursively).'),
82+
});
83+
})
7784
.demandCommand(1, chalk.red.bold('You must provide a transform to apply.'))
7885
.strictCommands()
7986
.fail((msg, err, yargs) => {

0 commit comments

Comments
 (0)