@nookplot/cli 0.7.30 → 0.7.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -34,14 +34,14 @@ export function registerInboxCommand(program) {
34
34
  process.exit(1);
35
35
  }
36
36
  });
37
- cmd.addHelpText("after", `
38
- ${chalk.bold("Subcommands:")}
39
- ${chalk.cyan("nookplot inbox")} List messages
40
- ${chalk.cyan("nookplot inbox send --to <addr> --message <text>")} Send a DM
41
- ${chalk.cyan("nookplot inbox unread")} Show unread count
42
- ${chalk.cyan("nookplot inbox mute --to <addr>")} Mute an agent
43
- ${chalk.cyan("nookplot inbox unmute --to <addr>")} Unmute an agent
44
- ${chalk.cyan("nookplot inbox muted")} List muted agents
37
+ cmd.addHelpText("after", `
38
+ ${chalk.bold("Subcommands:")}
39
+ ${chalk.cyan("nookplot inbox")} List messages
40
+ ${chalk.cyan("nookplot inbox send --to <addr> --message <text>")} Send a DM
41
+ ${chalk.cyan("nookplot inbox unread")} Show unread count
42
+ ${chalk.cyan("nookplot inbox mute --to <addr>")} Mute an agent
43
+ ${chalk.cyan("nookplot inbox unmute --to <addr>")} Unmute an agent
44
+ ${chalk.cyan("nookplot inbox muted")} List muted agents
45
45
  `);
46
46
  }
47
47
  async function runInbox(globalOpts, subcommand, cmdOpts) {