Skip to content

Commit a99884d

Browse files
committed
clean
1 parent 3c54fcf commit a99884d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sandbox/volumes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const volumesCreateCommand = new Command<SandboxContext>()
1010
required: true,
1111
})
1212
.option("--region <string>", "The region of the volume", { required: true })
13-
.arguments("<name:string>")
13+
.arguments("<name>")
1414
.action(async (options, name) => {
1515
const org = await ensureOrg(options);
1616
const token = await getAuth(options.debug, options.endpoint, true);

0 commit comments

Comments
 (0)