Versions in this module Expand all Collapse all v1 v1.0.2 Mar 4, 2020 v1.0.0 Feb 2, 2018 Changes in this version + type ArgConsumer struct + func NewArgConsumer(positionalArgs []string, diagnose DiagnosticFunc) *ArgConsumer + func (ac *ArgConsumer) CheckAllConsumed() + func (ac *ArgConsumer) Consume(arg int, argDescription string) string + type DiagnosticFunc func(message string, command string)