Skip to content

Commit

Permalink
Hide bundle command
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Nov 5, 2023
1 parent d462beb commit 294e0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solargraph/shell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
)
Expand Down

0 comments on commit 294e0aa

Please sign in to comment.