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.
Currently if the user wants to make use of
Bootleg.UIorBootleg.Configthey need to import it themselves:We could import one or more of these modules as a convenience.