lib/3llo/view/list/help.rb in 3llo-1.0.0 vs lib/3llo/view/list/help.rb in 3llo-1.1.0

- old
+ new

@@ -7,9 +7,10 @@ def render() <<~TEMPLATE.strip #{Utils.format_bold("# Available list commands:")} list list - Show all lists + list add - Create a list list cards <key> - Show all cards in list list archive-cards <key> - Archive all cards in list TEMPLATE end end