I'd love to use threadcat, but after I installed it, I tried to run --help to get some information about how to use it, and I got this:
$ threadcat --help
Fetching thread...
thread 'main' (1484731) panicked at /Users/singingwolfboy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/threadcat-0.1.0/src/mastodon.rs:32:42:
Urls should be valid: RelativeUrlWithoutBase
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I would expect the CLI to display a helpful list of arguments and options when called with --help.
I'd love to use `threadcat`, but after I installed it, I tried to run `--help` to get some information about how to use it, and I got this:
```
$ threadcat --help
Fetching thread...
thread 'main' (1484731) panicked at /Users/singingwolfboy/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/threadcat-0.1.0/src/mastodon.rs:32:42:
Urls should be valid: RelativeUrlWithoutBase
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
I would expect the CLI to display a helpful list of arguments and options when called with `--help`.