We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c54fcf commit a99884dCopy full SHA for a99884d
1 file changed
sandbox/volumes.ts
@@ -10,7 +10,7 @@ export const volumesCreateCommand = new Command<SandboxContext>()
10
required: true,
11
})
12
.option("--region <string>", "The region of the volume", { required: true })
13
- .arguments("<name:string>")
+ .arguments("<name>")
14
.action(async (options, name) => {
15
const org = await ensureOrg(options);
16
const token = await getAuth(options.debug, options.endpoint, true);
0 commit comments