Class: Arfi::CLI

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

Overview

Top level CLI class

Instance Method Summary collapse

Instance Method Details

#versionObject



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

def version
  $stdout.write(Arfi::VERSION, "\n")
end