Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rjanja opened this issue Oct 25, 2018 · 0 comments
Open

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

rjanja opened this issue Oct 25, 2018 · 0 comments
Labels
Milestone

Comments

@rjanja
Copy link
Contributor

rjanja commented Oct 25, 2018

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 rjanja changed the title Should we import Bootleg.UI (and Config or others?) for tasks to use Bootleg.{UI, Config}, others should be available in Tasks Nov 1, 2018
@rjanja rjanja added this to the 0.13.0 milestone Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant