commands

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flags

type Flags struct {
	LogLevel string
	LogFile  string
}

Flags holds global flags shared across all commands

type ParseCmd

type ParseCmd struct {
	// contains filtered or unexported fields
}

ParseCmd implements the parse command

func NewParseCmd

func NewParseCmd(flags *Flags, parseFlags *ParseFlags) *ParseCmd

NewParseCmd creates a new parse command

func (*ParseCmd) Run

func (cmd *ParseCmd) Run(ctx context.Context, c *cli.Command) error

Run executes the parse command

type ParseFlags

type ParseFlags struct {
	BodyKey string
	Pretty  bool
}

ParseFlags holds flags specific to the parse command

Jump to

Keyboard shortcuts

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