scorecard/options
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
..
flags.go 📖 Fix command Usage (#1814) 2022-05-09 10:23:13 -04:00
options_test.go Unit test for CLI options 2022-03-16 16:33:31 -05:00
options.go cmd: Allow new scorecard to be instantiated with options (#1703) 2022-03-03 01:38:34 +00:00