Skip to content

Commit 6e2e0df

Browse files
committed
feat: added additional commands to quick launch message
1 parent 5336b7c commit 6e2e0df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/patch-oclif.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const PATCH = ` # CODIFY_PATCH_START — do not remove this marker
7676
if [ -f "\\$_version_file" ]; then cat "\\$_version_file"; exit 0; fi
7777
fi
7878
_cmd="\\$_first_arg"
79-
if [ "\\$_cmd" = "apply" ] || [ "\\$_cmd" = "destroy" ] || [ "\\$_cmd" = "plan" ]; then
79+
if [ "\\$_cmd" = "apply" ] || [ "\\$_cmd" = "destroy" ] || [ "\\$_cmd" = "plan" ] || [ "\\$_cmd" = "login" ] || [ "\\$_cmd" = "logout" ] || [ "\\$_cmd" = "import" ] || [ "\\$_cmd" = "refresh" ] || [ "\\$_cmd" = "init" ] || [ "\\$_cmd" = "validate" ] || [ "\\$_cmd" = "test" ] || [ "\\$_cmd" = "edit" ] || [ "\\$_cmd" = "connect" ]; then
8080
_json_output=0
8181
_prev=""
8282
for _a in "\\$@"; do

0 commit comments

Comments
 (0)