Skip to content

Commit 5b26c47

Browse files
committed
add some note
1 parent 38e7e7b commit 5b26c47

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

util.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ export function error(
2525
Deno.exit(1);
2626
}
2727

28+
/**
29+
* Ensure app and org are selected
30+
*
31+
* If app is specified as null, it will not be selected and returned as null.
32+
*
33+
* @param debug
34+
* @param deployUrl
35+
* @param canCreate
36+
* @param org
37+
* @param app
38+
*/
2839
export async function withApp(
2940
debug: boolean,
3041
deployUrl: string,

0 commit comments

Comments
 (0)