Class: SchwarmCli::Commands::Main

Inherits:
Thor
  • Object
show all
Defined in:
lib/schwarm_cli/commands/main.rb

Instance Method Summary collapse

Instance Method Details

#skillObject



64
65
66
67
# File 'lib/schwarm_cli/commands/main.rb', line 64

def skill
  path = File.expand_path("../../../schwarm-skill.md", __dir__)
  puts File.read(path)
end

#versionObject



57
58
59
# File 'lib/schwarm_cli/commands/main.rb', line 57

def version
  puts "schwarm-cli #{SchwarmCli::VERSION}"
end