test

package
v0.0.0-...-53d1308 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2022 License: MIT Imports: 14 Imported by: 0

Documentation

Overview

Copyright © 2022 Sabino Ramirez <sabinoramirez017@gmail.com>

Index

Constants

This section is empty.

Variables

View Source
var TestCmd = &cobra.Command{
	Use:   "test",
	Short: "Test the endpoints with parameters entered in setup",
	Run: func(cmd *cobra.Command, args []string) {
		p := tea.NewProgram(initialModel(), tea.WithAltScreen())

		if err := p.Start(); err != nil {
			log.Fatal(err)
		}
	},
}

cobra stuff

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