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

Add wallet commands #807

Merged
merged 13 commits into from
Mar 13, 2019
Merged

Add wallet commands #807

merged 13 commits into from
Mar 13, 2019

Conversation

NicolasMahe
Copy link
Member

@NicolasMahe NicolasMahe commented Mar 12, 2019

This PR add the commands related to wallet

➜ ./dev-cli wallet

Manage wallets

Usage:
  mesg-core wallet [command]

Available Commands:
  create      Create a new account
  delete      Delete an account
  export      export an account
  import      import an account
  list        list accounts

Flags:
  -h, --help   help for wallet

Global Flags:
      --no-color     disable colorized output
      --no-spinner   disable spinners

Use "mesg-core wallet [command] --help" for more information about a command.

antho1404
antho1404 previously approved these changes Mar 12, 2019
Copy link
Member

@antho1404 antho1404 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some feedback in #809 (and some refactoring) but nothing blocking and everything works great

commands/wallet_export.go Outdated Show resolved Hide resolved
commands/wallet_list.go Show resolved Hide resolved
@NicolasMahe
Copy link
Member Author

NicolasMahe commented Mar 13, 2019

@antho1404 Your modification has been merged and I added the pretty print for the export command

antho1404
antho1404 previously approved these changes Mar 13, 2019
commands/wallet_import.go Outdated Show resolved Hide resolved
@NicolasMahe NicolasMahe merged commit 2160231 into dev Mar 13, 2019
@NicolasMahe NicolasMahe deleted the feature/wallet-commands branch March 13, 2019 13:22
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.

3 participants