TsUML icon indicating copy to clipboard operation
TsUML copied to clipboard

Pickups only 1 file

Open fetis opened this issue 7 years ago • 3 comments

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

fetis avatar May 07 '18 13:05 fetis

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'

GerkinDev avatar May 18 '18 18:05 GerkinDev

is this project still being developed?

ali-habibzadeh avatar Aug 02 '18 17:08 ali-habibzadeh

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

rajkeshwar avatar Dec 04 '19 16:12 rajkeshwar