lib/command/list.rb in narou-1.5.7.1 vs lib/command/list.rb in narou-1.5.8
- old
+ new
@@ -82,10 +82,11 @@
},
@options["type"] ? NOVEL_TYPE_LABEL[novel_type] : nil,
novel["title"] + (!@options["type"] && novel_type == 2 ?
" <gray>(#{NOVEL_TYPE_LABEL[novel_type]})</gray>".termcolor :
"") +
- (flags["end"] ? " <gray>(完結)</gray>".termcolor : ""),
+ (flags["end"] ? " <gray>(完結)</gray>".termcolor : "") +
+ (flags["delete"] ? " <gray>(削除)</gray>".termcolor : ""),
@options["url"] ? novel["toc_url"] : nil
].compact.join(" | ")
end
end