We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8dc2f6 commit d24c1a0Copy full SHA for d24c1a0
src/commands/nodes/list.ts
@@ -36,7 +36,7 @@ export default class NodesList extends Command {
36
}
37
38
for (const node of nodes) {
39
- this.log(`${node.name}${node.isLeader ? ' (main)' : ''}`);
+ this.log(`${node.name} [${node.address}]${node.isLeader ? ' (main)' : ''}`);
40
41
42
0 commit comments