# File lib/nanoc/cli/commands/shell.rb, line 15
    def run
      require 'pry'

      self.require_site

      Nanoc::Context.new(env).pry
    end