# File lib/fastcst/command/status.rb, line 9
 9:         def initialize(argv)
10:             @full_check = false
11:         
12:             super(argv, [
13:             ["-f", "--[no-]full", "Full check (defaults to quick check)", :@full_check]
14:             ])
15:             
16:             @repo_dir = Repository.search
17:         end