cli

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HeaderStyle = lipgloss.NewStyle().
				Bold(true).
				Foreground(primaryColor).
				PaddingBottom(1)

	ValueStyle = lipgloss.NewStyle().
				Foreground(accentColor).
				Bold(true)

	SubtleStyle = lipgloss.NewStyle().
				Foreground(mutedColor).
				Italic(true)

	SuccessStyle = lipgloss.NewStyle().
					Foreground(successColor).
					Bold(true)

	WarningStyle = lipgloss.NewStyle().
					Foreground(warningColor).
					Bold(true)

	ErrorStyle = lipgloss.NewStyle().
				Foreground(errorColor).
				Bold(true)
)

Functions

func AntithesisCommand

func AntithesisCommand() *cobra.Command

TODO: port all 3 repos to antithesishq and update 'guergabo' and url stuff.

func Main

func Main() error

Types

type HTTPClient added in v0.0.11

type HTTPClient interface {
	Do(req *http.Request) (*http.Response, error)
}

Jump to

Keyboard shortcuts

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