Class: EntryPoint::CLI

Inherits:
Thor
  • Object
show all
Includes:
Citation
Defined in:
lib/citation/entrypoint.rb

Constant Summary

Constants included from Citation

Citation::VERSION

Instance Method Summary collapse

Methods included from Citation

parse

Instance Method Details

#instr(s) ⇒ Object



18
19
20
# File 'lib/citation/entrypoint.rb', line 18

def instr(s)
  puts Citation.parse(s, options[:r]).out(options[:f])
end