Class: DriveEnv::Cli::Command

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

Instance Method Summary collapse

Instance Method Details

#versionObject



19
20
21
# File 'lib/drive_env/cli/command.rb', line 19

def version
  puts "drive_env v#{::DriveEnv::VERSION}"
end