Skip to content

Commit

Permalink
refactor: remove guide for completion command
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <[email protected]>
  • Loading branch information
yjinjo committed Dec 18, 2024
1 parent 65b2c22 commit e5a9884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ func showInitializationGuide(originalErr error) {
// Skip showing guide for certain commands
if len(os.Args) >= 2 && (os.Args[1] == "setting" ||
os.Args[1] == "login" ||
os.Args[1] == "api-resources") {
os.Args[1] == "api-resources" ||
os.Args[1] == "completion") {
return
}

Expand Down

0 comments on commit e5a9884

Please sign in to comment.