Class: Legate::CLI::Main

Inherits:
BaseCommand show all
Defined in:
lib/legate/cli.rb

Overview

Main CLI class that provides the entry point for all Legate commands

Instance Method Summary collapse

Methods inherited from BaseCommand

#tree

Instance Method Details

#versionObject



21
22
23
# File 'lib/legate/cli.rb', line 21

def version
  puts "Legate version #{Legate::VERSION}"
end