Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
59 stars 5 forks source link

[CLI] - Don't throw exception on invalid CLI command #84

Closed matthew-carroll closed 2 months ago

matthew-carroll commented 2 months ago

Running a non-existent command at the CLI throws an exception. This should be handled gracefully by listing available commands.

Repro:

shock serve nonexistent