Skip to content

Commit e35c30e

Browse files
committed
update the root cli name
1 parent 7f57b16 commit e35c30e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

cmd/r8/r8im.go cmd/r8im/r8im.go

File renamed without changes.

pkg/cli/root.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ import (
66

77
func NewRootCommand() (*cobra.Command, error) {
88
rootCmd := cobra.Command{
9-
Use: "r8",
10-
Short: "replicate.com helpers",
11-
Example: ` To run a command inside a Docker environment defined with Cog:
12-
$ cog run echo hello world`,
9+
Use: "r8im",
10+
Short: "replicate.com helpers",
1311
Version: "0.0.1",
1412
SilenceErrors: true,
1513
}

0 commit comments

Comments
 (0)