demike / TsUML2

Generates UML diagrams from TypeScript source code
MIT License
250 stars 33 forks source link

doc: update usage in readme #4

Closed qszhu closed 2 years ago

qszhu commented 2 years ago

Glob patterns are likely to be expanded by shell and better be escaped. For example, -g ./src/demo/*.ts will only match the first file. See https://github.com/yargs/yargs/issues/50#issuecomment-54087619

demike commented 2 years ago

Thank you!