lib/verku/cli.rb in verku-0.14.1 vs lib/verku/cli.rb in verku-0.15.0
- old
+ new
@@ -54,14 +54,14 @@
inside_ebook!
stats = Verku::Stats.new(root_dir)
say [
# "Chapters: #{stats.chapters}",
- "Goal: #{sprintf("%7d", stats.target)}",
- "Words: #{sprintf("%7d", stats.words)}",
- " -------",
- "Left: #{sprintf("%7d", stats.remaining)}",
- "\nProgress: #{sprintf("%5d", stats.today)}"
+ "Goal: #{sprintf("%7d", stats.target)}",
+ "Words: #{sprintf("%7d", stats.words)}",
+ " -------",
+ "Remain: #{sprintf("%7d", stats.remaining)}",
+ "Progress: #{sprintf("%7d", stats.today)}"
].join("\n")
end
desc "move old_id new_id", "Move scene to new sequence."
def move(oid,nid)