Skip to content

Align short option in commandgroup contenttype field #6170

@Jwaegebaert

Description

@Jwaegebaert

Noticed that spo contenttype field set has a vague short option for contentTypeId. Usually, contentTypeId would be shortened to i, but here it's c. This is probably because the option id is also available, even though it doesn't have a short option.

I suggest we either remove the short c or change it to i. If we change it to i, we need to ensure it doesn't confuse users with the id option.

ToDo:

Changes to spo contenttype field remove:

  • remove the short option for --contentTypeId
  • change --fieldLinkId <fieldLinkId> to -i, --id <id>

Changes to spo contenttype field set:

  • remove the short option for --contentTypeId
  • add the short -i to --id

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions