mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 12:59:30 +00:00
mpw-add: fix problem with get wallet
This commit is contained in:
parent
1681db0edb
commit
ca2225ce71
1 changed files with 3 additions and 0 deletions
|
@ -45,4 +45,7 @@ end.parse!
|
|||
|
||||
config = MPW::Config.new(options[:config])
|
||||
cli = MPW::Cli.new(config, nil, options[:sync], nil)
|
||||
|
||||
cli.get_wallet(options[:wallet])
|
||||
cli.decrypt
|
||||
cli.add
|
||||
|
|
Loading…
Add table
Reference in a new issue