Documentation ¶
Index ¶
- Constants
- func NewExpandCommand(options *ExpandCommandOptions) *cobra.Command
- func NewRootCommand(options *RootCommandOptions) *cobra.Command
- func NewToArrayCommand(options *ToArrayCommandOptions) *cobra.Command
- func NewVersionCommand(options *VersionCommandOptions) *cobra.Command
- type ExpandCommandOptions
- type RootCommandOptions
- type ToArrayCommandOptions
- type VersionCommandOptions
Constants ¶
View Source
const ExpandCommandName = "expand"
View Source
const ToArrayCommandName = "toarray"
View Source
const VersionCommandName = "version"
Variables ¶
This section is empty.
Functions ¶
func NewExpandCommand ¶
func NewExpandCommand(options *ExpandCommandOptions) *cobra.Command
func NewRootCommand ¶
func NewRootCommand(options *RootCommandOptions) *cobra.Command
func NewToArrayCommand ¶ added in v0.4.0
func NewToArrayCommand(options *ToArrayCommandOptions) *cobra.Command
func NewVersionCommand ¶
func NewVersionCommand(options *VersionCommandOptions) *cobra.Command
Types ¶
type ExpandCommandOptions ¶
type ExpandCommandOptions struct {
// contains filtered or unexported fields
}
type RootCommandOptions ¶
type RootCommandOptions struct { VersionCommandOptions ExpandCommandOptions ToArrayCommandOptions // contains filtered or unexported fields }
type ToArrayCommandOptions ¶ added in v0.4.0
type ToArrayCommandOptions struct {
// contains filtered or unexported fields
}
type VersionCommandOptions ¶
Click to show internal directories.
Click to hide internal directories.