# File lib/bundler/cli.rb, line 364
    def viz
      require "bundler/cli/viz"
      Viz.new(options).run
    end