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

Command-line switches handling #10

Open
ffevotte opened this issue Nov 19, 2013 · 1 comment
Open

Command-line switches handling #10

ffevotte opened this issue Nov 19, 2013 · 1 comment
Milestone

Comments

@ffevotte
Copy link
Owner

From issue #8:

By the way I think there is a typo in one the commands above. I think you meant to write config -a index.exclude /opt/local instead of config index.exclude -a /opt/local. The latter will cause the default exclude path of /usr to be replaced with .../-a and /opt/local. This means everything in /usr is indexed.

@ffevotte
Copy link
Owner Author

I would expect the clang-tags config command to work in all cases, whether -a is placed before or after the option name. The commands above are the actual ones that I used, and it did work as expected (at $WORK with python 2.6.6, i.e. without the newer argparse module). I'll check whether I can reproduce your bug for newer python versions with argparse.

Which python version are you using?

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

No branches or pull requests

1 participant