package argvpb // these are things I'm not sure about doing // or haven't figured out what to do with // or are generally part of idiocracy // this is sill in development // figure out how to trigger this var ArgvBash ArgsBash type ArgsBash struct { Bash bool `arg:"--bash" help:"generate bash completion"` } // returns the name of the executable registered for shell autocomplete func AppName() string { return me.ARGNAME } // maybe this is a good idea, maybe not func (pb *Argv) Verbose() bool { return true }