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

Pickups only 1 file #3

Open
fetis opened this issue May 7, 2018 · 3 comments · May be fixed by #9
Open

Pickups only 1 file #3

fetis opened this issue May 7, 2018 · 3 comments · May be fixed by #9

Comments

@fetis
Copy link

fetis commented May 7, 2018

I tried to use on Angular CLI project and it pickups only 1 file to display

@GerkinDev
Copy link

Hey there! Actually, you should quote or escape your glob pattern, or it will be interpreted by the shell. Try this:

tsuml --glob './src/**/*.ts'

@ali-habibzadeh
Copy link

is this project still being developed?

@bircas bircas linked a pull request Dec 19, 2018 that will close this issue
@rajkeshwar
Copy link

I tried escaping glob pattern node_modules/.bin/tsuml --glob './src/**/*.ts' but still got the same error.

var svgFileName = body.replace(".png", ".svg");
                                               ^
TypeError: Cannot read property 'replace' of undefined

"tsuml": "0.0.1-alpha.8" and node-v10.15.3

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

Successfully merging a pull request may close this issue.

4 participants