Class: TooDoo::Commands::List

Inherits:
Simple show all
Defined in:
lib/toodoo/commands/list.rb

Overview

list tasks usage: td list

Instance Attribute Summary

Attributes inherited from Base

#args, #store

Instance Method Summary collapse

Methods inherited from Simple

#perform!, #run!

Methods inherited from Base

#initialize, #perform!, #run!

Constructor Details

This class inherits a constructor from TooDoo::Commands::Base

Instance Method Details

#descriptionObject



8
9
10
11
12
13
# File 'lib/toodoo/commands/list.rb', line 8

def description
  <<~END
    list tasks
    usage: td list
  END
end