class Emeralds::Version

Defined in:

emeralds/commands/Version.cr

Instance Method Summary

Instance methods inherited from class Emeralds::Command

block block, build_app_debug build_app_debug, build_app_release build_app_release, build_lib_debug build_lib_debug, build_lib_release build_lib_release, build_test build_test, message message, run run, validate_filename(input) validate_filename, wget_license wget_license

Instance Method Detail

def block #

Get the em version from the yaml file


[View source]
def message #
Description copied from class Emeralds::Command

Contains the informational message for the user while performing an Emerald command

return -> The string to display


[View source]