From 33bb85f0e5fa93268cfcaa9d4fa7458536bea028 Mon Sep 17 00:00:00 2001 From: Rick Mac Gillis <8941225+rickmacgillis@users.noreply.github.com> Date: Mon, 18 May 2020 09:06:18 -0400 Subject: [PATCH] Console docs for --all --- lib/tasks/docs.thor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/docs.thor b/lib/tasks/docs.thor index 4e7cbcce..65f62980 100644 --- a/lib/tasks/docs.thor +++ b/lib/tasks/docs.thor @@ -119,7 +119,7 @@ class DocsCLI < Thor puts 'Done' end - desc 'download ( ... | --default | --installed)', 'Download documentations' + desc 'download ( ... | --default | --installed | --all)', 'Download documentations' option :default, type: :boolean option :installed, type: :boolean option :all, type: :boolean