Command is working in general, but if not any --scope is provided the default value should be 'All'.
So if not any scope is provided it's undefined here:
https://github.com/pnp/office365-cli/blob/8306c5b9067a412948c91c763143e4d1c654f253/src/o365/spo/commands/customaction/customaction-list.ts#L63
I think we should define the scope constant in the beginning of commandAction
Command is working in general, but if not any
--scopeis provided the default value should be 'All'.So if not any scope is provided it's undefined here:
https://github.com/pnp/office365-cli/blob/8306c5b9067a412948c91c763143e4d1c654f253/src/o365/spo/commands/customaction/customaction-list.ts#L63
I think we should define the scope constant in the beginning of
commandAction