File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ case $state in
106
106
'--manifest-path=[path to manifest]: :_files -/' \
107
107
'--no-deps[do not build docs for dependencies]' \
108
108
'--no-default-features[do not build the default features]' \
109
+ '--document-private-items[include non-public items in the documentation]' \
109
110
'--open[open docs in browser after the build]' \
110
111
'(-p, --package)'{-p,--package}'=[package to document]' \
111
112
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
@@ -321,6 +322,7 @@ case $state in
321
322
'(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
322
323
'--manifest-path=[path to the manifest to document]: :_files -/' \
323
324
'--no-default-features[do not build the `default` feature]' \
325
+ '--document-private-items[include non-public items in the documentation]' \
324
326
'--open[open the docs in a browser after the operation]' \
325
327
'(-p, --package)'{-p,--package}'=[package to document]' \
326
328
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
You can’t perform that action at this time.
0 commit comments