MCPcopy Create free account
hub / github.com/codnect/procyon / OptionValues

Method OptionValues

runtime/argument.go:163–165  ·  view source on GitHub ↗

OptionValues method returns the values of the option argument with the given name.

(name string)

Source from the content-addressed store, hash-verified

161
162// OptionValues method returns the values of the option argument with the given name.
163func (s *ArgsPropertySource) OptionValues(name string) []string {
164 return s.args.OptionValues(name)
165}
166
167// NonOptionArgs method returns the non-option arguments.
168func (s *ArgsPropertySource) NonOptionArgs() []string {

Callers 1

Calls 1

OptionValuesMethod · 0.45

Tested by 1