lib/memo/cli/command/list.rb in ememo-0.1.7 vs lib/memo/cli/command/list.rb in ememo-0.1.8

- old
+ new

@@ -11,10 +11,10 @@ @config = Memo::Config.new end def call namespace = @options.namespace - is_all = @options.is_all + is_all = @options.all? type = @options.dir? ? "d" : "f" dir = if is_all "" else