Barista::Behaviors::Software::Commands::Sync
Inherits Barista::Behaviors::Software::Commands::Base < Barista::Behaviors::Software::Emittable < Reference < Object
Constructors
new(src : String, dest : String, exclude : Array(String) = [] of String, &strategy : Merger::Strategy)
Sourcenew(src : String, dest : String, exclude : Array(String) = [] of String)
SourceInstance methods
description
A unique string representing this command
used to calculate the shasum for the builder
dest
Sourceexclude
Sourceexecute
executes the command
takes the name of the task, a BuildMeta for logging, and an optional file handle for logging.
src
Sourcestrategy
Source