cli

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 9, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package cli provides helpers for the CLI

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitializeConfig

func InitializeConfig(cmd *cobra.Command) *config.AppConfig

Types

type AppContext

type AppContext struct {
	Config   *config.AppConfig
	Executor map[string]executor.Executor
}

AppContext is a wapper that encapsulates amplifies needs when running the CLI

func DefaultAppContext

func DefaultAppContext(cmd *cobra.Command) AppContext

func (*AppContext) Close

func (a *AppContext) Close() error

Implement the io.Closer interface

Jump to

Keyboard shortcuts

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