method

validate_cmd!

v2_6_3 - Show latest stable - Class: Bundler::CLI::Exec
validate_cmd!()
private

No documentation available.

# File lib/bundler/cli/exec.rb, line 44
    def validate_cmd!
      return unless cmd.nil?
      Bundler.ui.error "bundler: exec needs a command to run"
      exit 128
    end