Lines Matching +refs:completion +refs:no +refs:auto +refs:exit

6 function completion/carthage {
13 command -f completion/carthage::completesubcmds
17 if command -vf "completion/carthage::$subcmd:arg" >/dev/null 2>&1; then
19 command -f "completion/carthage::$subcmd:arg"
26 function completion/carthage::getbuildoptions {
37 function completion/carthage::getcheckoutoptions {
39 "--no-use-binaries"
45 function completion/carthage::getcpoptions {
52 function completion/carthage::completeoptarg
55 command -f completion//completeoptions -e
61 complete -P "$PREFIX" always auto never
77 function completion/carthage::completesubcmds { #>>#
82 function completion/carthage::completedependencies {
95 cd -P "./$(git rev-parse --show-cdup)Carthage/Checkouts" || exit
105 function completion/carthage::archive:arg {
110 command -f completion/carthage::getcpoptions
112 command -f completion//parseoptions -e
121 command -f completion/carthage::completeoptarg
127 function completion/carthage::bootstrap:arg {
130 "--no-build"
131 "--no-checkout"
133 command -f completion/carthage::getbuildoptions
134 command -f completion/carthage::getcheckoutoptions
135 command -f completion/carthage::getcpoptions
137 command -f completion//parseoptions -e
140 command -f completion/carthage::completedependencies
143 command -f completion/carthage::completeoptarg
149 function completion/carthage::build:arg {
152 "--no-skip-current; build current project as well"
154 command -f completion/carthage::getbuildoptions
155 command -f completion/carthage::getcpoptions
157 command -f completion//parseoptions -e
160 command -f completion/carthage::completedependencies
163 command -f completion/carthage::completeoptarg
169 function completion/carthage::checkout:arg {
172 command -f completion/carthage::getcheckoutoptions
173 command -f completion/carthage::getcpoptions
175 command -f completion//parseoptions -e
178 command -f completion/carthage::completedependencies
181 command -f completion/carthage::completeoptarg
187 function completion/carthage::fetch:arg {
193 command -f completion//parseoptions -e
199 command -f completion/carthage::completeoptarg
205 function completion/carthage::help:arg {
206 command -f completion/carthage::completesubcmds
209 function completion/carthage::outdated:arg {
215 command -f completion/carthage::getcpoptions
217 command -f completion//parseoptions -e
220 command -f completion/carthage::completeoptarg
226 function completion/carthage::update:arg {
227 command -f completion/carthage::bootstrap:arg "$@"