cmd

package
v0.0.0-...-ece9af3 Latest Latest
Warning

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

Go to latest
Published: Dec 26, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const YukiVersion = "1.0.0"

YukiVersion - Current version

Variables

View Source
var (
	// App - Global application variable.
	// Exported to be reachable from every modules
	App = grumble.New(&grumble.Config{
		Name:        "yuki",
		Prompt:      "yuki>> ",
		Description: "Command line packet parser",
		Flags: func(f *grumble.Flags) {
			f.String("f", "filepath", "", "Path to PCAP file.")
			f.String("s", "sid", "", "Session ID, required by certain commands")
			f.Bool("v", "version", false, "Show version")
		},
	})
	// Parser - Global parser to be used by all commands
	Parser = parser.NewParser()
)

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