We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a8723 commit 83cc495Copy full SHA for 83cc495
bin/root.ts
@@ -733,6 +733,10 @@ let validCommands = program.commands.map((cmd) => {
733
});
734
735
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
+
740
switch (process.argv[2]) {
741
case 'init':
742
case 'start':
0 commit comments