mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-19 17:40:05 +00:00
remove old option format
This commit is contained in:
parent
25a8455658
commit
57b2ca5fca
1 changed files with 0 additions and 4 deletions
4
mpw
4
mpw
|
@ -97,10 +97,6 @@ OptionParser.new do |opts|
|
|||
options[:force] = true
|
||||
end
|
||||
|
||||
opts.on('-F', '--format', I18n.t('option.format')) do
|
||||
options[:format] = true
|
||||
end
|
||||
|
||||
opts.on('-G', '--generate-password [LENGTH]', I18n.t('option.generate_password')) do |length|
|
||||
puts MPW::MPW::password(length)
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue