Skip to content
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(cli): Migrating from mow.cli to cobra #629

Merged
merged 10 commits into from
Aug 11, 2023

Conversation

kehiy
Copy link
Contributor

@kehiy kehiy commented Aug 10, 2023

Description

I replaced mow.cli with cobra for wallet commands.

Related issue(s)

Fixes #288

@kehiy kehiy requested a review from b00f August 10, 2023 21:01
@kehiy kehiy marked this pull request as ready for review August 10, 2023 21:01
@kehiy kehiy changed the title feat: Migrating from mow.cli to cobra feat(cli): Migrating from mow.cli to cobra Aug 10, 2023
@kehiy kehiy changed the title feat(cli): Migrating from mow.cli to cobra refactor(cli): Migrating from mow.cli to cobra Aug 10, 2023
cmd/wallet/address.go Show resolved Hide resolved
cmd/wallet/tx.go Show resolved Hide resolved
go.mod Outdated Show resolved Hide resolved
go.mod Show resolved Hide resolved
@kehiy kehiy requested a review from themantre August 11, 2023 09:52
@codecov
Copy link

codecov bot commented Aug 11, 2023

Codecov Report

Merging #629 (a7f060d) into main (c0aba74) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #629   +/-   ##
=======================================
  Coverage   83.62%   83.62%           
=======================================
  Files         155      155           
  Lines        7286     7286           
=======================================
  Hits         6093     6093           
  Misses        914      914           
  Partials      279      279           

@kehiy
Copy link
Contributor Author

kehiy commented Aug 11, 2023

@themantre can you have a review?

@kehiy kehiy enabled auto-merge (squash) August 11, 2023 10:15
cmd/wallet/address.go Outdated Show resolved Hide resolved
@kehiy kehiy requested a review from themantre August 11, 2023 10:26
@kehiy kehiy merged commit 1e75928 into pactus-project:main Aug 11, 2023
14 checks passed
@kehiy kehiy deleted the feature/walletCli branch August 11, 2023 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrating from mow.cli to cobra
3 participants