From 695525aa10bbf9332f05fb2405274252b8e7debf Mon Sep 17 00:00:00 2001 From: 0xandee <34095856+0xandee@users.noreply.github.com> Date: Sat, 22 Aug 2026 15:48:27 +0700 Subject: [PATCH] docs: correct default robot command --- README.md | 4 ++-- internal/commands/robot.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2977930..981f0d9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ menlo init # Or configure manually menlo config apikey -menlo config default-robot +menlo robot connect ``` ## Commands @@ -69,7 +69,7 @@ menlo robot connect # Interactive selection menlo robot connect # Set directly ``` -Same as `menlo config default-robot`. Sets the default robot for the CLI. +Sets the default robot for the CLI. ### menlo config diff --git a/internal/commands/robot.go b/internal/commands/robot.go index d17428a..ab9d8f3 100644 --- a/internal/commands/robot.go +++ b/internal/commands/robot.go @@ -170,7 +170,7 @@ Examples: var robotConnectCmd = &cobra.Command{ Use: "connect [robot-id]", Short: "Set or show the default robot", - Long: `Set or show the default robot. Same as 'menlo config default-robot'. +Long: `Set or show the default robot. Examples: menlo robot connect # Interactive selection