# File lib/fastcst/command/list.rb, line 10
10:         def initialize(argv)
11:             super(argv, [
12:                 ["-r", "--rev NAME", "A revision name to get the ID", :@rev],
13:             ])
14: 
15:             @repo_dir = Repository.search
16:         end