alignment

This commit is contained in:
Valentin Haenel
2015-02-10 15:53:18 +01:00
parent 44c66e9556
commit a085b0ae68

40
_conda
View File

@@ -86,26 +86,26 @@ case $state in
case ${line[1]} in
(install)
_arguments -C '(-n --name=)'{-n,--name=}'[install into given conda environment]:environment:__conda_envs' \
'(-h --help)'{-h,--help}'[show the help message and exit]' \
'--revision[revert to the specified revision]:revision' \
'(-y --yes)'{-y,--yes}'[do not ask for confirmation]' \
'--dry-run[only display what would have been done]' \
'--file[read package versions from file]:file:_path_files' \
'--unknown[use index metadata from the local package cache]' \
'--no-deps[do not install dependencies]' \
'(-m --mkdir)'{-m,--mkdir}'[create prefix directory if necessary]' \
'--use-index-cache[use cache of channel index files]' \
'--use-local[use locally built packages]' \
'--offline[offline mode, don''t connect to internet]' \
'--no-pin[ignore pinned file]' \
'(-c --channel)'{-c,--channel}'[additional channel to search for packages]:channel:__conda_channels'\
'--override-channels [do not search default or .condarc channels]' \
'(-p --prefix)'{-p,--prefix}'[full path to environment prefix]:path:_path_files' \
'(-q --quiet)'{-q,--quiet}'[do not display progress bar]'\
'--copy[Install all packages using copies instead of hard- or soft-linking]' \
'--alt-hint[Use an alternate algorithm to generate an unsatisfiable hint]' \
'--json[report all output as json.]' \
'*:packages:__conda_packages_search' \
'(-h --help)'{-h,--help}'[show the help message and exit]' \
'--revision[revert to the specified revision]:revision' \
'(-y --yes)'{-y,--yes}'[do not ask for confirmation]' \
'--dry-run[only display what would have been done]' \
'--file[read package versions from file]:file:_path_files' \
'--unknown[use index metadata from the local package cache]' \
'--no-deps[do not install dependencies]' \
'(-m --mkdir)'{-m,--mkdir}'[create prefix directory if necessary]' \
'--use-index-cache[use cache of channel index files]' \
'--use-local[use locally built packages]' \
'--offline[offline mode, don''t connect to internet]' \
'--no-pin[ignore pinned file]' \
'(-c --channel)'{-c,--channel}'[additional channel to search for packages]:channel:__conda_channels'\
'--override-channels [do not search default or .condarc channels]' \
'(-p --prefix)'{-p,--prefix}'[full path to environment prefix]:path:_path_files' \
'(-q --quiet)'{-q,--quiet}'[do not display progress bar]'\
'--copy[Install all packages using copies instead of hard- or soft-linking]' \
'--alt-hint[Use an alternate algorithm to generate an unsatisfiable hint]' \
'--json[report all output as json.]' \
'*:packages:__conda_packages_search' \
;;
(list)
_arguments -C '(-h --help)'{-h,--help}'[show the help message and exit]' \