lib/gitdocs/cli.rb in gitdocs-0.1.5 vs lib/gitdocs/cli.rb in gitdocs-0.2.0

- old
+ new

@@ -73,15 +73,9 @@ say "Running: #{self.running?}" say "Watching paths:" say self.config.paths.map { |p| " - #{p}" }.join("\n") end - desc "serve", "Serves web frontend for files" - def serve - puts "Serving docs..." - Gitdocs::Server.new(*self.config.paths.map{|p| Gitdocs::Runner.new(p)}).start - end - desc "config", "Configuration options for gitdocs" def config # TODO make this work end