class Hace::UnknownTaskError

Overview

Raised when the user requests a task that is not defined in the Hacefile. Exiting non-zero on typos matters for scripts and CI pipelines.

Defined in:

hace.cr

Constructors

Constructor Detail

def self.new(unknown_tasks : Array(String), available_tasks : Array(String)) #

[View source]