# frozen_string_literal: true # rubocop:disable Style/Documentation begin; end module KernAux # @!scope class ## # @!method cmdline(str) # Parse command line. # # @param str [String] command line string # @return [Array] command line arguments # # @raise [CmdlineError] syntax is invalid ## end # rubocop:enable Style/Documentation