cli throws error on invalid command
thomas9911 opened this issue · 1 comments
thomas9911 commented
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
JorisPannekeet commented
Hi @thomas9911 , thanks for this feedback! i've created a task on our backlog to pick this up.