Skip to content

Commit

Permalink
add command SENTINEL_MASTERS
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Apr 2, 2024
1 parent 80f3f7a commit 2da8440
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/commands/SENTINEL_MASTERS.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export const IS_READ_ONLY = true;

export function transformArguments(): Array<string> {
return ['SENTINEL', 'MASTERS'];
}

export declare function transformReply(): Array<Array<string>>;

0 comments on commit 2da8440

Please sign in to comment.