mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-19 21:04:35 +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])
|
config = MPW::Config.new(options[:config])
|
||||||
cli = MPW::Cli.new(config, nil, options[:sync], nil)
|
cli = MPW::Cli.new(config, nil, options[:sync], nil)
|
||||||
|
|
||||||
|
cli.get_wallet(options[:wallet])
|
||||||
|
cli.decrypt
|
||||||
cli.add
|
cli.add
|
||||||
|
|
Loading…
Add table
Reference in a new issue