Susumu Yata
null+****@clear*****
Thu Sep 14 14:47:30 JST 2017
Susumu Yata 2017-09-14 14:47:30 +0900 (Thu, 14 Sep 2017) New Revision: 7245e59fdd4662fbaa72329a377aa78a68b28d38 https://github.com/groonga/grnci/commit/7245e59fdd4662fbaa72329a377aa78a68b28d38 Message: Support --only_opend to io_flush. Modified files: v2/command.go Modified: v2/command.go (+2 -1) =================================================================== --- v2/command.go 2017-09-14 14:45:52 +0900 (6499a17) +++ v2/command.go 2017-09-14 14:47:30 +0900 (04d1255) @@ -345,7 +345,8 @@ var commandFormats = map[string]*commandFormat{ "io_flush": newCommandFormat( nil, newParamFormat("target_name", nil, false), - newParamFormat("recursive", nil, false), + newParamFormat("recursive", formatParamYesNo, false), + newParamFormat("only_opened", formatParamYesNo, false), ), "load": newCommandFormat( nil, -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170914/df06f8a0/attachment-0001.htm