class Timesheets::CLI

Public Instance Methods

edit() click to toggle source
# File lib/timesheets/cli.rb, line 17
def edit
  Commands::Edit.run
end
start() click to toggle source
# File lib/timesheets/cli.rb, line 22
def start
  Commands::Start.run
end
status() click to toggle source
# File lib/timesheets/cli.rb, line 27
def status
  Commands::Status.run
end
stop() click to toggle source
# File lib/timesheets/cli.rb, line 32
def stop
  Commands::Stop.run
end
summary() click to toggle source
# File lib/timesheets/cli.rb, line 45
def summary
  Commands::Summary.run(options)
end