lib/gemsmith/cli/parsers/build.rb in gemsmith-19.1.0 vs lib/gemsmith/cli/parsers/build.rb in gemsmith-19.2.0

- old
+ new

@@ -1,7 +1,8 @@ # frozen_string_literal: true +require "core" require "refinements/structs" module Gemsmith module CLI module Parsers @@ -21,10 +22,10 @@ @configuration = configuration @client = client end - def call arguments = [] + def call arguments = ::Core::EMPTY_ARRAY add_cli client.parse arguments configuration end