[Groonga-commit] droonga/fluent-plugin-droonga at cee2e51 [master] droonga-catalog-generator: add --plugins option

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Apr 11 18:39:15 JST 2014


Kouhei Sutou	2014-04-11 18:39:15 +0900 (Fri, 11 Apr 2014)

  New Revision: cee2e519ad3a63b0bf769ba2935d7f62c6de2bc5
  https://github.com/droonga/fluent-plugin-droonga/commit/cee2e519ad3a63b0bf769ba2935d7f62c6de2bc5

  Message:
    droonga-catalog-generator: add --plugins option

  Modified files:
    bin/droonga-catalog-generate

  Modified: bin/droonga-catalog-generate (+4 -0)
===================================================================
--- bin/droonga-catalog-generate    2014-04-11 18:38:55 +0900 (3d118f4)
+++ bin/droonga-catalog-generate    2014-04-11 18:39:15 +0900 (b0bfebc)
@@ -45,6 +45,10 @@ parser.on("--n-workers=N", Integer,
           "Use N workers for the current dataset.") do |n|
   current_dataset[:n_workers] = n
 end
+parser.on("--plugins=PLUGIN1,PLUGIN2,...", Array,
+          "Use PLUGINS for the current dataset.") do |plugins|
+  current_dataset[:plugins] = plugins
+end
 parser.on("--schema=PATH",
           "Use schema in JSON at PATH for the current dataset.") do |path|
   File.open(path) do |input|
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る