class Default
Define Thor tasks in the top level Default
namespace.
Define Thor tasks in the top level Default
namespace.
Public Class Methods
Source
# File lib/appium_thor/commands/commands.rb, line 68 def self.exit_on_failure? true end
Source
# File lib/appium_thor/commands/init.rb, line 11 def initialize(args = [], options = {}, config = {}) super # Aquire reference to the config defined in the Thorfile @cfg = Appium::Thor::Config.instance end
Calls superclass method
Public Instance Methods
Source
# File lib/appium_thor/commands/commands.rb, line 64 def byte remove_non_ascii_from_cwd end
Source
# File lib/appium_thor/commands/commands.rb, line 54 def gem_install _install end
Source
# File lib/appium_thor/commands/commands.rb, line 47 def gem_uninstall _uninstall end
Source
# File lib/appium_thor/commands/commands.rb, line 4 def info puts <<-MSG gem_name: #{gem_name} github_name: #{github_name} github_owner: #{github_owner} branch: #{branch} version_file: #{version_file} MSG end
Source
# File lib/appium_thor/commands/commands.rb, line 59 def notes update_release_notes end