Skip to content

Commit 83cc495

Browse files
committed
chore: deprecation notice
1 parent a9a8723 commit 83cc495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/root.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,10 @@ let validCommands = program.commands.map((cmd) => {
733733
});
734734

735735
if (validCommands.length && process.argv[2]) {
736+
shell.echo(
737+
`Global cli is deprecated. Please use "npx dooboo" instead and remove global dooboo-cli package from your local computer.`,
738+
);
739+
736740
switch (process.argv[2]) {
737741
case 'init':
738742
case 'start':

0 commit comments

Comments
 (0)