Class: Jog::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/jog/cli.rb

Instance Method Summary collapse

Instance Method Details

#configObject



12
13
14
15
16
17
18
19
20
# File 'lib/jog/cli.rb', line 12

def config
  puts "Config"
  puts "------"
  pp Jog.config
  puts
  puts "Template"
  puts "--------"
  puts Jog.template
end

#todayObject



7
8
9
# File 'lib/jog/cli.rb', line 7

def today
  Jog.edit( Jog.get_or_create_file( Time.now ) )
end