Documentation
¶
Index ¶
- type Arguments
- type Builder
- func (b *Builder) Add(args ...any) *Builder
- func (b *Builder) Argument(key string, value any) *Builder
- func (b *Builder) Build() *Arguments
- func (b *Builder) Clone() (builder *Builder)
- func (b *Builder) Flag(flags ...string) *Builder
- func (b *Builder) Insert(args ...any) *Builder
- func (b *Builder) Option(key string, value any, others ...any) *Builder
- func (b *Builder) Subcommand(subcommand string, subcommands ...string) *Builder
- type Creator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Creator ¶
type Creator struct {
// contains filtered or unexported fields
}
func NewCreator ¶
func NewCreator() *Creator
Click to show internal directories.
Click to hide internal directories.