We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb4bfe commit 33bb85fCopy full SHA for 33bb85f
lib/tasks/docs.thor
@@ -119,7 +119,7 @@ class DocsCLI < Thor
119
puts 'Done'
120
end
121
122
- desc 'download (<doc> <doc@version>... | --default | --installed)', 'Download documentations'
+ desc 'download (<doc> <doc@version>... | --default | --installed | --all)', 'Download documentations'
123
option :default, type: :boolean
124
option :installed, type: :boolean
125
option :all, type: :boolean
0 commit comments