Class: Jog::CLI
- Inherits:
-
Thor
- Object
- Thor
- Jog::CLI
- Defined in:
- lib/jog/cli.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
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 |
#today ⇒ Object
7 8 9 |
# File 'lib/jog/cli.rb', line 7 def today Jog.edit( Jog.get_or_create_file( Time.now ) ) end |