-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: improve ux #235
refactor: improve ux #235
Conversation
Reuse cli functionality to standardise ux.
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #235 +/- ##
==========================================
+ Coverage 70.03% 70.07% +0.03%
==========================================
Files 44 44
Lines 6565 6562 -3
Branches 6565 6562 -3
==========================================
Hits 4598 4598
+ Misses 1230 1225 -5
- Partials 737 739 +2
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I created and Issue to do this refactor for the rest of the commands: #236
There are conflicts after merging #226 |
# Conflicts: # crates/pop-cli/src/commands/new/parachain.rs
Updated. |
Reuse
cli
module functionality to standardise ux.