md5

package
v0.0.0-...-8851a85 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = cobra.Command{
	Use:   "md5",
	Short: "Collection file md5",
	Long:  color.GreenString(helpLong),
	Run: func(cmd *cobra.Command, args []string) {
		scan.Exec(func() error {
			scanner := new(scan.Scanner)
			scanner.SetPath(path)
			if res, err := scanner.List(); err != nil {
				return err
			} else {
				scan.Output(out, scanner, res)
				table.WriteTables(table.CommonTemplate, res)
			}
			return nil
		})
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL