OSDN Git Service

Complete all "carthage update" options
authormagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Tue, 29 Nov 2016 12:35:13 +0000 (12:35 +0000)
committermagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Tue, 29 Nov 2016 12:35:13 +0000 (12:35 +0000)
Options for "carthage update" are the same as those for "carthage
bootstrap", not "carthage build".

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/yash/yash/trunk@3745 048f04df-13f5-43d7-8114-9f9ceecaec24

NEWS
NEWS.ja
share/completion/carthage

diff --git a/NEWS b/NEWS
index b1c253e..cda3d89 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,8 @@ Yash 2.44
   +  Command line prediction and the '--le-predict' option.
   =  The $CDPATH variable is now reset while executing completion
      functions.
-  *  Updated completion script for: git, git-revert, git-submodule
+  *  Updated completion script for: carthage, git, git-revert,
+     git-submodule
   *  The "return" built-in was wrongly refusing to return from a
      script sourced by the "." built-in in an interactive shell.
   *  In the "test" built-in, the unary "-o" operator was returning the
diff --git a/NEWS.ja b/NEWS.ja
index 2878d83..76666a3 100644 (file)
--- a/NEWS.ja
+++ b/NEWS.ja
@@ -12,7 +12,7 @@ Yash 2.44
 
   +  コマンドライン推定と '--le-predict' オプション
   =  補完関数の実行中は $CDPATH 変数をリセットするようにした
-  *  補完スクリプトを修正: git, git-revert, git-submodule
+  *  補完スクリプトを修正: carthage, git, git-revert, git-submodule
   *  対話シェルで "." 組込みで読み込んだスクリプトから "return" で戻る
      ことができなかった
   *  "test" 組込みで単項 -o 演算子に "no" を付けたオプション名を指定
index b62716e..3fb12f7 100644 (file)
@@ -222,7 +222,7 @@ function completion/carthage::outdated:arg {
 }
 
 function completion/carthage::update:arg {
-       command -f completion/carthage::build:arg "$@"
+       command -f completion/carthage::bootstrap:arg "$@"
 }