-
Notifications
You must be signed in to change notification settings - Fork 251
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
Add "-T" option that shows actual build plan #262
Comments
@mriehl review please |
I usually expect both a short and long option from my unix tools. I would suggest the following combinations:
If |
|
@esc yep, I assumed there would be long names. |
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 21, 2015
fixes pybuilder#262, connected to pybuilder#262
arcivanov
added a commit
to arcivanov/pybuilder
that referenced
this issue
Nov 21, 2015
fixes pybuilder#262, connected to pybuilder#262
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
-t
shows all available tasks in alphabetical order.Using
pyb -T [<task> [task]*]
we should show an actual build plan as it would be executed without actually executing it.The other alternative is to use
--show-plan
.The text was updated successfully, but these errors were encountered: