struct Cake::Env

Overview

Represents an environment for building a target.

Defined in:

cake/env.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def args : Array(String) #

Returns the arguments that were passed after the --.


[View source]
def deps : Array(String) #

Returns the dependencies.


[View source]
def initialize #

[View source]
def modified_deps : Array(String) #

Returns the file dependencies that were modified.


[View source]
def name : String #

Returns the name of the target.


[View source]
def verbose : Bool #

Returns whether the output should be verbose.


[View source]