You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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>).
The text was updated successfully, but these errors were encountered:
This could be a lot better:
dylan new
has no action in and of itself, but it has three subcommands, "application", "library", and "workspace". Probably just add a default method onexecute-subcommand(<subcommand>)
.The text was updated successfully, but these errors were encountered: