Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotTFCCommand = errors.New("not a TFC command") ErrOtherTFTool = errors.New("Use 'tfc' to interact with tfbuddy.") )
Functions ¶
This section is empty.
Types ¶
type CommentArgs ¶
type CommentOpts ¶
type CommentOpts struct {
Args CommentArgs `positional-args:"yes" required:"yes"`
Workspace string `short:"w" long:"workspace" description:"A specific terraform Workspace to use" required:"false"`
}
func ParseCommentCommand ¶
func ParseCommentCommand(noteBody string) (*CommentOpts, error)
Click to show internal directories.
Click to hide internal directories.