Skip to content

Allow commands to start with different symbol #53

@zmeyc

Description

@zmeyc
- router["command"] : allow both "/command" and "command": typical usage
- router["command", .exactMatch]: allow only "command": rare case
- router [".command"]:  allow only ".command": special command sets
- router["/command"]: allow only "/command": rare case

In other words, the logic is: if it starts with alphanumeric, then '/' is optional, otherwise requires exact match.

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