# File lib/fastcst/command/mail.rb, line 190
190:         def initialize(argv)
191:             super(argv, [
192:                 ["-m", "--mbox FILE", "The mbox formatted file to read", :@mbox]
193:             ])
194:             
195:             @repo_dir = Repository::Repository.search
196:         end