docopt / docopt.go

A command-line arguments parser that will make you smile.
http://docopt.org/
MIT License
1.43k stars 108 forks source link

field could not be overwrite #66

Open sarawon opened 5 years ago

sarawon commented 5 years ago

when opts bind to struct, if field has default value, it could not be overwrite, but in most cases, setting default value is better I think.

artburkart commented 5 years ago

Can you provide an example of what you mean?