We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2652cfd commit a4afab3Copy full SHA for a4afab3
cmd/murphy/internal/cv/view.go
@@ -107,4 +107,5 @@ func DisplayAlertMessage(ctx context.Context, msg string) {
107
108
func DisplayUseDefaultTaskId(ctx context.Context) {
109
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")
111
}
0 commit comments