From d462beb9fdf15d0e0e08c192fd8c2408083df527 Mon Sep 17 00:00:00 2001 From: Fred Snyder Date: Sun, 5 Nov 2023 08:04:35 -0500 Subject: [PATCH] Hide rdoc command --- lib/solargraph/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solargraph/shell.rb b/lib/solargraph/shell.rb index 0ae7934b6..d1a6a44d5 100755 --- a/lib/solargraph/shell.rb +++ b/lib/solargraph/shell.rb @@ -215,7 +215,7 @@ def bundle puts 'The `bundle` command is deprecated. Solargraph currently uses RBS instead.' end - desc 'rdoc GEM [VERSION]', 'Use RDoc to cache documentation [deprecated]' + desc 'rdoc GEM [VERSION]', 'Use RDoc to cache documentation [deprecated]', hide: true long_desc %( The `rdoc` command is deprecated. Solargraph currently uses RBS instead. )