class Hace::CommandTask

Overview

A task that runs a shell command

Included Modules

Defined in:

hace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def expand #

We want to support variables and environment variables also in things like dependencies, outputs, etc. so we need to do some post-processing

Besides the global VARIABLES, they also have access to self


[View source]
def gen_task(name) #

[View source]
def to_hash #

[View source]