dev-cmd/contributions: Better usage banner

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Issy Long 2022-07-28 12:50:04 +01:00
parent dd986f7705
commit 1ac1097203
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4

View File

@ -17,9 +17,8 @@ module Homebrew
sig { returns(CLI::Parser) } sig { returns(CLI::Parser) }
def contributions_args def contributions_args
Homebrew::CLI::Parser.new do Homebrew::CLI::Parser.new do
usage_banner <<~EOS usage_banner "`contributions` [<email>]"
`contributions [email]` description <<~EOS
Contributions to Homebrew repos for a user. Contributions to Homebrew repos for a user.
EOS EOS