Skip to content

Commit

Permalink
docs: コマンドオブジェクトをドキュメント化
Browse files Browse the repository at this point in the history
nekowasabi committed Dec 1, 2024
1 parent d56666f commit d89ba58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions denops/aider/main.ts
Original file line number Diff line number Diff line change
@@ -45,6 +45,8 @@ export async function main(denops: Denops): Promise<void> {

/**
* Commandは、メソッド名とその実装を含むコマンドオブジェクトを定義します。
* @property {string} methodName - Denopsディスパッチャーで使用されるメソッド名
* @property {ImplType<ArgCount>} impl - コマンドの実装関数
*/
type Command = {
methodName: string;

0 comments on commit d89ba58

Please sign in to comment.