mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #6929 - lzutao:zsh-include-non-public-doc, r=ehuss
zsh: Add doc options to include non-public items documentation r? @ehuss
This commit is contained in:
commit
02f93eab4d
@ -106,6 +106,7 @@ case $state in
|
|||||||
'--manifest-path=[path to manifest]: :_files -/' \
|
'--manifest-path=[path to manifest]: :_files -/' \
|
||||||
'--no-deps[do not build docs for dependencies]' \
|
'--no-deps[do not build docs for dependencies]' \
|
||||||
'--no-default-features[do not build the default features]' \
|
'--no-default-features[do not build the default features]' \
|
||||||
|
'--document-private-items[include non-public items in the documentation]' \
|
||||||
'--open[open docs in browser after the build]' \
|
'--open[open docs in browser after the build]' \
|
||||||
'(-p, --package)'{-p,--package}'=[package to document]' \
|
'(-p, --package)'{-p,--package}'=[package to document]' \
|
||||||
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
|
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
|
||||||
@ -321,6 +322,7 @@ case $state in
|
|||||||
'(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
|
'(-j, --jobs)'{-j,--jobs}'=[number of parallel jobs, defaults to # of CPUs]' \
|
||||||
'--manifest-path=[path to the manifest to document]: :_files -/' \
|
'--manifest-path=[path to the manifest to document]: :_files -/' \
|
||||||
'--no-default-features[do not build the `default` feature]' \
|
'--no-default-features[do not build the `default` feature]' \
|
||||||
|
'--document-private-items[include non-public items in the documentation]' \
|
||||||
'--open[open the docs in a browser after the operation]' \
|
'--open[open the docs in a browser after the operation]' \
|
||||||
'(-p, --package)'{-p,--package}'=[package to document]' \
|
'(-p, --package)'{-p,--package}'=[package to document]' \
|
||||||
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
|
'(-q, --quiet)'{-q,--quiet}'[no output printed to stdout]' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user