Class: Sym::App::Commands::ShowVersion

Inherits:
BaseCommand show all
Defined in:
lib/sym/app/commands/show_version.rb

Constant Summary

Constants included from Sym

DESCRIPTION, VERSION

Instance Method Summary collapse

Methods included from Sym

config, default_key, default_key?, default_key_file

Constructor Details

This class inherits a constructor from Sym::App::Commands::BaseCommand

Instance Method Details

#executeObject



8
9
10
# File 'lib/sym/app/commands/show_version.rb', line 8

def execute
  "sym (version #{Sym::VERSION})"
end