r0gue-io / pop-cli

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

chore: message showing parachain being build #188

Open AlexD10S opened 1 month ago

AlexD10S commented 1 month ago

When building a parachain, the current message is:

Pop CLI : Building your parachain

Improve the message to display the name of the parachain being built.

Suggested by Bruno here: https://github.com/r0gue-io/pop-cli/issues/74#issuecomment-2048961689

bolajahmad commented 1 month ago

How can the CLI tell what the name of the parachain is? The only argument to build is the path (which can be in various form). It's not suitable as a name. Maybe a new argument to BuildParachainCommand but what should be the default value?