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

catkin_make: basic tab auto-completion for make build targets #325

Closed
mirzashah opened this issue Jan 21, 2013 · 2 comments
Closed

catkin_make: basic tab auto-completion for make build targets #325

mirzashah opened this issue Jan 21, 2013 · 2 comments
Assignees

Comments

@mirzashah
Copy link
Member

catkin_make does not currently expose

  • the ability to see available make targets with tab completion
  • the ability to make individual targets (including 'clean' and 'run_tests_*).

Without this feature, the user has to go into the 'build' folder and run 'make' from there. Non-power users should be able to run tests, clean their projects, and build individual targets without having to understand the buildspace.

@dirk-thomas
Copy link
Member

Individual targets can already be passed to catkin_make. I refined the help text a bit to state target names explicitly.

@dirk-thomas
Copy link
Member

Providing completion for bash for now. If someone would like to have tcsh/zsh please consider to provide a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants