ui

package
v0.0.0-...-ff4a1f1 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var UiCmd = &cobra.Command{
	Use:   "ui",
	Short: "Start the UI",
	Run: func(cmd *cobra.Command, args []string) {
		model := initialModel()
		p := tea.NewProgram(model)

		_, err := p.Run()
		cobra.CheckErr(err)
	},
}

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