Set sets the value of the named command-line flag.
(name, value string)
| 544 | |
| 545 | // Set sets the value of the named command-line flag. |
| 546 | func Set(name, value string) error { |
| 547 | return CommandLine.Set(name, value) |
| 548 | } |
| 549 | |
| 550 | // PrintDefaults prints, to standard error unless configured |
| 551 | // otherwise, the default values of all defined flags in the set. |