Closed supermomonga closed 4 years ago
> 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
> 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.
C:\path\to\a\Project\Program.puml
> puml-gen.exe C:\path\to\a\Project "C:\path\to\a\Project" does not exist.
If "InputPath" is a directory, add the "-dir" option.
> puml-gen.exe C:\path\to\a\Project -dir
Environment
Summary
This will generate
C:\path\to\a\Project\Program.puml
as expected, but following will not.