Use non-null description

This commit is contained in:
Douglas Eichelberger 2024-03-21 17:46:35 -07:00
parent 0f974bdb0a
commit 4dc92026b8

View File

@ -7,6 +7,7 @@ RSpec.describe Homebrew::AbstractCommand do
before do
cat = Class.new(described_class) do
cmd_args do
description "test"
switch "--foo"
flag "--bar="
end