Skip to content

Commit

Permalink
feat: display notice when use default task id
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Dec 27, 2022
1 parent 2652cfd commit a4afab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/murphy/internal/cv/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ func DisplayAlertMessage(ctx context.Context, msg string) {

func DisplayUseDefaultTaskId(ctx context.Context) {
ui.Use(ctx).Display(ui.MsgNotice, "未指定 --task-id,检测结果将会关联至“CLI默认项目”中")
ui.Use(ctx).Display(ui.MsgNotice, "请参考文档 https://www.murphysec.com/docs/guides/faqs/cli-taskid.html")
}

0 comments on commit a4afab3

Please sign in to comment.