feat(fs): allow scanning a single file (#1578)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
jerbob92
2022-01-16 15:32:31 +01:00
committed by GitHub
parent 7fcbf44bb8
commit b507360075
7 changed files with 136 additions and 33 deletions

View File

@@ -420,7 +420,7 @@ func NewFilesystemCommand() *cli.Command {
return &cli.Command{
Name: "filesystem",
Aliases: []string{"fs"},
ArgsUsage: "dir",
ArgsUsage: "path",
Usage: "scan local filesystem for language-specific dependencies and config files",
Action: artifact.FilesystemRun,
Flags: []cli.Flag{