kubesphere / ksbuilder

A CLI tool helps you to manage the development of kubesphere extensions
MIT License
10 stars 19 forks source link

cmd: avoid duplicate error output #53

Closed iawia002 closed 10 months ago

iawia002 commented 10 months ago

before:

Error: test
error executing root command: testexit status 1

after:

error executing command: test
exit status 1