diff --git a/lib/solargraph/shell.rb b/lib/solargraph/shell.rb index d1a6a44d5..7800cef92 100755 --- a/lib/solargraph/shell.rb +++ b/lib/solargraph/shell.rb @@ -205,7 +205,7 @@ def list puts "#{workspace.filenames.length} files total." end - desc 'bundle', 'Generate documentation for bundled gems [deprecated]' + desc 'bundle', 'Generate documentation for bundled gems [deprecated]', hide: true long_desc %( The `bundle` command is deprecated. Solargraph currently uses RBS instead. )