Documentation ¶
Index ¶
- func HasNextValue(i int, args []string) bool
- type ShellArg
- func (this *ShellArg) Get(key string, defaultValue string) string
- func (this *ShellArg) Get2(key string) string
- func (this *ShellArg) GetBoolean(key string, defaultValue bool) bool
- func (this *ShellArg) GetInt(key string, defaultValue int32) int32
- func (this *ShellArg) GetLong(key string, defaultValue int64) int64
- func (this *ShellArg) HasKey(key string) bool
- func (this *ShellArg) Keys() hmap.StringEnumer
- func (this *ShellArg) Put(key string, value string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasNextValue ¶
Types ¶
type ShellArg ¶
type ShellArg struct { Tags *hmap.StringKeyLinkedMap // contains filtered or unexported fields }
func NewShellArg ¶
func (*ShellArg) Keys ¶
func (this *ShellArg) Keys() hmap.StringEnumer
Click to show internal directories.
Click to hide internal directories.