CLI: Allow single-character plugin option argument names

This commit is contained in:
Katy Coe
2020-12-24 01:23:16 +01:00
parent 43cef93bca
commit e7806e2849
2 changed files with 14 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ namespace Il2CppInspector.PluginAPI.V100
{
/// <summary>
/// The name of the option as it will be supplied in an argument on the command-line
/// If you specify a single character, the single-dash syntax "-x" can be used instead of "--xxxxxx"
/// </summary>
public string Name { get; set; }