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

Using --exclude-from-tree now throws an error #87

Open
evanheckert opened this issue Feb 24, 2025 · 1 comment
Open

Using --exclude-from-tree now throws an error #87

evanheckert opened this issue Feb 24, 2025 · 1 comment
Labels

Comments

@evanheckert
Copy link

evanheckert commented Feb 24, 2025

error: unexpected argument '--exclude-from-tree' found

It worked yesterday.

EDIT: It seems intuitive to me that it should be the default when using --exclude. I'm not sure why I would want excluded files to show up in the tree. Perhaps change it to --keep-excluded-in-tree or something?

@ODAncona
Copy link
Collaborator

@evanheckert

Hello, I fixed the issue you had yesterday (#83) in #86 and included #85 thus deprecating --exclude-from-tree.

The latest version contains only the included file by default as you proposed here, and using the flag --full-directory-tree will include all the directory tree (It could be useful to give more context to LLM).

Tell me if you have any remarks // suggestions

Thanks

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

2 participants