Skip to content

Better error for ambiguous subcommand #31

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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