pierre3 / PlantUmlClassDiagramGenerator

This is a generator to create a class-diagram of PlantUML from the C# source code.
MIT License
683 stars 133 forks source link

Can't specify directory path as InputPath #14

Closed supermomonga closed 4 years ago

supermomonga commented 5 years ago

Environment

> dotnet --info
.NET Core SDK (global.json を反映):
 Version:   3.0.100-rc1-014190
 Commit:    c4d43f672d

ランタイム環境:
 OS Name:     Windows
 OS Version:  10.0.18362
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\3.0.100-rc1-014190\

Host (useful for support):
  Version: 3.0.0-rc1-19456-20
  Commit:  8f5d7b1ba4

Summary

> puml-gen.exe C:\path\to\a\Project\Program.cs

This will generate C:\path\to\a\Project\Program.puml as expected, but following will not.

> puml-gen.exe C:\path\to\a\Project
"C:\path\to\a\Project" does not exist.
pierre3 commented 5 years ago

If "InputPath" is a directory, add the "-dir" option.

> puml-gen.exe C:\path\to\a\Project -dir