diff --git a/src/yalc.ts b/src/yalc.ts index 7a40a39..2da5329 100644 --- a/src/yalc.ts +++ b/src/yalc.ts @@ -167,6 +167,7 @@ yargs }) .command({ command: 'remove', + aliases: ['rm', 'unlink'], describe: 'Remove packages from the project', builder: () => { return yargs.boolean(['retreat', 'all']).help(true)