Class: RedmineCLI::Client

Inherits:
Thor
  • Object
show all
Extended by:
Helpers::Output
Defined in:
lib/redmine_cli.rb

Overview

Main CLI class

Instance Method Summary collapse

Methods included from Helpers::Output

erb, message, print_object_list, print_prompt_message

Instance Method Details

#__print_versionObject

two underscores hides method from help



35
36
37
# File 'lib/redmine_cli.rb', line 35

def __print_version
  puts "redmine_cli version #{VERSION}"
end