commands

package
v0.0.0-...-ebee7f2 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CliName             = "capcli"
	CliDescriptionShort = "capcli is a CLI for interacting with the Capital API"
	CliDescriptionLong  = "capcli is a CLI for interacting with the Capital API"
)

Variables

View Source
var (
	RootCommand = &cobra.Command{
		Use:   CliName,
		Short: CliDescriptionShort,
		Long:  CliDescriptionLong,
		Run: func(cmd *cobra.Command, args []string) {
			err := cmd.Help()
			if err != nil {
				panic(err)
				return
			}
		},
	}
)

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