csc

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const CommandName = "csc"
View Source
const FindCommandName = "find"
View Source
const PathCommandName = "path"
View Source
const ScanCommandName = "scan"
View Source
const Sha256CommandName = "sha256"

Variables

View Source
var Command = &cobra.Command{
	Use: CommandName,
}
View Source
var FindCommand = &cobra.Command{
	Use:  FindCommandName,
	Args: cobra.ArbitraryArgs,
	Run:  find,
}
View Source
var PathCommand = &cobra.Command{
	Use:  PathCommandName,
	Args: cobra.ArbitraryArgs,
	Run:  path,
}
View Source
var ScanCommand = &cobra.Command{
	Use:  ScanCommandName,
	Args: cobra.ArbitraryArgs,
	Run:  scan,
}
View Source
var Sha256Command = &cobra.Command{
	Use:  Sha256CommandName,
	Args: cobra.ArbitraryArgs,
	Run:  sha256,
}

Functions

func Main

func Main()

Types

type Config

type Config struct {
	LogLevel string
	AbsMode  bool
}

Jump to

Keyboard shortcuts

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