Classic now automatically prints usage and exists if user passes -h
or --help
.
And so uconfig.Files
Has changed from:
type Files []struct {
Path string
Unmarshal Unmarshal
}
to
type Files []struct {
Path string
Unmarshal Unmarshal
Optional bool /* new field! */
}
No longer accepts an option.
No longer supports SetUsage
.