List homebrew options aliases in documentation (#2671)

This commit is contained in:
Indrajit Raychaudhuri 2016-08-05 10:50:23 -05:00 committed by René Moser
parent d3dbfa3c13
commit d4b0732c9f

View file

@ -39,6 +39,7 @@ options:
- name of package to install/remove - name of package to install/remove
required: false required: false
default: None default: None
aliases: ['pkg', 'package', 'formula']
path: path:
description: description:
- "':' separated list of paths to search for 'brew' executable. Since A package (I(formula) in homebrew parlance) location is prefixed relative to the actual path of I(brew) command, providing an alternative I(brew) path enables managing different set of packages in an alternative location in the system." - "':' separated list of paths to search for 'brew' executable. Since A package (I(formula) in homebrew parlance) location is prefixed relative to the actual path of I(brew) command, providing an alternative I(brew) path enables managing different set of packages in an alternative location in the system."
@ -56,17 +57,20 @@ options:
required: false required: false
default: no default: no
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
aliases: ['update-brew']
upgrade_all: upgrade_all:
description: description:
- upgrade all homebrew packages - upgrade all homebrew packages
required: false required: false
default: no default: no
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
aliases: ['upgrade']
install_options: install_options:
description: description:
- options flags to install a package - options flags to install a package
required: false required: false
default: null default: null
aliases: ['options']
version_added: "1.4" version_added: "1.4"
notes: [] notes: []
''' '''