Skip to content

Documentation of settings containing arrays is incomplete #644

@nils-a

Description

@nils-a

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions