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