193 194 195 196 197 198 199
# File 'lib/cnote/commands.rb', line 193 def tags(params) if params.empty? list_tags else puts "NOT YET IMPLEMENTED" end end