We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b1cab3 + 8ca6729 commit 38bc9b4Copy full SHA for 38bc9b4
src/MessagePack.Generator/MessagepackCompiler.cs
@@ -39,7 +39,7 @@ await Host.CreateDefaultBuilder()
39
}
40
41
public async Task RunAsync(
42
- [Option("i", "Input path of analyze MSBuild project file or directory, if input multiple project files split with ','.")] string input,
+ [Option("i", "Input path to MSBuild project file or the directory containing Unity source files.")] string input,
43
[Option("o", "Output file path(.cs) or directory (multiple generate file).")] string output,
44
[Option("c", "Conditional compiler symbols, split with ','. Ignored if a project file is specified for input.")] string? conditionalSymbol = null,
45
[Option("r", "Set resolver name.")] string resolverName = "GeneratedResolver",
0 commit comments