# File lib/fastcst/command/show.rb, line 9
 9:         def initialize(argv)
10:             super(argv, [
11:             ["-i", "--id ID", "Specify a changeset ID to send (defaults to current)", :@id],
12:             ["-r", "--rev ID", "Specify a changeset Revision name to send", :@rev],
13:             ["-c", "--current", "The currently active revision (the one you're building)", :@current]
14:             ])
15:             
16:             @repo_dir = Repository.search
17:         end