Class: Tuya::Command::CI::ShowLogTips

Inherits:
Tuya::Command::CI show all
Defined in:
lib/tycli/command/ci/show_log_tips.rb

Instance Method Summary collapse

Methods inherited from Tuya::Command::CI

#initialize, options

Constructor Details

This class inherits a constructor from Tuya::Command::CI

Instance Method Details

#runObject



9
10
11
12
# File 'lib/tycli/command/ci/show_log_tips.rb', line 9

def run
	puts("when ci build errors, you can search keyworkds: \n")
	puts("- ERROR\nfatal error:\nfastlane finished with errors\n")
end