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 be57754 commit 8f96728Copy full SHA for 8f96728
packages/hub/cli.ts
@@ -42,7 +42,7 @@ const commands = {
42
args: [
43
{
44
name: "repo-name" as const,
45
- description: "The name of the repo to create",
+ description: "The name of the repo to upload to",
46
positional: true,
47
required: true,
48
},
@@ -93,7 +93,7 @@ const commands = {
93
94
95
96
+ description: "The name of the repo to create the branch in",
97
98
99
0 commit comments