-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
describeCommand executor arguments
I would probably include all things related to the context of the command within one argument like this
executor(context: { adaptorContext, eventContext, keywords, rest }, ...argumentsFromParameters);
equally that could also be
executor(context: {adaptorContext, eventContext, keywords, rest }, { [parameterName]: argument });
I think currently it looks like this:
executor(adaptorContext, eventContext, keywords, ...arguments, ...rest);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels