# File lib/fastcst/command/disp.rb, line 8
 8:         def initialize(argv)
 9:             super(argv, [
10:                 ["-t", "--type TYPE", "Disposition type", :@type],
11:                 ["-i", "--id ID", "The 'id' of the disposition (like URL)", :@id],
12:                 ["-r", "--relation TEXT", "This disposition's relationship to the revision", :@relation]
13:                 
14:             ])
15:             
16:             @repo_dir = Repository.search
17:         end