Skip to content

Commit 643f332

Browse files
committed
remove --app options for sandbox commands
1 parent 403caad commit 643f332

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ const envCommand = new Command<GlobalOptions>()
173173
const sandboxCommand = new Command<GlobalOptions>()
174174
.description("Interact with sandboxes")
175175
.globalOption("--org <name:string>", "The name of the organization")
176-
.globalOption("--app <name:string>", "The name of the application")
177176
.action(() => {
178177
sandboxCommand.showHelp();
179178
})

0 commit comments

Comments
 (0)