The resource completion code was already set.
Note that the completion code of a response is the first item in "data", it is not stripped out because that is how all the messages are defined in the spec (and thus makes counting the offsets a little easier:-).
応答の完了コードは "data" の最初のアイテムであり、仕様上、全メッセージがそのように定義されているので、このコードは分割されない事に注意して下さい (そしてこれは、オフセットのカウントをちょっとだけ楽にします :-)。
The matches will be generated in the same way as if the programmable completion code had generated them directly from a completion specification with the same flags.
マッチは、同じフラグで指定されたプログラム補完コードが直接補完を生成するのと同じ方法で生成されます。
By default, if a comp spec is found, whatever it generates is returned to the completion code as the full set of possible completions.
デフォルトでは、補完仕様が見つかった場合、それが生成したものがなんであれ、可能性のある補完すべてのリストとして、補完コードに返されます。
Finally, any prefix and suffix specified with the \-P and \-S options are added to each member of the completion list, and the result is returned to the read line completion code as the list of possible completions.
最後に、\-P と \-S オプションで指定された前置部分と後置部分が補完候補のそれぞれに加えられます。 そして結果が readline 補完コードに補完候補のリストとして返されます。
Code Completion Code Completion is a common name for a set of features that speed up the process of coding.
コード補完 コード補完は、コーディングのプロセスを高速化する一連の機能の総称です。