The new file risk flags are flags for the diff command rather than global flags:
$ go run cmd/mal/mal.go diff -h
NAME:
malcontent diff - scan and diff two paths
USAGE:
malcontent diff [command options]
OPTIONS:
--file-risk-change Only show diffs when file risk changes (default: false)
--file-risk-increase Only show diffs when file risk increases (default: false)
--help, -h show help
The new file risk flags are flags for the
diff
command rather than global flags: