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

Change the exclusion instruction in the ReadMe #93

Open
CyrilAdelekan opened this issue Sep 18, 2024 · 0 comments
Open

Change the exclusion instruction in the ReadMe #93

CyrilAdelekan opened this issue Sep 18, 2024 · 0 comments

Comments

@CyrilAdelekan
Copy link

I tried the instructions with the exclusion

tsuml2 --glob "./src/**/!(*.d|*.spec).ts"

and i got the error

bash: !: event not found

my intension was to exclude any *.test.ts files like the *.d.ts and the *.spec.ts in the instruction

but i find that changing the ! to \! so that the command is

tsuml2 --glob "./src/**/\!(*.d|*.spec).ts"

worked great.

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