module Common::TaskHelpers

Included Modules

Direct including types

Defined in:

common/task_helpers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(project, callbacks = Barista::Behaviors::Omnibus::CacheCallbacks.new, *, without_gtk : Bool) #

[View source]

Instance Method Detail

def build_gtk? #

[View source]
def sync_source #

[View source]
def update_config_guess(target : String = ".", install : Array(Symbol) = [:config_guess, :config_sub] of ::Symbol) #

Updates a target source folder with the version of config guess present in Tasks::ConfigGuess


[View source]