Documentation ¶ Index ¶ Variables func Flags(cmd *cobra.Command, opts *Options) func InputFlag(cmd *cobra.Command, opts *Options, value []string) func OutputFlag(cmd *cobra.Command, opts *Options, value []string) type Options Constants ¶ This section is empty. Variables ¶ View Source var Fail = cli.Fail Functions ¶ func Flags ¶ func Flags(cmd *cobra.Command, opts *Options) func InputFlag ¶ func InputFlag(cmd *cobra.Command, opts *Options, value []string) func OutputFlag ¶ func OutputFlag(cmd *cobra.Command, opts *Options, value []string) Types ¶ type Options ¶ type Options struct { Inputs []string Outputs []string } Source Files ¶ View all Source files cli.gooptions.go Click to show internal directories. Click to hide internal directories.