Versions in this module Expand all Collapse all v0 v0.1.0 Oct 11, 2024 Changes in this version + type Bag struct + func Parse(args []string) (*Bag, error) + func (b *Bag) IsEmpty() bool + func (b *Bag) RemoveFlag(aliases ...string) bool + func (b *Bag) RemoveIgnored() []string + func (b *Bag) RemoveOperand() string + func (b *Bag) RemoveOption(aliases ...string) string + func (b *Bag) RemoveRemaining() []string