mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-23 13:57:52 +00:00
fix bug with the option -A
This commit is contained in:
parent
a60894832c
commit
5ca4463d17
1 changed files with 1 additions and 1 deletions
2
mpw
2
mpw
|
@ -23,7 +23,7 @@ OptionParser.new do |opts|
|
|||
end
|
||||
|
||||
opts.on("-A", "--show-all", "Show all items") do |b|
|
||||
options[:type] = 'all'
|
||||
options[:type] = nil
|
||||
options[:display] = ""
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue