bettyblocks/cli

cli throws error on invalid command

thomas9911 opened this issue · 1 comments

example:

bb testing

response:

        throw new Error(chalk_1.default.red(`\nInvalid command: ${command}\n`));
        ^

Error: 
Invalid command: testing

expected:

invalid command error with maybe the help text

Hi @thomas9911 , thanks for this feedback! i've created a task on our backlog to pick this up.