method
viz
v2_6_3 -
Show latest stable
- Class:
Bundler::CLI
viz()public
No documentation available.
# File lib/bundler/cli.rb, line 539
def viz
SharedHelpers.major_deprecation 2, "The `viz` command has been moved to the `bundle-viz` gem, see https://github.com/bundler/bundler-viz"
require "bundler/cli/viz"
Viz.new(options.dup).run
end