Currently, the command line for GoldMiner is bare bones. We can use Ruby's [OptionParser](https://rubyapi.org/3.1/o/optionparser) to improve that. Some possible improvements: - Add a `--help/-h` option - Add a `--channel` option instead of just a plain argument as it's now - Add a `--after` option to set the initial date to search messages - After #1, we can add a `--dry-run` option to just output the blog post, without opening the PR.
Currently, the command line for GoldMiner is bare bones. We can use Ruby's OptionParser to improve that.
Some possible improvements:
--help/-hoption--channeloption instead of just a plain argument as it's now--afteroption to set the initial date to search messages--dry-runoption to just output the blog post, without opening the PR.