spectre.console icon indicating copy to clipboard operation
spectre.console copied to clipboard

Documentation of settings containing arrays is incomplete

Open nils-a opened this issue 4 years ago • 0 comments

Currently, the use of arrays in settings is only documented for CommandArguemts like

[CommandArgument(0, "[name]")]
public string[] Name { get; set; }

But not for CommandOptions, as asked in #330, #465.

Additionally, the fact that there can be only one argument vector, and it needs to be the last argument of the command, is currently not documented at all.

nils-a avatar Nov 29 '21 14:11 nils-a