Parse initializes the flags with their values for this run and returns the non-flag command line arguments. If an unknown flag is encountered or there are no arguments, Parse should call usage and return nil.
(usage func())
| 112 | // If an unknown flag is encountered or there are no arguments, |
| 113 | // Parse should call usage and return nil. |
| 114 | Parse(usage func()) []string |
| 115 | } |
| 116 | |
| 117 | // A Fetcher reads and returns the profile named by src, using |
no outgoing calls