-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Align short option in commandgroup contenttype field
#6170
Comments
At the |
Would also be a nice enhancement to specify a field by its internal name. |
I think it would also be better that we don't add any short option to
Sounds like a good idea. The field's internal name is much more used than its ID. Maybe something we open up a separate issue for? |
I agree with everything 🙂 |
The specs are updated |
Noticed that
spo contenttype field set
has a vague short option forcontentTypeId
. Usually,contentTypeId
would be shortened toi
, but here it'sc
. This is probably because the optionid
is also available, even though it doesn't have a short option.I suggest we either remove the shortc
or change it toi
. If we change it toi
, we need to ensure it doesn't confuse users with theid
option.ToDo:
Changes to
spo contenttype field remove
:--contentTypeId
--fieldLinkId <fieldLinkId>
to-i, --id <id>
Changes to
spo contenttype field set
:--contentTypeId
-i
to--id
The text was updated successfully, but these errors were encountered: