Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ menlo init

# Or configure manually
menlo config apikey <your-api-key>
menlo config default-robot <robot-id>
menlo robot connect <robot-id>
```

## Commands
Expand Down Expand Up @@ -69,7 +69,7 @@ menlo robot connect # Interactive selection
menlo robot connect <robot-id> # Set directly
```

Same as `menlo config default-robot`. Sets the default robot for the CLI.
Sets the default robot for the CLI.

### menlo config

Expand Down
2 changes: 1 addition & 1 deletion internal/commands/robot.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down