Skip to content

Add RootHandler capability #25

@dotnetKyle

Description

@dotnetKyle

Add a way to add a root handler capability similar to the way the other commands work, for example:

public class MyCommand
{
    // note that the root handler would not have a command name
    [RootHandler]
    public void Execute()
    {
        ... 
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    PriorityThis issue is a priority and should be worked on sooner rather than later

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions