Documentation
¶
Index ¶
Constants ¶
View Source
const ( Version = "v0.1.1" Author = "OffbyteSecure" Website = "https://offbytesecure.com" )
Version information
Variables ¶
View Source
var ( InfoColor = color.New(color.FgCyan).SprintFunc() SuccessColor = color.New(color.FgGreen).SprintFunc() ErrorColor = color.New(color.FgRed).SprintFunc() WarnColor = color.New(color.FgYellow).SprintFunc() BannerColor = color.New(color.FgMagenta, color.Bold).SprintFunc() )
Colors for output
Functions ¶
func NewRootCmd ¶
func NewRootCmd(config *dt.DumperConfig) *cobra.Command
NewRootCmd creates a new Cobra root command for the dumper CLI.
func NewVersionCmd ¶
NewVersionCmd creates a new Cobra command for displaying version information.
func PrintAnimatedBanner ¶
func PrintAnimatedBanner()
PrintAnimatedBanner displays the ASCII art with a line-by-line animation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.