# File lib/fastcst/command/sync.rb, line 13
13:         def initialize(argv)
14:             @directory = "."
15:             
16:             super(argv, [
17:             ["-u", "--url URL", "URL of the base location when downloading", :@url],
18:             ])
19:             
20:             @repo_dir = Repository::Repository.search
21:         end