r0gue-io / pop-cli

An all-in-one tool for Polkadot development.
GNU General Public License v3.0
74 stars 21 forks source link

fix(spec): clean terminal output #334

Closed al3mart closed 2 weeks ago

al3mart commented 2 weeks ago

The spinner was not properly handled and made the output in the terminal very messy while the build was running. Just prompting info messages should be OK for now.

Before this change whenever build spec triggers a build we get image

After the changes the output doesn't mix the build prompts with the build spec command prompts