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

Add "-T" option that shows actual build plan #262

Closed
arcivanov opened this issue Nov 20, 2015 · 4 comments · Fixed by #264
Closed

Add "-T" option that shows actual build plan #262

arcivanov opened this issue Nov 20, 2015 · 4 comments · Fixed by #264
Assignees
Milestone

Comments

@arcivanov
Copy link
Member

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.

@arcivanov arcivanov modified the milestones: v0.11.3, v0.11.2 Nov 20, 2015
@arcivanov arcivanov self-assigned this Nov 20, 2015
@arcivanov
Copy link
Member Author

@mriehl review please

@esc
Copy link
Contributor

esc commented Nov 20, 2015

I usually expect both a short and long option from my unix tools. I would suggest the following combinations:

  • -t and --show-tasks
  • -T and --show-plan

If --show-tasks is unlikely however, I would advocate for -T.

@esc
Copy link
Contributor

esc commented Nov 20, 2015

--tasks and --plan or even -p instead of -T are also options.

@arcivanov
Copy link
Member Author

@esc yep, I assumed there would be long names.

arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 21, 2015
arcivanov added a commit to arcivanov/pybuilder that referenced this issue Nov 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants