# File lib/r10k/cli/puppetfile.rb, line 29
      def self.command
        @cmd ||= Cri::Command.define do
          name    'install'
          usage   'install'
          summary 'Install all modules from a Puppetfile'

          # @todo add --moduledir option
          # @todo add --puppetfile option
          # @todo add --no-purge option
          runner R10K::Action::Puppetfile::CriRunner.wrap(R10K::Action::Puppetfile::Install)
        end
      end