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 403caad commit 643f332Copy full SHA for 643f332
1 file changed
main.ts
@@ -173,7 +173,6 @@ const envCommand = new Command<GlobalOptions>()
173
const sandboxCommand = new Command<GlobalOptions>()
174
.description("Interact with sandboxes")
175
.globalOption("--org <name:string>", "The name of the organization")
176
- .globalOption("--app <name:string>", "The name of the application")
177
.action(() => {
178
sandboxCommand.showHelp();
179
})
0 commit comments