bootleg icon indicating copy to clipboard operation
bootleg copied to clipboard

Bootleg.{UI, Config}, others should be available in Tasks

Open rjanja opened this issue 6 years ago • 0 comments

Currently if the user wants to make use of Bootleg.UI or Bootleg.Config they need to import it themselves:

use Bootleg.DSL

task :foo do
  alias Bootleg.UI
  UI.info("Ok, getting started")
end

We could import one or more of these modules as a convenience.

rjanja avatar Oct 25 '18 22:10 rjanja