Class: Gemat::Cli

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

Instance Method Summary collapse

Instance Method Details

#csvObject



8
9
10
# File 'lib/gemat/cli.rb', line 8

def csv
  command(options, __method__)
end

#mdObject



13
14
15
# File 'lib/gemat/cli.rb', line 13

def md
  command(options, __method__)
end

#orgObject



18
19
20
# File 'lib/gemat/cli.rb', line 18

def org
  command(options, __method__)
end