Skip to content

Commit a4afab3

Browse files
committed
feat: display notice when use default task id
1 parent 2652cfd commit a4afab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/murphy/internal/cv/view.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,5 @@ func DisplayAlertMessage(ctx context.Context, msg string) {
107107

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

0 commit comments

Comments
 (0)