Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + const RecommendedCommandName + func NewCmdConvert(name, fullName string) *cobra.Command + func NewCmdTerminal(name, fullName string) *cobra.Command + func NewCmdUtils(name, fullName string) *cobra.Command + type ConvertOptions struct + func NewConvertOptions() *ConvertOptions + func (co *ConvertOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (co *ConvertOptions) Run() (err error) + func (co *ConvertOptions) Validate() (err error) + type TerminalOptions struct + func NewTerminalOptions() *TerminalOptions + func (o *TerminalOptions) Complete(name string, cmd *cobra.Command, args []string) (err error) + func (o *TerminalOptions) Run() (err error) + func (o *TerminalOptions) Validate() (err error)