There's a small formating issue on the page of spo eventreceiver get.
The description for the options name and id don't start on a new line.
|
`-n, --name [name]` |
|
The name of the event receiver to retrieve. Specify either `name` or `id` but not both. |
|
|
|
`-i, --id [id]` |
|
The id of the event receiver to retrieve. Specify either `name` or `id` but not both. |
We need to add a : before the description.
Update: Same goes for the command spo eventreceiver remove.
There's a small formating issue on the page of
spo eventreceiver get.The description for the options
nameandiddon't start on a new line.cli-microsoft365/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.md
Lines 28 to 32 in 0d30334
We need to add a
:before the description.Update: Same goes for the command
spo eventreceiver remove.