Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Edit ¶
type Edit struct { Prompt bool `desc:"When editing a stack re-ask all questions if not found in environment variables"` Raw bool `desc:"Edit the raw API object, not the pretty formatted one"` T_Type string `desc:"Specific type to edit"` }
func (*Edit) Edit ¶
func (edit *Edit) Edit(ctx *clicontext.CLIContext, arg string) error
func (*Edit) Run ¶
func (edit *Edit) Run(ctx *clicontext.CLIContext) error
Click to show internal directories.
Click to hide internal directories.