Skip to content

If I were to make this library again.... #3

Open
@Gnuxie

Description

@Gnuxie

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions