lib/dry/cli/command.rb in dry-cli-0.5.0 vs lib/dry/cli/command.rb in dry-cli-0.5.1

- old
+ new

@@ -350,18 +350,8 @@ params default_params required_arguments optional_arguments ] => 'self.class' - - # @since 0.1.0 - # @api private - attr_reader :command_name - - # @since 0.1.0 - # @api private - def initialize(command_name:, **) - @command_name = command_name - end end end end