bdunn313/blackboard-cli

Create help banner

Closed this issue · 1 comments

CLIs should be resilient and able to show help in the terminal. A help banner should show up when the --help/-h flag is passed, if the help sub-command is passed in, or if no valid command is passed in by user error.

Fixed by 562cd3c