# File lib/fastcst/command/log.rb, line 9
 9:         def initialize(argv)
10:             super(argv, [
11:                 ["-s", "--show", "Show the current log", :@show]
12:             ])
13:             
14:             @repo_dir = Repository.search
15:             @message = argv.join(" ")
16:         end