lib/cri/command_runner.rb in cri-2.5.0 vs lib/cri/command_runner.rb in cri-2.6.0

- old
+ new

@@ -13,9 +13,11 @@ attr_reader :arguments # @return [Command] The command attr_reader :command + # Creates a command runner from the given options, arguments and command. + # # @param [Hash] options A hash contain the options and their values # # @param [Array] arguments The list of arguments # # @param [Cri::Command] command The Cri command