Skip to content

Better error for ambiguous subcommand #31

@cgay

Description

@cgay

This could be a lot better:

$ dylan new
don't know how to execute subcommand {<new-subcommand>}. add an execute-subcommand method?

dylan new has no action in and of itself, but it has three subcommands, "application", "library", and "workspace". Probably just add a default method on execute-subcommand(<subcommand>).

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