scorecard/cmd
Arnaud J Le Hors 6d79817e3b
📖 Fix command Usage (#1814)
This changes the cmd Usage text to accurately represents the
supported syntax:

Usage:
  ./scorecard (--repo=<repo> | --local=<folder> | --{npm,pypi,rubygems}=<package_name>)
	 [--checks=check1,...] [--show-details] [flags]
...
      --repo string        repository to check (valid inputs: "owner/repo", "github.com/owner/repo", "https://github.com/owner/repo")
...

Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
2022-05-09 10:23:13 -04:00
..
package_managers_test.go Fixed the path of the generated mock files. 2022-03-11 09:55:24 -06:00
package_managers.go 🌱 Bump github.com/golangci/golangci-lint from 1.44.2 to 1.45.0 in /tools (#1757) 2022-03-23 02:23:39 +00:00
packagemanager_client.go Fixed the path of the generated mock files. 2022-03-11 09:55:24 -06:00
packagemanager_mockclient.go Fixed the path of the generated mock files. 2022-03-11 09:55:24 -06:00
root.go 📖 Fix command Usage (#1814) 2022-05-09 10:23:13 -04:00
serve.go Add raw results to cron scans (#1741) 2022-03-18 19:05:14 -07:00